Not sure if it counts as tech, but I created a voiceboard for my mother to help her communicate while in hospice. She had a massive stroke and could no longer speak. I thought of a tablet app, but the stakes were too high, so it wound up as a laminated paper. You can read about my design decisions here: https://voiceboard.org
Ask HN: Most interesting tech you built for just yourself?
611–620 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#612I just moved to the bay area. I made an app that scrapes all bay area events from meetup, eventbrite, and a couple of other sites- This way you end up with around 100 events a day, way too much to read through. So next I take each event, send it to chatgpt3.5 and ask it to rate this event on around 20 parameters. Next, I take the latitude/longitude of each event and measure driving distance from my house. Then I have…
Re: Ask HN: Most interesting tech you built for just yourself?
#613I have a rail line right under my apartment, so I built a small computer vision app running on a Rasperry Pi which records each train passing, and tries to stitch an image of it. It has a frontend at https://trains.jo-m.ch/ . Edit: it's currently raining and the rain drops are disturbing the images a bit.
Re: Ask HN: Most interesting tech you built for just yourself?
#614The only one I've found that's as accurate is the emulated version at https://archive.org/details/hh_snspell But mine also has two expansion modules to choose from :)
Re: Ask HN: Most interesting tech you built for just yourself?
#615To streamline this, I made a little Arduino-driven device with an OLED display that can plug into the digital output port that many digital micrometers have. It takes the current micrometer measurement, applies the scaling factor, and displays the scaled dimension on the OLED.
So that means I can take a small piece of wood from the kit, measure it with the micrometer, and directly see its full scale dimension - e.g., it's a scale 8" thick plank. Or I can take the micrometer to the 8 foot measure, and use it to mark off a piece of wood that I want to be that long.
Re: Ask HN: Most interesting tech you built for just yourself?
#616I built a storage shelf that self-inventorizes based on strain gauges. Through the change in weight distribution it can determine the weight and 2D location of the item added or removed. LED strips give immediate feedback. https://www.niels-ole.com/arduino/iot/2021/03/21/storage-sys...
I used this to automatically add the items consumed throughout the week to my shopping list.
I only ever built a single shelf board (subsequent boards had issues) and I never fully implemented the advanced usability features of adding new items for the first time and automatically determining good places for them, but it was a very fun project.
Re: Ask HN: Most interesting tech you built for just yourself?
#617Oh, I think I have a good one. I had an HP-25 calculator as old as myself, and couldn't use it. The original battery pack contained two sealed NiCd cells, which obviously failed many years ago. Most people replaced their NiCd cells with new ones, then with NiMh cells, or even alkaline AA batteries. This was always problematic: newer batteries were slightly larger and never fit well. Also, the power consumption of a c…
Semi relatedly, the reason I chose my current smart watch is that it can go weeks without charging, I simply don’t worry about it. Yes it has a limited number of colors and I can’t browse the web on it or w.e. but that’s a feature.
Maybe I’ll seek out a phone with similar battery use profile…
Re: Ask HN: Most interesting tech you built for just yourself?
#618Re: Ask HN: Most interesting tech you built for just yourself?
#619Ended up saving thousands of dollars for myself so far (I shop a lot online), and friends & family really love the product. We also applied to YC – so let's see how that goes!
Re: Ask HN: Most interesting tech you built for just yourself?
#620I don't know if it qualifies as the "most interesting" but as a travel bug I wrote a little airfare scraper that I got plenty of value out of. Basically it's a script that scrapes several places for flight deals and "mistake fares" and notifies my phone if it matches with my city. No searching like other flight apps, you basically just set it up and wait, and various places will pop up. Helps if you're in a hub city…