Ask HN: Does anyone use sound effects in their dev environment?
51–60 of 336 posts
Re: Ask HN: Does anyone use sound effects in their dev environment?
#52Re: Ask HN: Does anyone use sound effects in their dev environment?
#53Re: Ask HN: Does anyone use sound effects in their dev environment?
#54Re: Ask HN: Does anyone use sound effects in their dev environment?
#55Instead of sounds to indicate the end of a long-running task, use a notification: https://github.com/t413/zsh-background-notify
Re: Ask HN: Does anyone use sound effects in their dev environment?
#56I wrote a Python daemon which on startup loads small .wav files into memory to make latency as small as possible, and listens for interrupts as well as reads from a fifo. Other programs can send commands to it to play certain chimes on demand. In ~/.vimrc I added autocommands on certain actions - buffer write, enter/exit Insert mode, enter/exit command line, text change, etc. to send commands to my daemon. Now, when I use vim, I get audible feedback of my actions during writing. Since this is all in a separate daemon done in an UNIXy way, adding support for this in other applications should be easy enough if I want to.
If there was interest, I think that I could clean up the project a little and publish it, including a set of free .wav chimes to use.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#57(something I add to longer scripts when the job gets particularly boring)
Re: Ask HN: Does anyone use sound effects in their dev environment?
#58Absolutely not. Cubicle farms are noisy enough as they are. The occasional beep from an ASCII Bel character is more than enough. I also surprise myself regularly by finding that I'm still wearing noise-cancelling headphones long, long after the Zoom or WebEx has ended. When I take the headphones off, I'm surprised again by how noisy the background is, particularly the howling of the ventilation system.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#59Re: Ask HN: Does anyone use sound effects in their dev environment?
#60> blacklist pcspkr