Ask HN: What are you working on? (March 2025)
291–300 of 1001 posts
Re: Ask HN: What are you working on? (March 2025)
#292A website that provides transparency into the new/used car market in Australia: https://carvalue.app/ The goal is to allow anyone to know how much any car is worth at a given age/mileage, and eventually help people make better purchasing decisions. Be warned: It's still a very buggy prototype at this stage and the data confidence for all but the most popular models is low!
Re: Ask HN: What are you working on? (March 2025)
#293I've been putting together a no-nonsense free invoice generator, for people (like myself) that only occasionally send invoices. It's more-or-less a WYSIWYG editor, and the state is stored in the URL, so you don't have to worry about keeping track of where you stored your copy - if you've sent someone an email with the link, you've got a copy. This project was born out of the frustration of trying to generate an invoi…
Awesome. Would suggest considering a built-in URL shortener.
The app might be stateless right now (I haven't checked); if it is, adding a URL shortener will break that.
Re: Ask HN: What are you working on? (March 2025)
#294Re: Ask HN: What are you working on? (March 2025)
#295I'm building and running a Bluesky analytics and post scheduler site, with a couple of tools on top. The network is showing good growth and promise at 33M users at the moment so I'm optimistic about it. https://theblue.social
Re: Ask HN: What are you working on? (March 2025)
#296https://github.com/Belphemur/night-routine
I wanted to build everything from the ground up in Go and have it fully integrated with Google Calendar where we have our family calendar.
It setup full day event with the name of the parent in charge of the night routine. To override a routine, any of us can just rename the event with the the other parent name and the software recalculate the following routines.
I also wanted to give a try to Roo Code in VS Code it only took me 2 days (evenings) to code the whole thing with a proper sqlite db.
Re: Ask HN: What are you working on? (March 2025)
#297Uses transformers.js & WebGPU for running transcription, so it's pretty fast. It's still a bit rough around the edges, so I'm looking for feedback.
Re: Ask HN: What are you working on? (March 2025)
#298Re: Ask HN: What are you working on? (March 2025)
#299A blog about burnout and recovery that chronicles my experiences going on an extended sabbatical for the last 3 years. The good, the bad, the unexpected, what I'd do differently, what I've learned along the way, etc. I started the project 1.5 years ago after many people I spoke to expressed interest, but life got complicated and I had to focus on health among other things. It's now back on the front burner, and I'm h…
Re: Ask HN: What are you working on? (March 2025)
#300I've been putting together a no-nonsense free invoice generator, for people (like myself) that only occasionally send invoices. It's more-or-less a WYSIWYG editor, and the state is stored in the URL, so you don't have to worry about keeping track of where you stored your copy - if you've sent someone an email with the link, you've got a copy. This project was born out of the frustration of trying to generate an invoi…
Interesting, I’ve been using https://simpleinvoices.io for a couple of years and really like it. Integrates with my Stripe and super easy to configure. Best of luck!