Ask HN: Does anyone use sound effects in their dev environment?
71–80 of 336 posts
Re: Ask HN: Does anyone use sound effects in their dev environment?
#72Re: Ask HN: Does anyone use sound effects in their dev environment?
#73Loosely related, I am almost always running some white noise into my IEMs.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#74In around the year 2000, for career day I went to work with my uncle. He worked in IT for General Mills. Their office was very much a stereotypical poorly lit IT cave in the basement. All their computers were a constant barrage of custom pop culture sound effects for every action. Minimize a window and a computer would emit like a "Ooh baby" clip for instance. Place had the tone of a morning radio show. Seemingly eve…
Imagine an elevator, gas pump, vending machine, or laundromat emitting sound effects constantly.
Quite the dystopian hellscape.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#75Re: Ask HN: Does anyone use sound effects in their dev environment?
#76One of my friends old office had speakers and every time Jenkins failed with a build it made a short sound. It was different for each project so everyone familiar with the sound would instantly know which project pipeline failed. He liked it and had fun choosing a sound effect fitting for his own project :)
Before everyone went 'open office' it was semi fun to have sounds on different build actions. Now not so much :(
Re: Ask HN: Does anyone use sound effects in their dev environment?
#77`$ ... && say 'Notice me father, I am complete'` (something I add to longer scripts when the job gets particularly boring)
i tried d&d during the pandemic and was taught what 'flavor text' is. a dictionary of one to many flavor texts would benefit me using this pattern because i need randomness to break through the anticipation. in fact, mapping to posix exit codes would probably be the only case i'd use - give me 1000 cute sayings for exit 0, and a dozen for 255, 1, 2, and a sensible default. preemptively, to anyone telling me this is t…
A lot less "Las Vegas video slots parlor" because of the randomness.
Re: Ask HN: Does anyone use sound effects in their dev environment?
#78It 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…
Would be funny to create an elaborate system of notification tones that are only discernible by a trained musician
Re: Ask HN: Does anyone use sound effects in their dev environment?
#79Bill Buxton [1] seems to have a good treatment of the subject but i don’t know what’s autoritative
[0] https://tvraman.github.io/emacspeak/manual/Auditory-Icons.ht...
Re: Ask HN: Does anyone use sound effects in their dev environment?
#8095% of my work (web dev) isn't so much waiting for something to happen, where a notification of any sort would be useful. Most builds etc only take a few seconds, so I just wait. Most 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 fun…
Mostly agree but this does give me an idea: having a sound that indicates a change you just made to a line caused an issue with an offsceeen line. For example deleting the last usage of a variable declared higher up. Of course there are already onscreen solutions for that, such as indicators in the minimap, but it could be more obvious as a sound.