Live data from Hacker News

Ask HN: Most interesting tech you built for just yourself?

news.ycombinator.com

731–740 of 1001 posts

Re: Ask HN: Most interesting tech you built for just yourself?

#731

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…

I only got stupid dogs around here.... :-(

Re: Ask HN: Most interesting tech you built for just yourself?

#732
Probably the backup and update system for my desktop.

All 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?

#734
I hobbled together a software implementation of a half-QWERTY keyboard after a serious bike accident which left me unable to type with my left hand for over a month. The hardware solutions were (probably still are?) patented and we’re expensive to my then-very-broke self, so I learned enough ObjC and enough about the underlying keyboard mapping design to ~replicate the functionality in software on my Mac (right hand only until I could start actually using it), and then enough more ObjC to relaunch the thing whenever it crashed (fairly frequently, presumably from memory management issues I wasn’t trying to to deep dive at the time). I really wanted to open source it but it was just a life hack to keep working and I definitely didn’t want to also do a deep dive into the patent litigation risks.

Re: Ask HN: Most interesting tech you built for just yourself?

#736

https://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…

Small aside, I hate the concepts of neighborhoods. If someone tells me they’re from Highland, or Bakerson, or Rockwell, that means absolutely nothing to me. The boundaries are so arbitrary, and when I’m driving I don’t have any indication when I cross one or which one I’m in. I’d rather people just tell me they’re close to the intersection of Major St A and Big Road B. Or that they’re near the IKEA.

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?

#737
I made a python script / notebook to scrape a reddit thread on music, send all the comments to ChatGPT with a prompt like 'extract all the songs to CSV' and then upload to a Spotify playlist. probably high school level these days but it was amusing. https://github.com/druce/reddit_prettiest_songs

Re: Ask HN: Most interesting tech you built for just yourself?

#738

I 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

This is lovely! Thank you for making it!!

Re: Ask HN: Most interesting tech you built for just yourself?

#739
I built an opinionated RSS/website reader - https://lenns.io. Everyone can register and use it, but it's built based on my requirements and vision only. Yet, I believe it could be useful to others, and that's why I made it open for everyone to use.
Post reply on HN