Earlier quoted context omitted.
The projects are dead simple. I think if Youtube wanted to, the would have implemented this long back. It's probably a legal landmine and financial tar pit. But thanks nevertheless.
You’d be shocked at how hard it is to fund, start, and ship even a basic project at a company the size of YT or anything else in the Google/Alphabetaverse. It’s probably also a legal landmine and all that, but organizational friction’s more than sufficient to explain simple useful features failing to ship.
Ask HN: Is there any software you only made for your own use but nobody else?
471–480 of 484 posts
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#472I 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…
The multiple lines per graph kinda reminds me of the meteograms that yr.no used to have on their site and in their app. I really like their presentation. Concise, and much faster to digest than a table of data. Sadly, they eventually split them out to multiple graphs, with no UI option to put them back on one graph.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#473I 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…
> - https://weather-sense.leftium.com : weather app with the trendcast just the way I like it. WIP, but already using it on daily basis. The multiple lines per graph kinda reminds me of the meteograms that yr.no used to have on their site and in their app. I really like their presentation. Concise, and much faster to digest than a table of data. Sadly, they eventually split them out to multiple graphs, with no UI opt…
- Different units have differing plots (mm represented as bars, percentages as area graphs, and temperatures as lines.)
- The y-axis is not labeled. For exact measurements, you can hover over the graph and read the exact values at the top.
- The legend at the top actually uses checkboxes. Eventually, you'll be able to toggle individual metrics on and off.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#474I didn't spend a ton of time making it. It was honestly a lot of fun and I got to work out my development skills again. I really doing this kind of work too be honest.
I did use ChatGPT a bit to help rationalize some things as I was doing development.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#475The tool select albums on my Spotify collection and add them to my playing queue. I am using the tool daily (I put 6-7 albums in the morning and I am setup for the day with a few hours of music).
It is just some Spotify API manipulation in Typescript and it was not that long to code (except some UI editing and tweaking, I am not good with front end :D). I am trying to open the application to everyone but the Spotify process is quit long.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#476Earlier quoted context omitted.
Well, while we obviously were both upset and sad about the situation, she was very understanding, for which I am thankful. We were in it together. It helped that she managed to find a slightly better job pretty shortly thereafter. Nevertheless I felt really guilty about it and as a result the obvious relevant professional programming lesson was instantly and indelibly burned into my brain: you can fix bugs, but you m…
I've favorited your top-level comment. This is an incredibly important lesson to learn, one that I wish I learned earlier in life, but your favorited comment will be a reminder for me in the future.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#477Re: Ask HN: Is there any software you only made for your own use but nobody else?
#478Absolutely. Of late I have an iOS app to measure the grade of hills. Initially this was to avoid parking tickets in San Francisco which requires curbing your tires for a 3% grade. The reality is that this is basically no grade and you should just curb no matter what in SF. Still fun to know how steep the hills are when walking. The other one is to set the exif data on photos to be taken in Pyongyang 100m underground…
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#479The key is using the bookmarklet.
Re: Ask HN: Is there any software you only made for your own use but nobody else?
#480Earlier quoted context omitted.
Cool projects, I’d definitely like my server to be able to do all these things. What have you used to deploy it?
- Oracle Cloud Free Tier[1] for a Ubuntu VPS (4 ARM cores, 24 GB RAM). Surprisingly pleasant and reliable, given who's offering and for how much ($0). It used to be on DigitalOcean, until they kept screwing up their FreeBSD support and bricked my machine twice. - Caddy[2] web server with Let's Encrypt certificates, working as reverse proxy. The rest is a very lazy 2010's solution: - A Go server for HTTP (static files…