by networked on 2/2/25, 1:01 PM with 13 comments
Ask HN: What apps did you build for yourself and why? - https://news.ycombinator.com/item?id=17148959 - May 2018 (42 comments)
Ask HN: Tools you have made for yourself? - https://news.ycombinator.com/item?id=27482397 - June 2021 (455 comments)
Ask HN: Tools you have built for yourself? - https://news.ycombinator.com/item?id=34492579 - Jan 2023 (45 comments)
Ask HN: Most interesting tech you built for just yourself? - https://news.ycombinator.com/item?id=35729232 - April 2023 (1809 comments)
by dcminter on 2/2/25, 1:33 PM
by sloaken on 2/3/25, 4:57 AM
I have a workout manager. It has 2 parts, one is to plan out what weights to put on each of 4 pair of dumbbell bars. It would take into consideration what I last did, and if the time was over a week ago offer to reduce the load.
The second application displays the exercise, with explanation and weights. It will toggle between a pair of exercises for 3 sets. I used chatgpt to configure the DB such that 2 exercises did not use overlapping muscles. It also displays a timer (big letters) so I can hold or move the weight in an appropriate amount of time.
I made the application because I was frustrated doing it with spreadsheets. I also hated changing weights mid work out. Now I set the weights and do the routine.
by hiAndrewQuinn on 2/2/25, 2:01 PM
Here I'll highlight a handful of tools I've made for helping Anglophones learn Finnish. They do a passable job at showing my approach to software engineering in practice, which is to say, terrible but gets the job done:
https://ankiweb.net/shared/info/1149950470 - Once called the best Finnish vocabulary flashcard deck on the Internet by someone who wasn't me. What an honor!
https://github.com/hiAndrewQuinn/finstem - A simple CLI tool that un-declines/un-conjugates Finnish words, so you can look up their dictionary forms.
https://hiandrewquinn.github.io/selkouutiset-archive/ - A daily, static, chronological archive of the Finnish BBC'w Simple Finnish news broadcast plus an accompanying English auto translation for every page.
https://github.com/Selkouutiset-Archive/selkokortti - generate Finnish-English sentence Anki flashcards from the aforementioned archive. Every six months on the solstice I run this myself and release a new deck, containing the usually ~5000 new sentences of the six months prior.
I have a web app cooking that extends the work I started with finstem into a personal vocabulary training machine, but I've never run a public facing web app for myself before so I'm terrified of the cybersecurity sins I'm almost certainly making. Someday!
by andyjohnson0 on 2/2/25, 6:12 PM
https://github.com/andyjohnson0/TakeoutExtractor
On a similar theme, and as part of freeing myself from an Adobe lightroom subscription, I built another tool to extract metatdata from the Lightroom catalog and generate xmp sidecar files. Not technically hard, but it gave me some experience of using Sqlite with .net.
by cosmic_quanta on 2/2/25, 1:38 PM
by abmmgb on 2/2/25, 1:16 PM
by seanwilson on 2/2/25, 4:59 PM
There's lots of color tools but I couldn't find one with the features I really wanted in one place: full control over every color (vs some being autogenerated), checking accessible contrast between any color pairs (like against off-white background colors, vs only against white), and having a live preview of what the colors look like on a mockup.
by azhenley on 2/2/25, 1:24 PM
Read about a few of them here: https://austinhenley.com/blog/promptcontext.html
by kentich on 2/2/25, 2:23 PM
MeetingGlass - Easy long video meetings through virtual frosted glass. https://meetingglass.com
by apineda on 2/2/25, 5:03 PM
Takes your open code file, chunks it, explains each chunk over tts.
by davidanekstein on 2/2/25, 4:15 PM
https://apps.apple.com/us/app/reflect-track-anything/id64638...
by sandreas on 2/2/25, 3:17 PM
by billconan on 2/2/25, 1:07 PM