Ask HN: What apps have you created for your own use?
311–320 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#312https://avimar.github.io/fonts-hebrew/demo.html?text=%D7%97%...
Re: Ask HN: What apps have you created for your own use?
#313Our bowling scores haven't improved much but it's fun.
Re: Ask HN: What apps have you created for your own use?
#314A font-viewer for a specific phrase, with my own chosen list of fonts. Mostly for seeing how hebrew looks in different fonts for family name signs. https://avimar.github.io/fonts-hebrew/demo.html?text=%D7%97%...
Re: Ask HN: What apps have you created for your own use?
#315I built a micro-journaling app many years ago to help me get better at being emotionally honest with myself and I think I answered "How do I feel?" and "what's happening?" maybe 4,000 times over a 4 year period. I didn't maintain it and so it fell apart (but might want to revitalize it) but the demo still works: www.ifeelio.com I also started recording audio reflection drills to help me get better at saying how I fel…
Re: Ask HN: What apps have you created for your own use?
#316I’ve also written code for Arduino and for rtlsdrs to read my smart water meter’s RF mesh network and insert the data into influx / Grafana. This project came about after my city utility office called me when I was on vacation to ask if I was filling a pool. Turns out a toilet had been stuck running for days.
Re: Ask HN: What apps have you created for your own use?
#317Re: Ask HN: What apps have you created for your own use?
#318Do online ATC on VATSIM and hated being unprofessional. Gives you airport names, abbreviations, and helps with some calculations.
Surprisingly annoying to get airport data.
Re: Ask HN: What apps have you created for your own use?
#319A few years ago, my wife and I decided to adopt a rescue cat from battersea.org.uk. However, it was a frustrating experience as the staff didn't always update the website regularly, and we'd find that any suitable cats would be snapped up before we'd even seen them. I spotted that the website served its data to the frontend via an unsecured internal JSON API, so I built an Elixir app that would poll the API endpoint…
Re: Ask HN: What apps have you created for your own use?
#320The chore wheel [1], which my wife and I used to run on an old iPad to track evening chores. It uses local storage for recurring chores and one-off reminders. We tried a bunch of other tools but they were all too full featured or slow to ooperate. It replaced a paper list. When debugging network issues I realized I was going back and forth between my computer, router, and cables under the desk. I created an audible n…