I trained the raccoons that visit my house at night. I started them out getting a peanuts from a water bottle. Then I tied the bottle to a rope. Then kept raising the bottle higher. At that point, I built an automated feeder system using a linear actuator activated by pulling the rope with the bottle attached. It had LEDs that were green / red to show when the feeder would / wouldn't dispense peanuts. It was all driv…
Ask HN: Most interesting tech you built for just yourself?
731–740 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#732All of my Linux boxes use btrfs as the filesystem.
I have some tools that makes snapshots of all the subvolumes I wish to keep backups of and does incremental transfers of them to my NAS. It will incrementally transfer any non-synced ones as well, so if you run make-snapshots multiple times without backing up, they'll all end up on my NAS eventually.
You can also have it create a writable snapshot out of the latest full snapshot so you can muck around with updates without breaking your current environment. It also updates the rEFInd configuration dynamically so you can boot into old snapshots if the one you're working on is broken. You can also have it spin up a VM to test as well.
I also wrote my own tiny dynamic DNS service I run on my blog's VPS so I can bind my home network's IP address to a domain name. It's just a tiny node.js app that acts an an authentication frontend to update a bind server's DNS config.
Re: Ask HN: Most interesting tech you built for just yourself?
#733Re: Ask HN: Most interesting tech you built for just yourself?
#734Re: Ask HN: Most interesting tech you built for just yourself?
#735Re: Ask HN: Most interesting tech you built for just yourself?
#736https://neighbs.us/ Really fucking dumb. Uses browser geolocation to tell me which neighborhood in San Francisco I'm currently standing in. Grabbed the lat/longs of each neighborhood from the SFData [0]. It works by plotting a circle representing your location + uncertainty and determining which of SF's 117 neighborhoods intersect with it. If your circle intersects with more than one neighborhood, it's smart enough t…
It’s especially frustrating on dating apps like Hinge which only show neighborhoods. Half the time I don’t even know if they live in the same city as me.
Re: Ask HN: Most interesting tech you built for just yourself?
#737Re: Ask HN: Most interesting tech you built for just yourself?
#738I recently took up the banjo and as a musician who learns by ear, I wanted a way to quickly loop a phrase of music, slow it down and learn by repetition. Speeding it up as i go and moving on to the next phase. So I built https://looptube.xyz It takes a YouTube ID input and allows you manipulate the video to loop and change tempo