Live data from Hacker News

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

news.ycombinator.com

191–200 of 1001 posts

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

#191
I hooked up my old (~25y) stereo to an RPi via AUX in. The RPi has MPD and a pulseaudio sink to play audio. And it can be controlled via Home Assistant.

But the feature I like most is that it turns on/off the stereo via an infrared LED. It detects sound and silence on the pulse output and sends the proper IR command. A small thing, but it still makes me happy whenever it does its work in the background.

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

#193
Most useful thing?

Honestly, a lamp that uses a 1W red LED behind a big diffuser. It uses PWM in the MHz range for dimming (so definitely no flicker), and big physical controls. My wife and I both get migraines and being able to set very dim red light seems to be better than sitting in complete darkness. I have insufficient data to tell if this is a real effect, unique to us, or placebo.

Code is in AVR assembly, because that's easiest for me. Sometimes I feel silly that after all these years working with technology, this is the most useful thing I've managed to build for myself. Hey, it's not nothing though :)

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

#195
I make my own digital synthesis algorithms using (relatively, w.r.t. the field) esoteric mathematics. [1]

At some point (e.g. once I obtain patents) I hope to commercialize the processes involved as software/hardware instruments, but for now it's solely for my own practice. [2]

[1] https://soundcloud.com/thetanull/1to1-220409-03 [2] https://soundcloud.com/goomtrex/condenser-12-54

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

#196

My MIL is 93, and the only tech she can really deal with is turning on the radio and TV and changing channels. She is fond of music from old classics (from the 60's and earlier), so I hooked up a Raspberry PI with an FM transmitter and created her own private radio station. She tells me what songs she likes and I create different playlists that get broadcast on her station. It preserves the surprise element of radio,…

I love it. Not only is this wholesome, it's pretty cool too

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

#197

My ex used to be pissed when I spent whole day coding and dont wrote her a single message... It was way back before gpt and twilio, so I bent one IRC bot and wrote collection of warm messages that was send via SMS on a pseudorandom timeframe. We broke up when she finds out ... Luckly for both of us I guess.

This reminded me of this internet folklore: https://www.jitbit.com/alexblog/249-now-thats-what-i-call-a-...

There is also a recreation of the scripts at https://github.com/NARKOZ/hacker-scripts

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

#198
Automatic warning system if I sit too long

I added a pressure sensor to my desk chair (just like the ones built into car seats) and soldered that to a Zigbee door sensor. I now know sitting/not sitting. I then set up push notifications to my watch and desktop if I sit more than one hour to get up and take a walk. Furthermore I connected it to my hight adjustable desk that if it is in up-position and I sit down, it automatically lowers itself to the perfect sitting position. I had to disable the „if I get up, move the desk up“ function because it was just too much movement on the desk end.

I don’t wanna miss the too-long-sitting warning anymore and it is really useful.

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

#199
I built a Markdown like text format for writing technical reports. I was fed up with Word and I wanted a plain text language that supports tables, footnotes, auto validated references to any part of the document, syntax highlighting of code blocks, comments, math equations, table of contents, etc... Unfortunately, existing solutions are all slow or written with some bizarre toolchains that are a pain to set up.

I wrote it from scratch in Go with very few dependencies, so I can compile it to a single binary that should work on all platforms. It outputs .html or .tex which is then compiled to a PDF via Xelatex. Since Latex is pain to deal with, I wanted to generate pdf directly, but life got in a way so... it's not exactly a finished project, but at least I enjoy using it.

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

#200

My MIL is 93, and the only tech she can really deal with is turning on the radio and TV and changing channels. She is fond of music from old classics (from the 60's and earlier), so I hooked up a Raspberry PI with an FM transmitter and created her own private radio station. She tells me what songs she likes and I create different playlists that get broadcast on her station. It preserves the surprise element of radio,…

OP seems from India and AFAIK its illegal to transmit on FM frequencies without a license. I understand it might be low powered but theres a chance of Police coming knocking on the door. Whats worse is it might interfere with emergency services. There is a reason we have spoctrum licences.
Post reply on HN