Skip to main content

Posts

Showing posts from July 3, 2022

Show HN: Find out where your supplements are made & sourced https://ift.tt/ikPJaVn

Show HN: Find out where your supplements are made & sourced I made a table where you can find out the source/location of factory for where health supplements are made. This is a work in progress but it functions. At the moment you can sort by cGMP/GMP certification. * Full disclosure - if you purchase anything using the links, i earn an small affiliate fee (5%) I made this to help demystify the language behind product labelling, which in many cases is obfuscating the manufacturing and sourcing of certain products https://ift.tt/BbHf8St July 9, 2022 at 05:54AM

Show HN: Triple Payments – Request crypto from anyone by sharing a link https://ift.tt/A8E3gpa

Show HN: Triple Payments – Request crypto from anyone by sharing a link Hi HN, Kevin and Ben here. Triple Payments is the easiest way to invoice someone and get paid in crypto. Just specify an amount and currency to pay out in, and share the link that we generate. We built Triple Payments to solve one of the most annoying problems we faced as web3 developers – requesting crypto without going back-and-forth on tokens and wallet addresses. When sending large sums of USDC or ETH, we were never 100% sure that our money was going to the right wallets. Under the hood, we let payers send ETH or stablecoins like USDC directly by calling standard transfer methods that work with their web3 wallets. If payers don’t have any of the requested currency, we give them the option to pay with a different token, using the 0x [1] platform and our custom contract to swap tokens behind the scenes. We’d love it if you could try creating a payment request, and look forward to hearing your feedback and suggest

Show HN: I made a small Space Shooter https://ift.tt/upUBbFC

Show HN: I made a small Space Shooter Thank you https://opengameart.org for your service. People like me who can't draw or compose music are in your debt. The game, "Glitch and Rush" has been made in a few hours here and there. I've been tinkering in GameDev for years, if not decades, but I never released anything. The goal here was simple: - come up with a core mechanic - implement a single level - add some polishing - RELEASE I hope you'll enjoy it. BTW, my best time is 2min23s (yes, I'm bad at my own game, it's ok, I'm ok). https://ift.tt/D2y1iNq July 9, 2022 at 02:58AM

SFMTA Receives $116 Million Award from CalSTA

SFMTA Receives $116 Million Award from CalSTA By A Snapshot from our most recent round of service changes Back in June, we published a blog about the loss of Proposition A , the Muni Reliability and Street Safety Bond, and what it would mean for our infrastructure projects going forward. In the post, we reaffirmed our commitment to find alternative sources for these funds. We know that improving Muni and making streets safer remain priorities for our community—and we’re dedicated to making that a reality. We’ve also committed to being transparent about our financial situation and budget, and we have good news to share on that front. Last week, the California State Transportation Agency (CalSTA) awarded us $116 million for SFMTA Core Capacity projects as part of the fifth cycle of the Transit and Intercity Rail Capital Program (TIRCP) . This historic investment will be used to directly fund projects that will make Muni more reliable and dependable. Speeding up Muni and making i

Show HN: I made an app to help insomniacs learn how to sleep again https://ift.tt/3gASnmu

Show HN: I made an app to help insomniacs learn how to sleep again Hi HN! I suffered from chronic insomnia for over a year and tried everything from cutting coffee, blocking blue light, to taking melatonin and antihistamine, but couldn’t find anything that worked. I even bought a $500 research-grade EEG device to track my sleep, which was honestly kind of depressing because it showed that I was sleeping less than 4 hours per night for weeks straight. In the day, it took an immense amount of energy for me to perform even the most mundane of tasks, such as doing my laundry or ordering groceries. At night, I felt an overwhelming sense of loneliness and resentment as I lay in bed wide-awake, reading and re-reading Sleep by Murakami or mindlessly scrolling through reddit/ HN. My performance at work suffered, my personal relationships suffered, and my happiness suffered. When I finally decided to see a sleep specialist, I was put on a 3-month long waiting list. Eventually, I was able to get

Show HN: PostgreSQL proxy for integration testing things you don't control https://ift.tt/TkY5exL

