So I hooked the remote up to an oscilloscope, figured out the signals it uses and used a nRF52 dev kit plus a small custom PCB shield to be able to control it over BLE. A small toolbar utility for the Mac and it’s more convenient than it’s ever been.
Ask HN: Most interesting tech you built for just yourself?
121–130 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#122The carpet was an arrangement of 4 particular colors tiled in squares, so I manually made a carpet map (a few hours in excel!), wrote a carpet color classifier to run from under-robot camera data, then integrated with a particle filter for location tracking. Write up is here:
https://github.com/tim-fan/carpet_localisation/wiki/Carpet-L...
I wrote it only ever expecting usage in this particular office, but if anyone has a similar carpet and a robot that needs localizing, please reach out!
Re: Ask HN: Most interesting tech you built for just yourself?
#123https://github.com/churchofthought/HexagonalComplexAutomata
https://github.com/churchofthought/ScatterLife
Was working on a new one based off of Gerard Hooft's beable theory, a superdeterminism of sorts.
But then WebGL 2.0 Beta got replaced by WebGPU. So it doesn't run anymore: https://github.com/churchofthought/Grautamaton
But here is a video of it used for a non-abelian sandpile system, when Google Chrome Beta could run it:
https://photos.app.goo.gl/NE1XU1tcdKS4ySLa9
and the resultant "cooled" equilibrium universe: https://photos.app.goo.gl/dn5jpUW9y3JMrxJi6
Re: Ask HN: Most interesting tech you built for just yourself?
#124- I have a disability and require daily personal care so I made a system for recruiting and hiring caregivers. (https://blakewatson.com/journal/a-home-cooked-app-for-hiring...)
- I need to track those caregivers' hours so I can make sure timesheets are accurate, and I wanted to do it with minimal effort. So I created a plain text syntax readable by a web app I created that takes that syntax and outputs exactly what should go on the timesheets.
- Sometimes the government agency that runs the program doesn't send me enough timesheets, so I created a "forgery" of their timesheets in CSS where all of the values are interchangeable via JavaScript. Now I can print any timesheet for any one of my caregivers for any time period on demand.
- I made my own web-based bookmarking tool to replace my Pinboard account. It automatically sends every bookmark to the Wayback Machine. (I wrote about that one and a couple of others https://blakewatson.com/journal/the-joys-of-home-cooked-apps...)
- Sadly I'm no longer able to use this one because of decreasing strength, but I once created a custom mobile-based keyboard for typing on my Mac. https://www.youtube.com/watch?v=Pre6EQGIuKY
- I wanted to be able to share my plain text notes so I made a CLI for selectively publishing notes to the web.
Really most everything I make outside of my day job is for me/family initially, but a lot of it I end up publishing. For example my main side project is A Fine Start (https://afinestart.me/). It actually started as an assistive technology just for me—typing is difficult so I wanted a new tab page with just clickable text links. I used it for a while myself before eventually turning it into a browser extension and service for other people.
Re: Ask HN: Most interesting tech you built for just yourself?
#125Source: https://github.com/xNaCly/fleck
Re: Ask HN: Most interesting tech you built for just yourself?
#126Re: Ask HN: Most interesting tech you built for just yourself?
#127Re: Ask HN: Most interesting tech you built for just yourself?
#128It was very simple, using a 555 timer and took almost no time to make, but it was among the best returns of effort I put in vs value I got out of it. It also stands out as one of my few personal projects that was something physical since most of them are only software now, and more tools than things purely for fun.
Re: Ask HN: Most interesting tech you built for just yourself?
#129My mom digitized many many old family videos, and wanted them online for sharing with family (including elderly & not-super-tech-savvy relatives). She asked me “should I just upload them all to a YouTube channel?” Thankfully it was a phone call so my mom didn’t see my aghast expression. I prefer that big tech not index this stuff! Better to keep “in the family” Seriously why does big tech deserve this free & super-pr…
Re: Ask HN: Most interesting tech you built for just yourself?
#130I did this because I've had problems hiring DevOps (lack of resource / lack of people to hire / and kubernetes was just too complex). I decided that I need a tool let's me have my own heroku on my own infra and here we are.