A 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…
Ask HN: Most interesting tech you built for just yourself?
621–630 of 1001 posts
Re: Ask HN: Most interesting tech you built for just yourself?
#622One is an interface for a MIDI controller I use to be able to control the Soundcraft UI16 mixer I use for my desk setup. I'm a bit of an audio nerd, having done pro-am music production, and having a love for broadcasting, and what started as a simple setup to get good quality sound at low latency has now become an audio chain with a teleconferencing audio processor, a headless digital mixer, and several microphones to do acoustic echo cancellation and noise cancellation so I can use an open microphone without headphones.
My mixer, being headless, has no physical controls. From my DJ days, I had a MIDIFighter 3D controller not being used, and a Raspberry Pi without a dedicated task. I was able to write a small bash script to read note information from the controller and send web requests to a Bitfocus Companion server to act as API intermediary between my mixer and the controller. Now, I have physical controls for hardware muting my microphone, and the various computers at my desk. It's effectively a big Elgato Streamdeck for what I use it for, but to be able to upcycle the hardware has been quite nice.
I also was working from home with some long hours, and I wanted to try and improve my sleep schedule. I already use redshifting software (usually what's built into the OS these days, although I used to be a longtime F.lux user), and that's been great, but I also wanted to control monitor brightness by time of day. Giving my eyeballs less light blasted into them has helped me regulate my sleep better. I wrote a small python daemon that can run on Mac or Linux, integrate with native DCC tooling to send control commands to my displays, and gradually adjust the brightness of my monitors based on the time of day. This has also been eternally useful when, being an ops guy, I'm called in during the middle of the night, sit down at my desk to address an outage, and my eyeballs are bombarded with significantly less light, making the pain of adjusting much less difficult to address, and also making falling back asleep after the incident is resolved much easier.
Re: Ask HN: Most interesting tech you built for just yourself?
#623Re: Ask HN: Most interesting tech you built for just yourself?
#624Re: Ask HN: Most interesting tech you built for just yourself?
#625It was suddenly very intuitive to build user interfaces on a button grid MIDI controller using standard React design patterns, not to mention the actual light shows being implemented as React components.
Re: Ask HN: Most interesting tech you built for just yourself?
#626Re: Ask HN: Most interesting tech you built for just yourself?
#627I still have to add a lot of words though, any feedback is welcome
Re: Ask HN: Most interesting tech you built for just yourself?
#628I had little trust for the Chinese IC steered devices nor the early US attempters at pop market that refuse to describe even their safety approach.
Pleased with my personal results. Would not openly recommend doing it, because the DIY route as well as adopting TDCS do require that you can competently read medical studies. At least half of those I browsed fail good science test even at first glance.
And then of course the manufacturers and sellers are even worse, such as they are quite good at parroting misquotes of study results for marketing and PR.
Next plan is build an ECG and my own medical ultrasound, although with that one it is probably best to wait for about 5 to 7 years till the new-tech ultrasound generators get to market.
Re: Ask HN: Most interesting tech you built for just yourself?
#629I built a program in Go to defeat GeoIP lock-outs for my home network. It runs on our home router and functions as the primary DNS server. If the record name matches a regex the DNS request is forwarded over a VPN to a DNS server in the target country. Any other requests are forwarded to my ISP’s DNS. If the response is a CNAME then the A record name is cached so that follow-up requests are also forwarded over the VP…
Re: Ask HN: Most interesting tech you built for just yourself?
#630A handful of other people use it I think but I made it for myself and don't have time to maintain it when I'm not studying maths.