I never released it because 1. it's perpetually 98% done and 2. I don't feel like offering technical support for it and dealing with people who don't like it or find bugs. I may just open source it, but then I get to be a maintainer which is an even more thankless job.
Ask HN: Is there any software you only made for your own use but nobody else?
91–100 of 484 posts
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#92I made an app for my brother's wedding so all invitees could easily upload and view photos in a shared slideshow (displayed in real-time on a big TV at the event). Dismantled as soon as the event was over. It took less than a day to create with SvelteKit, Dropbox, and https://slidesome.com Some more: - https://weather-sense.leftium.com : weather app with the trendcast just the way I like it. WIP, but already using it…
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#93I've written some really crappy Notion API (before the official API) to act as a CMS for a headless site.
I'm at a weird point in my life that I need to work on these little hacky projects because they bring me genuine joy. It's like lego to me.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#94Re: Ask HN: Is there any software you only made for your own use but nobody else?
#95I spent a total of probably 20 hours on it and use it 5/7 days a week.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#96Re: Ask HN: Is there any software you only made for your own use but nobody else?
#97I built it in the process of teaching a cli tool. Which I extensively use to move files between computers, especially to servers.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#98Among other things it uses ChatGPT to extract structured data from PDF invoices for reporting expenses.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#99You’ll probably enjoy this (relevant to your question). I’m not the author. https://www.robinsloan.com/notes/home-cooked-app/
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#100Web service that turns a YouTube channel to a Podcast-compatible RSS feed, just by changing the URL from https://youtube.com/XYZ to https://$SERVICE_URL/XYZ . Use it almost every day. It’s nice to keep up with channels I care about while escaping the algorithm. Something I work on-and-off on. Could be interested in open-sourcing it fully if folks are interested in helping out. Im a pretty junior engineer, so work is…