Ask HN: Does anyone use sound effects in their dev environment?
1–10 of 336 posts
Re: Ask HN: Does anyone use sound effects in their dev environment?
#2Xcode at least used to have sounds for “build failed” and “build succeeded”, and IntelliJ gives you notifications for build and test failures when the app isn’t focused.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#3Re: Ask HN: Does anyone use sound effects in their dev environment?
#4Most of the work is thinking through a problem, then ensuring it's coded correctly. The colors and syntax highlighting and squiggly lines and Typescript warnings etc (in Jetbrains) are all helpful because they are contextual. "Hey, this function isn't written right" or "you mapped this array to an invalid return type" let me know exactly what I did wrong so I can fix it.
I don't think random beeps and dings and pewpews would have the same kind of contextual usefulness, and would probably be annoying and take me out of the zone whenever I'm focused and coding.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#5Re: Ask HN: Does anyone use sound effects in their dev environment?
#6 ping -aRe: Ask HN: Does anyone use sound effects in their dev environment?
#7Re: Ask HN: Does anyone use sound effects in their dev environment?
#8 sleep 900; say "Task X is probably done now"
On Mac this works out of the box, AFAICT Linux has similar commands.https://manpages.debian.org/bookworm/gnustep-gui-common/say....
Re: Ask HN: Does anyone use sound effects in their dev environment?
#9Re: Ask HN: Does anyone use sound effects in their dev environment?
#10I 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.