The dude in the cubicle next to mine used to use sound effects extensively, but he died a mysterious death a while ago...
Ask HN: Does anyone use sound effects in their dev environment?
31–40 of 336 posts
Re: Ask HN: Does anyone use sound effects in their dev environment?
#32Re: Ask HN: Does anyone use sound effects in their dev environment?
#33Re: Ask HN: Does anyone use sound effects in their dev environment?
#34https://github.com/kristiandupont/react-geiger This plays a click when React components rerender, to make you aware of the page performance
Re: Ask HN: Does anyone use sound effects in their dev environment?
#35I have both sounds and visual for process success or failure from the command line https://github.com/shapr/bloohm
Re: Ask HN: Does anyone use sound effects in their dev environment?
#36Re: Ask HN: Does anyone use sound effects in their dev environment?
#37It isn't exactly what you have in mind, but I use `play` as well as a terminal theme color change to tell me when I'm using one or another language's keyboard layout. If you put & in front of play, you can make chords. Here's an example: # Define notes for major seventh chord starting on A 440 A=440 C_SHARP=554.37 E=659.25 G_SHARP=830.61 if [[ "$layout" == "Finnish" ]]; then # Play a major seventh chord ascending kit…
I ended up disabling the feature because it was always the bottom shelf.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#38Re: Ask HN: Does anyone use sound effects in their dev environment?
#39Sometimes when I wait for slow tasks to complete I do stuff like: sleep 900; say "Task X is probably done now" On Mac this works out of the box, AFAICT Linux has similar commands. https://ss64.com/mac/say.html https://manpages.debian.org/bookworm/gnustep-gui-common/say....
thank you. Just created an alias alias waitfor='f() { sleep $1; say "Task $2 is probably done now"; }; f'
function waitfor(){ sleep $1; say "Task $2 is probably done now"; }Re: Ask HN: Does anyone use sound effects in their dev environment?
#40Another one is espeak that says "keyboard" when my keyboard get disconnected (usually due to me soldering stuff which then kills my keystroke monitoring keylogger which then I need to manually restart because it runs as root)
On Upwork page a custom extension keeps continuously beeping when new message appears in chat.
At 17:00 espeak says "17:00" to remind me it is time to make a soup.