Ask HN: Weirdest programs you ever made?
9 90s_dev 23 5/26/2025, 5:23:18 PM
I made a few odd apps in my time:
* cli utility that shows a rainbow unicorn flying across your screen, useful to run when all tests passed
* irc client using only named file pipes, so that channels were files you could pipe to stdout and write to via stdin
(Can't remember any others.)
What about you?
Assigning a touch of anthropomorphism to a stubborn program provided a satisfying outlet for user irritation.
AAAAAAAAAAÁàAAAAAAAàAAAAAAAAAAàAAAàAááááaÀàAAâàAâAAAAAAAââAAAâàAAâááAAAAAAAAAAAAAAAâàâAAAâaaaaaaâaaaaaaaaâàAâàâ
Code’s here: https://github.com/willmeyers/global-caps-lock-rng
I had no specific reason to build it other than I thought it would be funny.
I feel like this falls under a class of tools where the existing solutions are just far too complicated for me to wrap my head around, like many of my shell scripts are meant to help with.
I should really get around to writing the semantic JSON diff for this project at some point.
I thought it was a bad idea, so instead of just erasing the boot sector, I just flipped the bits so it could be undone by running it again.