Live data from Hacker News

Ask HN: What Are You Working On? (June 2025)

news.ycombinator.com

151–160 of 1001 posts

Re: Ask HN: What Are You Working On? (June 2025)

#151
Big update to my micro-saas https://testingbee.io!

TestingBee is a way for startups to get part-time QA for their product's critical flows.

I've been working at startups for the last four years and I've consistently been on teams struggling to balance launching quickly versus keeping our product working. We've never had success creating a substantial test suite because our product is changing too fast and engineers are too overloaded.

I built testingbee as the solution. It lets you write your app's flows in plain english and the bot I created will execute those flows in your app as a user would. This triggers on every push to make sure every release keeps your product working :)

Re: Ask HN: What Are You Working On? (June 2025)

#152
I recently got a pen plotter. I've been working on making my own implementations of algorithms to convert images to vector graphics for plotting. Things like cross-hatching to fill in dark areas, or spirals or flow fields, etc. I also found out about vpype[1] recently which does some cool things in this area.

[1] https://github.com/abey79/vpype

Re: Ask HN: What Are You Working On? (June 2025)

#155
Lately I’ve been working on two things:

An iOS client for Cloudflare. Surprisingly, there’s none out there, maybe because nobody needs it? I do, so I’ve created one and it’s now available on TestFlight [0].

Another interesting thing I’ve recently discovered is that LLMs are pretty great at vetting tenancy agreements, so I’m working on a website that reads tenancy agreements and will return a list of unfair clauses that might be present in the contract along with a detailed explanation of how you should follow up with the landlord/agency. I still need to finish it but if you’re interested it’s here [1].

[0]: https://testflight.apple.com/join/Jj7WveWb

[1]: https://transparents.fyi

Re: Ask HN: What Are You Working On? (June 2025)

#156
Some major updates to https://weather-sense.leftium.com

Play spot-the-difference with the old screenshot: https://github.com/Leftium/weather-sense#weathersense

- At least five major changes!

- Or look at the commit history ;)

---

I'm designing a game that:

- is simple to play. (just log in and check-in with your geolocation. Optionally add a short message)

- helps people stay connected. (You can view friends/family on the globe with some mild competition/cooperation)

- Right now, I'm trying to figure out something compelling to "collect." Cities/states, weather conditions, letters, numbers, words, etc... I think it should be tangible.

Re: Ask HN: What Are You Working On? (June 2025)

#157
I have been managing Claude to work on a rational math library in JavaScript: https://calc.ratmath.com

I am particularly enjoying the Stern-Brocot tree exploration: https://calc.ratmath.com/stern-brocot.html#0_1 I hope people will find it to be a nice way of understanding good rational approximations and how they tie into continued fractions and mediants. A nice exercise is to type x^2 in the expression box and go down the path to always advance towards x^2 being 2. This gives the continued fraction representation of the square root of 2.

Re: Ask HN: What Are You Working On? (June 2025)

#159
I'm not actively working on it daily, as I have shortage of free time and helping hands, but the HTTP Spec Test Suite is my Moby-Dick. I wrote about it here: https://www.caffeinatedwonders.com/2024/12/18/towards-valida..., I also discussed it on the HTTP WG mailing list and presented it at the HTTP WG Workshop last year.

Another Moby-Dick of mine is Kadessh, the SSH server plugin of Caddy, formerly known as caddy-ssh. This one is an itch. I wrote about it here https://www.caffeinatedwonders.com/2022/03/28/new-ssh-server..., and the repo is here: https://github.com/kadeessh/kadeessh. Similar to the other one, feedback and helping hands are sorely needed.

They are both sort of an obsession and itches of mine, but between dayjob and school, I barely have a chance to have the clear mind to give them the attention they require.

Post reply on HN