I 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…
Ask HN: Most interesting tech you built for just yourself?
661–670 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#662Throwaway time! I built a custom smart motorized masturbator. It borrows from 3D printer design, and has a NEMA 17 stepper motor driving a 2GT belt loop around a short length of 2020 extrusion to slide a carriage along a linear rail. The carriage has attachment points that I've put clamps on, that close around a fleshlight-style sheath. There's a brace at the business end that you put around the base of the penis and…
You need a fitness tracker and some machine learning to really get your freak on.
Sorry, too tired to come up with a good robot innuendo.
Re: Ask HN: Most interesting tech you built for just yourself?
#663When you are in different timezones it can actually be nice to fall asleep with the other person "close" to you; so we kept Skype running while one of us went to bed and the other person was working on the PC.
Unfortunately the internet connection would regularly drop, ending the Skype call. Now you did not want to wake the other person by calling them.
So I wrote a small script that would allow you to send a secret word in the chat and invoke the other persons' Skype to call you instead automatically.
Kept our relationship healthy. Now we've been married for nearly 10 years and are happily living together :)
Re: Ask HN: Most interesting tech you built for just yourself?
#664Throwaway time! I built a custom smart motorized masturbator. It borrows from 3D printer design, and has a NEMA 17 stepper motor driving a 2GT belt loop around a short length of 2020 extrusion to slide a carriage along a linear rail. The carriage has attachment points that I've put clamps on, that close around a fleshlight-style sheath. There's a brace at the business end that you put around the base of the penis and…
Re: Ask HN: Most interesting tech you built for just yourself?
#665I build a "SaaS" wine app, for tracking wines in my cellar and for tasting notes as well. "SaaS" in quotes since it runs in a small production setup with all the bells and whistles (ie. CI/CD pipelines, continuous releases, user signup etc.), but I'm the only user :-) I'm a wine enthusiast, i.e. not a professional but interested enough to do a WSET2 in my spare time (I'll do a WSET3 when I find time some day). I like…
Re: Ask HN: Most interesting tech you built for just yourself?
#666A software developer and football (soccer) fan who lives in an antipodean time zone, I enjoy watching games on demand the morning after they occur. Apart from watching the games of the team I support, I like to watch one or two of the most entertaining games in any given week, but score spoilers absolutely ruin the experience for me. So, I created https://laterball.com : a web app the algorithmically determines the b…
Re: Ask HN: Most interesting tech you built for just yourself?
#667- https://github.com/joelmccracken/workstation
At this point, its basically ready to go. Its a weird feeling. I've been working on it for so long, and now it... works.
Being able to use github actions with macos runners makes this project so, so, so much easier.
Another project I've been working on is a custom authoring format - think markdown, but customized to my needs (specifically, the format is extensible). Think markdown/xmlish hybrid. There is a lot of churn though so I'm not quite ready to demo it, but once I get something interesting I'll share it more with folks.
Re: Ask HN: Most interesting tech you built for just yourself?
#668Re: Ask HN: Most interesting tech you built for just yourself?
#669I 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…