My MIL is 93, and the only tech she can really deal with is turning on the radio and TV and changing channels. She is fond of music from old classics (from the 60's and earlier), so I hooked up a Raspberry PI with an FM transmitter and created her own private radio station. She tells me what songs she likes and I create different playlists that get broadcast on her station. It preserves the surprise element of radio,…
Ask HN: Most interesting tech you built for just yourself?
591–600 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#592Re: Ask HN: Most interesting tech you built for just yourself?
#593So 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 a master formula based on my personal interests and driving preferences and an app shows me the 10 events every day most likely to be interesting to me for any day.
Re: Ask HN: Most interesting tech you built for just yourself?
#594Not nearly as cool as all the other stuff here, but still my favorite piece of tech for myself: IMO, Vim + Markdown is one of the best ways to take notes, brainstorm, or just explore ideas. However, I found the questions of "Where should I put the notes in my dir hierarchy?" and "How do I find the notes again?" and "How do I ensure I have my notes across all devices?" to be inhibiting. I wrote a CLI "journal" tool th…
If you haven't heard of vimwiki yet, check it out. Right in line with what you're working on.
Re: Ask HN: Most interesting tech you built for just yourself?
#595I created a todo thermal printer so that I can write messages whenever I remember something. For example when I'm lying in bed and I remember that I have to do something or reading a book and think that's a great thought that I should look more into someday. Basically I have a mobile app that I can send a message to a api. Sometimes it's just a note, sometimes it is a todo item. Then I have a raspberry pi that polls…
Re: Ask HN: Most interesting tech you built for just yourself?
#596Oh, 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…
I doubt anyone would front the money to produce 100k of them (to recover the cost of molds) unless you literally give them the design fro free.
Maybe there are smaller companies using 3D printers willing to take on a 1k sized order?
Re: Ask HN: Most interesting tech you built for just yourself?
#597https://public-domain-film-quote-search.stefanbohacek.dev
I made it so that I can quickly find vocal samples to use in music production.
Re: Ask HN: Most interesting tech you built for just yourself?
#598I created a todo thermal printer so that I can write messages whenever I remember something. For example when I'm lying in bed and I remember that I have to do something or reading a book and think that's a great thought that I should look more into someday. Basically I have a mobile app that I can send a message to a api. Sometimes it's just a note, sometimes it is a todo item. Then I have a raspberry pi that polls…
Re: Ask HN: Most interesting tech you built for just yourself?
#599I made a "laser-beam-break" camera trigger for my Nikon D750, which I use to capture images of hummingbirds at my feeder. Instead of paying $125 for this ... ( https://www.bhphotovideo.com/c/product/1337050-REG/pluto_tri... ) I decided to build one using an Arduino. I probably spent more than $125 on the project, but I ended up buying a lot of hobbyist electronics parts, soldering gun, etc. I learned a bit about what…
Reminds me of when I was getting into woodworking and my wife wanted a new coffee table.
Why would we go buy coffee table when I could build it in a month and have it cost 3 times as much?
Re: Ask HN: Most interesting tech you built for just yourself?
#600I 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.
Since you have speed, I should dig into this.