Ask HN: Does anyone use sound effects in their dev environment?
301–310 of 336 posts
Re: Ask HN: Does anyone use sound effects in their dev environment?
#302Re: Ask HN: Does anyone use sound effects in their dev environment?
#303It reminds me of plane cockpits where the system barks out things like "Terrain! Pull up!" if the pilot needs to react instantly.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#304Re: Ask HN: Does anyone use sound effects in their dev environment?
#305I worked in a quantitative trading company, and the traders would use sound effects for every kind of alert. Each time a risk limit gets hit, a disembodied voice would say " limits!" or make a pig oink or something. There was a shared folder of thousands of .wav files. It reminds me of plane cockpits where the system barks out things like "Terrain! Pull up!" if the pilot needs to react instantly.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#306Earlier quoted context omitted.
One place I worked at the success was a golf clap. The fail was crowd going 'awwww' as if someone had just missed a putt. Nice and simple. Since the build took 3-4 hours you did not hear it much. Before everyone went 'open office' it was semi fun to have sounds on different build actions. Now not so much :(
There’s… a particular sound pack that had those two sounds. Maybe different ones, sure, but this just unlocked a memory of two very particular sounds from my early Windows days. Might have been built-in, or maybe from Microsoft Plus.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#307From [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…
Mac version, courtesy of chatGPT: stdbuf -oL ping news.ycombinator.com | grep --line-buffered -o "[0-9]* bytes" | xargs -I {} say "Ping {}"
Re: Ask HN: Does anyone use sound effects in their dev environment?
#308Not sure if more people have that but I hate sounds. I turn off all system sounds on my OS. I turn off all notifications on the phone. It is not like I get called often but still had bad memories from former work where everyone had the same phone and the same sounds and I was often working 24/7 support. Hated that work and hated my morning wake up alarm that I had to change every couple months because each one I hate…
Re: Ask HN: Does anyone use sound effects in their dev environment?
#309Re: Ask HN: Does anyone use sound effects in their dev environment?
#310This 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…