Ask HN: What are you working on? (September 2025)
11–20 of 1001 posts
Re: Ask HN: What are you working on? (September 2025)
#12Also, shipping Bedtime Bulb v2 next month. This is a hybrid LED-incandescent design meant for the evening that is the best of both worlds: low blue light, high color quality, perfect compatibility with dimmers, 10x less flicker than incandescent, includes near infrared, low energy use, long lifespan [1].
[0]: https://restfullighting.com/products/restful-atmos-preorder
[1]: https://restfullighting.com/products/bedtime-bulb-v2-preorde...
Re: Ask HN: What are you working on? (September 2025)
#13Re: Ask HN: What are you working on? (September 2025)
#14Currently 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? (September 2025)
#15Re: Ask HN: What are you working on? (September 2025)
#16Re: Ask HN: What are you working on? (September 2025)
#17 const activeAdults = from("users")
.where((u) => u.age >= 18)
.where((u) => u.active === true);
It mostly works.It'll go into webpods (https://github.com/webpods-org/webpods), which is like firebase but with hash chains underneath.
Re: Ask HN: What are you working on? (September 2025)
#18I was the feature requestor for Claude Code Hooks - and have been involved in ai governance for quite awhile, this is an idea I'm excited about.
Ping below if you want to early beta test. everything is open source, no signups.