Live data from Hacker News

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

news.ycombinator.com

121–130 of 1001 posts

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

#121
A Bluetooth dongle for my standing desk that lets me control it from my Mac. I kept bumping the wired remote with my chair when it was mounted under the table and since it had a fat Cat5 cable, it was too ugly to have on the table.

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.

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

#122
I made a robot location tracking system specifically for use on the carpet at my office.

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

#123
Built some systems, simulations, universes, automata or whatever you'd like to call them.

https://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 bunch of these. They are my favorite things to make. I've been making things like this for a long time but I only recently started to appreciate them after discovering this article. https://www.robinsloan.com/notes/home-cooked-app/

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

#125
Currently i think my markdown to html converter, which i wrote without any dependencies and completely from scratch (except for a websocket lib). It supports watching for file changes and creating a live preview in the browser.

Source: https://github.com/xNaCly/fleck

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

#126
My brother and I built a mini webapp that takes data from the Strong app for workouts, and shows you a list of all your muscle groups and filters it with color based on how much fatigue each muscle has accrued over the week. It also gives you recommendations of how much weight you should lift for your next workout. It's a nice way to make sure each muscle group is getting exercised enough each week!

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

#128
A little buzzer/led you can plug into an épée to detect hits without a scoring box, there's no grounding so it still triggers on hitting the opponents weapon but was more than good enough for practices.

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

#129

My 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…

nit: The language in the readme is called 'Marathi' instead of 'Maranthi'. It's my native language, and not a ton of people speak it online. Nice to see it here :)

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

#130
I've been working on https://instellar.app. It's a SaaS product that will enable anyone to turn their own infrastructure into a PaaS without needing to hire a DevOps.

I 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.

Post reply on HN