Show HN: PostgreSQL proxy for integration testing things you don't control Hi hackers! I recently tried to get a stack of microservices running in a docker-compose sandbox for integration testing using their original (e.g. prod) configuration. This means I didn't know what credentials they'd be using or what database name. So I hacked together a postgresql proxy using an existing project ( https://ift.tt/rYNgxt1 ) and simply allow any credentials to connect and make sure the desired database exists before returning control to the caller. Sharing this in the hopes it is useful for someone else. Lucas https://ift.tt/TUCu0Ov July 8, 2022 at 12:42AM

Show HN: Barfi – Python flow based programming with GUI https://ift.tt/43oIUDu

Show HN: Barfi – Python flow based programming with GUI What? Another flow based programming library for Python? Yes. All the FBP libraries out there for Python need to be run as a self contained application. They are not components that could be integrated into your existing data workflows. Barfi, on the other hand can be integrated. At the moment it has a Streamlit component that you can use in your Streamlit apps. Currently, I am working on a Jupyter notebook widget. https://ift.tt/Tf6Y2x9 July 7, 2022 at 03:00AM

Show HN: Graphsignal – ML profiler to speed up training and inference https://ift.tt/7paDYgC

Show HN: Graphsignal – ML profiler to speed up training and inference Hi, Graphsignal founder here. We've launched Graphsignal earlier this year to make machine learning profiling practical and easy to use. Basically, it enables the profile-optimize-benchmark loop. For example, making inference faster by optimizing an ML model, while still maintaining accuracy. We've make a lot of progress that I wanted to share. The profiler now natively supports TensorFlow, Keras, PyTorch, PyTorch Lightning, Hugging Face, XGBoost and JAX frameworks along with built-in support for distributed workloads. Profiles now include tracing information in chrome trace format. Process and GPU utilization data has been extended as well. It is now possible to monitor all run metrics. Useful for long runs. Profiled workloads are now sharable across teams and publicly (if enabled). I'm excited to show it here and appreciate any thoughts, comments and feedback! https://ift.tt/gkrUOdJ July 4, 2022 at 05:4

Show HN: Trane, an automated system for learning complex skills https://ift.tt/tspPOjY

Show HN: Trane, an automated system for learning complex skills Hi HN, I released Trane over the weekend: https://ift.tt/xP7HGqJ . Trane is an automated system for learning complex skills. Think of it like defining a skills tree (technically a graph) of all the smaller skills you need to master a complex skill and having an automated system to automatically traverse the graph as you master them. The seed for Trane was planted after my frustration trying to learn music, and jazz in particular. There are simply too many things you need to master first (e.g. knowing the names of a note, knowing where the notes are in your instrument, timing, etc) and it becomes difficult to track what it is that you should focus on, and there is a process of constant atrophy, even if you practice consistently. Trane is an early state, but is already usable. I have released a command line interface at https://ift.tt/YM3l9Vv and some music courses at https://ift.tt/hidago3 . I would like to get some ideas i

Show HN: Auto scan receipt data feature in my app https://ift.tt/1Z96tof

Show HN: Auto scan receipt data feature in my app Hi all, Just released a feature in my app Receipts Co to auto scan the data from receipts while saving the receipts. App will try to read store, price and purchase date from receipts to make the process faster. Kindly download the app from here https://ift.tt/QWacSqF and let me know your feedback. Thank you July 4, 2022 at 01:43PM

Show HN: Bebo – run Clojure scripts on Deno https://ift.tt/8DxtiHK

Show HN: Bebo – run Clojure scripts on Deno Made this little thing: https://ift.tt/fWMaCwD In the spirit of deno it allows you to install a script from an https location but for Clojure(Script, .cljs). Why would you use this? I love Clojure and I'd love to see it in more places than the JVM and browser. Maybe you do too. It is similar to the idea of nbb which allows you to run .cljs scripts on Node.js via the SCI interpreter: - https://ift.tt/irmZRaB - https://ift.tt/d0knBit I posted this project yesterday but forgot to add "Show HN"... I hope that is OK since I can't edit my previous message anymore. July 3, 2022 at 07:39PM