I did it because I wasn't happy with the official Android app, so I reverse-engineered the watch's Bluetooth Low Energy protocol (this was pretty fun actually).
Ask HN: Is there any software you only made for your own use but nobody else?
151–160 of 484 posts
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#152Around 2007 VLC and friends didn't automatically obey play-pause buttons when they were minimized, even though most dedicated music players did. But I found the dedicated ones like Amarok difficult to use. So I made a GUI music player that basically shuffled my whole collection and let me play, pause, skip, and play the previous track using my laptop's media keys. I miss that laptop.
Later I made a web-based so I could listen to music at work without loading pirates music onto a work system. This one isn't as good, but at least Firefox automatically handles play-pause for me.
Also it's a huge bugbear for me that someone decided soft buttons means we can combine the play and pause buttons. Let them be idempotent! Sometimes I want to be sure it's paused!
My next project is a thing to replace Jellyfin, and I might actually publish that, so I won't get into details.
By amazing coincidence someone published a similar project here on HN right after I started on mine. But I have different features planned for mine so it's fine
Oh yeah I used those music players nearly every day, especially the web one since it also works on my phone. I probably put 200 hours into the desktop one and 50 into the web one. The desktop one was a case of having to also learn a GUI framework, and gstreamer, plus it supported a couple of Internet radio stations and just had way more features than the Web one.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#153Web 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…
You should open source this!
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#154Idea for the format was that you can write structured data with a really minimal syntax if you have an external type schema running the parsing, and the syntax emerged from the line-and-indentation based outline note files I'd started writing for myself. It took some months of work and planning and a couple rewrites to get the core IDM library working right. The tools and site generator were simple and straightforward in comparison.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#155Years ago, I wrote a .exe to change screen resolution, and then revert when closed. I used it when my old laptop had a composite out, and I would watch moves that I downloaded on a TV.
A few years ago I wrote a grid-scale battery simulator, scraped some publicly-available cost of electricity data, and calculated how long it would take for grid-scale batteries to break even when buying and selling power to-from the grid. Short answer: About 18 months. Long answer: Permitting a power plant takes a few years, and the permitting process only recognizes buyers or sellers. The permitting process doesn't recognize "storage" yet.
More recently, I wrote a quick-and-dirty utility to restart explorer.exe, because it has some really silly multi-monitor bugs that require restarting the process every once in awhile.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#156Re: Ask HN: Is there any software you only made for your own use but nobody else?
#157https://scottlouvau.github.io/pwa/wordle-analyze/
I wrote the code over a few months, along with code to find optimal guesses, simulate games, and do earlier versions of game analysis.
It's written in Rust, originally as a console app, but now wrapped up with a very basic interface. I figured out how to get it running as a WebAssembly Progressive Web App so that I can use it on my iPad without connectivity and without having to submit to the App Store.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#158I 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…
You made a marketing page for your one-off shared photo collection app?
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#159It was named out of annoyance so it doesn't have the most 'appropriate' name so I'm probably never going to release it. But it works very well.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#160First commit was 8y ago. It's the only tool I've been checking consistently multiple times/day.
Originally react, recently (like 2y ago lol) I rewrote it in svelte focusing on page speed and added some minor features like changing the symbols to track in local storage.