Ask HN: What Are You Working On? (June 2025)
711–720 of 1001 posts
Re: Ask HN: What Are You Working On? (June 2025)
#712Currently a one-man side project: https://laboratory.love Last year PlasticList discovered that 86% of food products they tested contain plastic chemicals—including 100% of baby food tested. The EU just lowered their "safe" BPA limit by 20,000x. Meanwhile, the FDA allows levels 100x higher than what Europe considers safe. This seemed like a solvable problem. Laboratory.love lets you crowdfund independent testing of s…
Specifically, rice seems to contain a good deal of arsenic (https://www.consumerreports.org/cro/magazine/2015/01/how-muc...) and I've been interested for a while in trying to find some that has the least, as I eat a lot of rice.
Re: Ask HN: What Are You Working On? (June 2025)
#713Instead of wading through endless lodge options, park fees, and confusing seasonal details, you just share your interests (big cats, birding, photography, budget, luxury, etc.), and our AI planner (plus input from local experts) builds a detailed, day-by-day itinerary for you.
We also show realistic price estimates and handle all the local logistics, so you can focus on the adventure, not the spreadsheets.
If anyone here has struggled to plan a safari (or has feedback on what would make it easier), I'd love to hear your thoughts!
Website: https://www.greatriftsafari.com
Re: Ask HN: What Are You Working On? (June 2025)
#714Vibe Interview simulates real job interviews using AI. Master every interview stage, from recruiter to technical rounds. Reply and I'll give you free minutes for call simulations.
Re: Ask HN: What Are You Working On? (June 2025)
#715Re: Ask HN: What Are You Working On? (June 2025)
#716Currently a one-man side project: https://laboratory.love Last year PlasticList discovered that 86% of food products they tested contain plastic chemicals—including 100% of baby food tested. The EU just lowered their "safe" BPA limit by 20,000x. Meanwhile, the FDA allows levels 100x higher than what Europe considers safe. This seemed like a solvable problem. Laboratory.love lets you crowdfund independent testing of s…
Re: Ask HN: What Are You Working On? (June 2025)
#717The goal is quite simple, allow developers to host their application with easy straight forward pricing. We are about to launch very soon. Everything is built on Laravel/PHP.
We are open to beta testers, so if you feel you want to test this please drop me and email in my profile.
Re: Ask HN: What Are You Working On? (June 2025)
#718Currently available: 274 million domain names across 1570 domain zones.
Domain lists are updated daily.
Download via website or via HTTP REST API.
Can be used for parsing, marketing, automation, research and whatever else.
Re: Ask HN: What Are You Working On? (June 2025)
#719Still thinking of how, what and when to open source.
Re: Ask HN: What Are You Working On? (June 2025)
#720There's a little inspiration from the MLIR ecosystem here, which makes heavy use of `.td` files for code generation. I want to write a schema file, defining some tables and indexes along with the queries and procedures which will operate on them, then have this compiled to a C++ header file I can include, where the schema is a class and the queries/procs are methods.
I have no idea how far I'll get with this, but it's always fun messing about with weird little languages, and I'd like to see what programming in this style would feel like.