Ask HN: Is there any software you only made for your own use but nobody else?
21–30 of 484 posts
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#22I open sourced it 8 years ago but it was not the original intention. I wrote it for myself. https://github.com/akalenuk/16counters
I wrote it in MASM32. It's therefore a tiny .exe file of about 7 KB. I spent maybe a few hours initially, but I've been adding features one-by-one for several years. I use it a few times a month.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#23My solution also manages SSL via Cloudflare and integrates with Stripe for simple fixed-price subscription billing models. The idea here is to be able to iterate on product ideas quickly without spending a day each time figuring out authentication and billing.
I did set up a marketing site at the time so that others could use it, but I don't have any users, and I'm happy to maintain it just for my own projects (half a dozen now).
It took me 2-3 weeks to make so on net I have probably not saved much time, but it really helps reduce the friction of launching things which I think is valuable.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#24- My blog, which has lots of weird pages for stats, time jumps, old games/tools/utilities. - Flight tracker app. - Home control app (because HA was a pain to keep updated). - Wood working tool helper for my dad.
And more. It's liberating.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#25I built a pretty simple web app that tracks a bunch of vendors and emails me when items matching my filters come in stock!
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#26I originally thought more people might use it, but I have basically 6 teachers.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#27I think it took me like an hour to make and I use it several times a week.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#28I created my own translation app using llama3-80b, I call it "expat translator": I live outside of my home country and always struggled with using translators like Google Translate because they don't tell you if the way you're writing something feels natural in the other language. It gives me some pretty good results and I also instruct it to give me rewrites for informal and professional use, so I don't sound weird…