Ask HN: Does anyone use sound effects in their dev environment?
221–230 of 336 posts
Re: Ask HN: Does anyone use sound effects in their dev environment?
#222Yes! I wish there were better tools for getting sound out of the terminal. I got bored waiting for long running scripts to finish one day and wrote this bash one liner. Now I can run a command and put a pipe and the zzz alias on the end and it will tell me when it’s finished. > alias zzz='echo "zuhg zuhg\n" "work work\n" "lowk taar\n" "jobs done\n" "sawobu\n" "dabu\n" "i can do that\n" "be happy to\n" "OK\n" "no time…
Upvote for the excellent Wacraft II reference. Those are some of my favourite sound effects, and they are often quoted among my friends. Here's all of them: https://www.youtube.com/watch?v=gntGbsmTY_E
Re: Ask HN: Does anyone use sound effects in their dev environment?
#223Re: Ask HN: Does anyone use sound effects in their dev environment?
#224(I quit shortly after that.)
Re: Ask HN: Does anyone use sound effects in their dev environment?
#225From [1] The story of PING: ping goodhost | sed -e 's/.*/ping/' | vocoder He wired the vocoder's output into his office stereo and turned up the volume as loud as he could stand. The computer sat there shouting "Ping, ping, ping..." once a second, and he wandered through the building wiggling Ethernet connectors until the sound stopped. And that's how he found the intermittent failure. [1] https://ftp.arl.army.mil/~m…
Re: Ask HN: Does anyone use sound effects in their dev environment?
#226Re: Ask HN: Does anyone use sound effects in their dev environment?
#227I’m actually revisiting this project right now! I’m reimplementing it in Rust and also exploring different ways to communicate parser state and other contextual information through sound.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#228This sounds like an idea borrowed from games or other media where doing certain actions results in an audible feedback. This is often done for the benefit of the audience, or to enhance the gaming experience, but I had an idea to implement this in my workspace to somehow influence my brain and make it more enticing to write code and somehow beat procrastination. I wrote a Python daemon which on startup loads small .w…