Ask HN: Most interesting tech you built for just yourself?
751–760 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#752I 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.
I'm assuming you are measuring how far a certain feature of the train takes to get from one point of the frame to the other. Similar to how police catch people speeding by measuring how long road markings take to pass in a given frame.
Re: Ask HN: Most interesting tech you built for just yourself?
#753Re: Ask HN: Most interesting tech you built for just yourself?
#754I built it to scratch my own itch: I wanted a way to use AI on the go the way I talk to people (via text messages) and wanted a way to quickly show off AI to the uninitiated (friends and family who have never seen or used or understand AI).
Re: Ask HN: Most interesting tech you built for just yourself?
#755@dang regarding pagination // Get the anchor tag element const anchorTag = document.querySelector('.morelink'); // Add a scroll event listener to the window object window.addEventListener('scroll', () => { // Check if the user has scrolled to the bottom of the page if (window.innerHeight + window.scrollY >= document.body.offsetHeight) { // Fetch the content from the URL stored in the anchor tag's href attribute const…
Re: Ask HN: Most interesting tech you built for just yourself?
#756Oh, 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…
Re: Ask HN: Most interesting tech you built for just yourself?
#757Not 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
Re: Ask HN: Most interesting tech you built for just yourself?
#758Re: Ask HN: Most interesting tech you built for just yourself?
#759Not sure if this counts: A lighting desk for my hobby of lighting live music. For reasons I like doing live control along with the music (known as busking). Existing things are either limited and can't control moving lights, or don't have the flexibility to busk the way I want. so, having worked a long time ago for a crowd that built what were at the time the best lighting desks in the world, I built my own It has 36…
Re: Ask HN: Most interesting tech you built for just yourself?
#760My parents are incredibly patient, but after a couple of these calls, they'll just leave the phone to ring. The soundtrack of the phone constantly ringing in the house, and the guilt associated with not picking up, is unbearable.
My brother and I built a system where her calls get re-routed to a rotation of relatives to answer her calls, to spread the load. After a call with her, each person gets a 2 hour break (customizable). If no one is available to answer, or if everyone is on break, she gets a voicemail that my dad recorded that explains that we love her, that she lives there, all the usual stuff.
It's working beautifully.