I can't help envisioning such a thing with *Command and Conquer* announcer or *Warcraft 2* peasants. "Building ..." "Cancelled" "Unable to comply, building in progress" "Construction complete" "Cannot deploy here" "Job's done" etc https://www.youtube.com/watch?v=HW1qfrx_Lg8 https://www.youtube.com/watch?v=PoMhMZZjbGg
I love this idea. YOU MUST CONSTRUCT ADDITIONAL PYTHONS
Ask HN: Does anyone use sound effects in their dev environment?
261–270 of 336 posts
Re: Ask HN: Does anyone use sound effects in their dev environment?
#262Re: Ask HN: Does anyone use sound effects in their dev environment?
#263Re: Ask HN: Does anyone use sound effects in their dev environment?
#264Terminal bell rings every time I press escape more than once in vim :-)
Re: Ask HN: Does anyone use sound effects in their dev environment?
#265The classic audio diagnostic on Linux/Unix is some beeps occurring and kernel debug text on all virtual terminals when something really horrible has gone wrong. If you want to make a beep in a linux console, try adding this to your shell scripts. It should trigger the default system "beep" sound. I used to include this in my scripts that ran really long tests or cluster jobs to wake me up and check the results. Sadly…
I remembered as I enabled this great setting, that I am usually very quick to turn it OFF because it causes the configured sound to play when you hit backspace at a blank prompt, which I tend to do when I'm thinking of what to type, or clearing lines, I just hit backspace excessively for fun. Unfortunately the bell causes me to get penalized for that, so I will probably disable it again.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#266Re: Ask HN: Does anyone use sound effects in their dev environment?
#267 ./test.py; beep
where beep is a script I made that plays the Macintosh boot beep[1]. It was pretty useful.I also did something similar that one time I had to compile LLVM (~4h on my laptop) and that other time I had to compile Firefox (~6h on same laptop).
Re: Ask HN: Does anyone use sound effects in their dev environment?
#268But when debugging real time software, where instrumenting the code breaks it, I would have the code run an instruction that toggles the speaker state. By the tone it makes, I can infer what's happening.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#269Re: Ask HN: Does anyone use sound effects in their dev environment?
#270From [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…