Slashdot Mirror


Peep: The Network Auralizer

Manuka writes "I have just returned from LISA 2000 in New Orleans (it was a blast), where Michael Gilfix of Tufts University presented a best-of-LISA paper on his creation, called Peep. This has got to be one of the coolest networking tools I've seen - it generates sound events based on network traffic. Really neat stuff like a bird chirping when mail comes in, or an owl hooting when your web server dishes up a page (you can actually use any sound for any event). Neat little way to generate background noise, and you can see (hear) what the network is up to and if it's doing anything weird - if the owl sounds like it's on speed, you're being slashdotted, or if the birds sound a little too hitchcockian, you're being spammed. " But what is the sound of one cracker scanning?

169 comments

  1. Re:Site Slashdotted! by mcarbone · · Score: 3

    You can find it here as well (not sure if this is the most recent version though):

    http://www.eecs.tufts.edu/peep/download.html

    --

    The only true currency in this bankrupt world is what we share with someone else when we're uncool. -Crowe
  2. Re:Here at Tufts - by l33t · · Score: 1

    That would be your psychosis, and paranoid schizophrenia, not the computer.

  3. network zen by diogenesTheCynic · · Score: 1

    If a router drops a packet when nobody is around, does it make a sound?

    1. Re:network zen by hanwen · · Score: 1
      Actually, no, it doesn't, because when no one is around, my speakers are turned off



      Katzu!



      (whacks Nater over the head with a large clue-stick)

      --

      Han-Wen Nienhuys -- LilyPond

    2. Re:network zen by Nater · · Score: 1

      Actually, no, it doesn't, because when no one is around, my speakers are turned off. Ordinarily, however, my loghost starts talking whenever a packet gets dropped. It tells me the source and destination of the packet and the port it was going to.

      --

      I like to play children's songs in minor keys.
      "We're all sons of bitches now." --J. Robert Oppenheimer

  4. Re:Better traffic sounds than birds - VEHICLES! by dogkow · · Score: 1
    And if you're hearing a lot of police sirens, you'd better go to the server room and get ready to hit the Big Red Switch!

    Or you could just uninstall NT.

    --

    It is the mark of an educated mind to be able to entertain a thought without accepting it. --Aristotle

  5. Re:Sound of one script kiddie scanning... by Cycon · · Score: 1

    I second that request above. Could you please post a link to the script/mp3 for the rest of us?

    --
    Your Brain + EEG + LEGO Robots = Brainstorms
  6. old school version of this by British · · Score: 2

    Doesn't anybody remember when computers were hooked up to TVs where you could faintly hear sounds of the computer crunching away?

    It works better if you have an FM radio nearby and tune it to an unused frequency range. Did that on my TI-994/A a lot.

    1. Re:old school version of this by achurch · · Score: 1

      You can do that now, if your hardware is crappy enough. I get static through my earphones on my Compaq at work whenever there's CPU activity. It's bizarre.

      --
      BACKNEXTFINISHCANCEL

  7. Re:More crack-addict moderation by Wah · · Score: 1

    becuase it's the most useful thing when a story goes down. How can you possibly discuss what you haven't read or seen? (See regular /. discussions for how this is possible.)
    --

    --
    +&x
  8. Audible pings to trace network faults by devphil · · Score: 3


    Am I the only one who remembers the sysadmin who hooked the output of ping(1) into a text-to-speech program, turned his speakers up to full, and started pinging a machine at the other end of the building?

    "PING... PING... PING..." on each successfully returned packet.

    He then started wandering the halls, tweaking cables. When he bumped a cable and the noise stopped coming from his office, he knew he had found the fault. :-)

    --
    You cannot apply a technological solution to a sociological problem. (Edwards' Law)
    1. Re:Audible pings to trace network faults by gimbo · · Score: 3

      The story is told here, in The Jargon File: http://www.tuxedo.org/~esr/jargon/html/entry/ping. html

      -Andy

    2. Re:Audible pings to trace network faults by xinu · · Score: 1

      As a consultant I find myself having to do that all the time when I have rows of rows of strange new equipment I have to find and they aren't labeled or I don't have the time to look around... With a Sun... # snoop > /dev/audio and tada you have a computer yelling hey I'm over here...

  9. Cliplay by delmoi · · Score: 2

    I managed to get apache to play a sound whever someone hits my website, I wrote a little program called Cliplay that plays a .wav speced in the command line, then used apache's exec SHTML command. The only problem is that the page stops loading untill the wave has finished playing, so you need to use something pretty short.

    --

    ReadThe ReflectionEngine, a cyberpunk style n
    1. Re:Cliplay by joshwa · · Score: 1

      or, roughly:
      tail -f /var/log/apache/access_log > a script that plays a wav whenever it recieves \n

  10. Re:Sound of one script kiddie scanning... by StandardDeviant · · Score: 2

    I doubt it. It's pretty centric to his network, meaning that it's got a lot of sensitive info in it (not just ip addresses but comments like # ok, this next line indicates someone sniffing at the db server, telling you what IP the db server is running on) and that porting it to a generic network would be a bitch.

    But basically all you need is a perl script that reads from stdin, filters those lines (regexps), and has a sort of function table or callback mechanism (e.g. if /someMatch/ then somefunc() ). Redirecting the output from ipmon to the script isn't hard (direct pipe in the case of running ipmon from the shell without the -d daemonize flag, the -f flag (iirc) that specifies log file combined with a named pipe pointing at the script, that sort of thing). I don't know about linux firewalls (iptable, ipchains, ipfwadm, whatever) and logging methods, so that may require a different solution.

    The callback funcs are where the action is (i.e. pass the line on to syslog(open a filehandle to syslog on LOG then "print LOG $line;"), drop it on the floor, do something else; sort of a syslog firewall ;-) ). The command to play the mp3 was something like system("/usr/local/bin/mpg123","/path/to/thunk.mp3 "). (using the split arg form of system is more secure b/c IIRC that way you aren't subject to shell interpretation)

    The mp3 itself is a pretty trivial matter. Buy a cantaloupe (I think that's what he used) and let it get more than overripe but not enough to be gross. Put mic next to cantaloupe, recording to a wav, then hit cantaloupe with board. Convert wav to mp3 using any number of tools. Viola. :-) If you didn't mind the extra disk space you could leave it a wav and use some other tool (or maybe still mpg123, I've never tried to play a wav with it so it might support that (much simpler) format). Of course if you don't want to DIY I'm sure there are plenty of funny wav files out on the internet to use (movie quotes, tv clips (beavis and butthead anyone?), random sounds, etc).


    --

  11. Larry Wall also uses audio for montioring by Mozz+Alimoz · · Score: 1
    On June 3, 1998 Larry Wall, creator of the Perl language, spoke at the Silicon Valley Users Group about how he automated his house - using perl of course. It also included audio output to his house sound system.

    Amoung other things he described how it emitted submarine-like acoustic "pings" for proximity sensors on his lawn and very detailed Caller ID identification of incoming phone calls. It had different sounds or music for common people (e.g., Tom Christiansen, or Randal Schwartz), the city or state of unrecognised calls where spoken.

  12. MP3 attack! by Anonymous Coward · · Score: 1
    Reminds me of my brother logging remotely onto my computer at 3 a.m. and starting to play Type O Negative's "Prelude to Agony" at full blast (or at least it sounded like that at the time).

    Needless to say, once I recovered from my heart-attack and general scare and confusion (what? where am i? whose breaking into my apartment!?), I proceeded to remove him from the group with the access to the audio device.

  13. IRIX Snoop by SirFlakey · · Score: 1
    Snoop on IRIX has had that feature for a while .. it's invoked with "snoop -a". It's pretty funny (and not to mention a great excuse for using headphones at work =)). Listen to your QUAKE network match.

    All I want now are packets that sound like "Mein Leben" for re-sends after collisions.
    --

    --
    Jon - TheSpork
    1. Re:IRIX Snoop by SirFlakey · · Score: 1

      Hmm I actually got it slightly wrong. Snoop does not play audio signals for certain events but plays the Network data through the audio dsp.

      kinda like tcpdump >/dev/audio =) ..


      --

      --
      Jon - TheSpork
  14. Re:The Sound... by WiseWeasel · · Score: 1

    Probably more of a "RED ALERT!" "CAUTION!" "INTRUDER ALERT!". That would be the most effective... If you want to go with the theme, though, maybe a rattlesnake.

    --
    "I like systems, their application excepted", George Sand (French)
  15. Uhm, by Black+Parrot · · Score: 1

    > This has got to be one of the coolest networking tools I've seen - it generates sound events based on network traffic. Really neat stuff like a bird chirping when mail comes in, or an owl hooting when your web server dishes up a page (you can actually use any sound for any event).

    Aren't you a bit young to be starting your second childhood, Taco?

    --

    --
    Sheesh, evil *and* a jerk. -- Jade
    1. Re:Uhm, by Dest · · Score: 1

      Uhh, moron. Yeah YOU! That is quoted text by the submitter you idiot.

  16. Aaahhh! by caffeinated_bunsen · · Score: 2
    I see you have the machine that goes PIIIIiiiinnnngggg!

    Sorry.

    --

    Bugrit! Millenium hand and shrimp!
  17. Re:The Sound... by ballsbot · · Score: 1

    woodpeckers

  18. Computer speech == useful! by Vrallis · · Score: 3

    I'm in the middle of doing a computer speech mini-project at my company. After many, many times of going down to the computer room and finding printers jammed and communications errors unchecked due to our operators not hearing the warning beeps over the noise of the computer room, we came up with a solution.

    We were in desperate need of re-writing our network/database/communications monitoring software, so I figured...why not add voice to it? So I added a soundcard and speakers to the new system, and used some text-to-speed software. Result? Pissed off operators!

    Printer alert! Printer 1 is jammed!
    Communications alert! Dialer 2 is hung!
    Printer alert! Printer 2 is out of paper!

    Oh well...at least the printer's don't sit around jammed for more than 1 minute now =)

  19. But what is the sound of one cracker scanning? by drinkypoo · · Score: 1

    I imagine it sounds much like the microsoft "Jungle" sound theme - Full of sound and fury, and signifying hacking.

    ObDisclaimer: I know the difference between Cracker and Hacker. Thankyouverymuch.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  20. Re:The end of alphanumeric paging... by SuiteSisterMary · · Score: 1

    My network monitoring software already has the option to use a voice modem to play sounds at me over the phone. Pity it doesn't work properly with Windows 2000.....

    --
    Vintage computer games and RPG books available. Email me if you're interested.
  21. Re:How about using sounds as FEEDBACK instead by Ian+Bicking · · Score: 3
    For instance, whenever you're scrolling, there is a "scrolling" sound. Very soft and subtle -- but continuous for as long as you're holding down the mouse button.
    So if you don't have any short-term memory, you can remember what it was you were doing?

    Okay, maybe it's slightly more useful than that -- but it's usually not necessary or even helpful. If you are scrolling, the really useful feedback is the fact the window is scrolling. Or the button is depressed, or whatever. I haven't found that sound adds anything useful to that.

    The nice thing about a sense that's entirely seperated from vision, is that it can be used for something entirely unrelated to what you are looking at. The sound I hear when walking down the street doesn't effect my understanding of what I see very much -- I can see the street and the other people just fine. But I can hear things going on outside my field of vision and my field of attention, and that can be very useful (for instance, if I hear someone walking up behind me).

    Sound seems to be particularly appropriate for background events. People are very good at filtering it out -- I can be on a train and listen to one person over the sound of the train and other people's conversation. But if someone else says my name -- even though I'm actively listening to something else -- I will notice that. That's really pretty damned impressive when you think about it, and yet a nearly universal skill.

  22. Beware of speech by epeus · · Score: 1

    This reminds me of a few yeasr ago, when I was sitting in my London office at 2 in the morning all alone. I had my back to Binky's desk, where his home-written webcam was set up. Unbeknownst to me, he had added a feature that day so that someone viewing the page could send back text comments and the computer would speak them.
    In the middle of stepping through a fiddly subroutine, the computer behind me said 'Hi, I'm in Masschusetts'. I hope whover it was enjoyed the sight of me levitating 2 feet in shock.

  23. Tangible Media group at MIT Media Lab by Rewd · · Score: 1

    The Tangible Media group at the MIT Media Lab have been working on this sort of thing for quite a while, and deserve a mention. http://tangible.www.media.mit.edu/groups/tangible/ projects.html

    --

  24. What I really want to know is ? by billcopc · · Score: 1

    What is the sound of shit happening ?

    --
    -Billco, Fnarg.com
  25. Sounds of a password being found by epeus · · Score: 2

    This reminds me of a story told me by friends working at a network card company. The MIS chap decided that he was going to enforce tight security, and added lots of layers of passwords and authentication to make sure he was in control of the network. However, the card driver engineers weren't impressed with this disruption to their work, so they hooked up a machine to scan packets for passwords and record them for later use. Every time it found a password it played a fanfare. The MIS chap couldn't work out why the engneers kept smiling at he sound of trumpets.

  26. How about using sounds as FEEDBACK instead by DickBreath · · Score: 5

    If you've used a recent Mac OS, you'll notice it has the options to make sounds that reinforce what you're doing.

    For instance, whenever you're scrolling, there is a "scrolling" sound. Very soft and subtle -- but continuous for as long as you're holding down the mouse button. There is a "window dragging" sound. Again, soft and subtle. But it strongly reinforces what you're doing. Grab the scroll-thumb and drag it rapidly, and the sound changes to match.

    Using sounds to notify you of very frequent, non-user initiated, events, such as web server hits (or on some systems, frequent events, such as blue screens), seems to be potentially annoying.

    --

    I'll see your senator, and I'll raise you two judges.
    1. Re:How about using sounds as FEEDBACK instead by R3 · · Score: 1

      Also, the MacOS sounds are in stereo - on example, if you drag a window from left side of the desktop to right, the sound will get accordingly weaker in the left speaker and stronger in the right one, following your actions.

      This effect applies to all system sounds, so you can tell where your cursor is.

    2. Re:How about using sounds as FEEDBACK instead by Animats · · Score: 2

      That was originally an add-on for the 1990 version of the Mac OS called "Sonic Finder". It was cool at first, but got old real fast. It didn't help usability much, and in multi-machine office situations was really annoying.

    3. Re:How about using sounds as FEEDBACK instead by Microlith · · Score: 1

      In a way, this exists today.

      As a previous poster mentioned, it was available as an addon for MacOS in the early 90s.

      It's also available for windows machines today, only not with sound, but with the mouse. I have a logitech ifeel mouse, and it does basically the same thing. It has your drag buzz, your scroll buzz, and mouseover buzzes (all customizeable!)

      Not only that but it's more fun seeing someone react to my mouse, than reacting to a sound!

    4. Re:How about using sounds as FEEDBACK instead by opeuga · · Score: 1

      Hate to say, but one of my roommates has this on his iMac and it's extremely aggravating just to hear the sounds. Drives everyone in the place insane.

      --
      ---- http://www.opedog.com/
  27. Re:About time by Malor · · Score: 2

    It WAS ugly, but damn you could see it. :-)

  28. AM Radios next to old computers by raju · · Score: 2

    Oldies might remember that AM radios used to get placed next to mini-computers to serve as monitoring devices. The hiss, crackle and pop emanating from radio would be a good indication of the activity on the machine. After a while you would be able to listen to the sound and say, for instance, that the backup job was running, etc. Current machines being much faster and better shielded are probably not amenable to such monitoring.

  29. Themes by debrain · · Score: 2

    What a wonderful way to customize the office. You can have a jungle theme, or an ocean theme. That would be just amazing -- and not to mention quite in tune with our evolution. In a server room for example, it could sound like a bunch of birds in a jungle (for web pages serving up) and for "bizarre" operations like connections to arbitrary ports (ie. portscan) have a tiger roar. It's amazing how well the human ear can pinpoint the location of our natural (ancient) predators. (I can speak for this through experience!)

    1. Re:Themes by tigris · · Score: 1

      Reminds me of when I first used Go!zilla to download something. Since it was a large file and I was using a 56K, I got ready for bed and turned off the light. The default roar (an unannounced "feature" installed as default) on download completion at 2 AM in the morning nearly scared the shit out of me. Needless to say, I uninstalled Gozilla in the morning and now only use the nice and quiet GetRight.

  30. Great by defaultXIX · · Score: 3

    Great, Now I can apply themes to my network

    1. Re:Great by Bagheera · · Score: 1

      Actually, that's not too far from the way it can go. One of the topics of hall chatter at LISA was doing Themes for peep. Opens up a whole new area to play, eh?

      --
      Never attribute to malice what can as easily be the result of incompetence...
  31. Network Sounds by 10.0.0.1 · · Score: 1

    Wait a minute... I'm recording a sound for PPoE as we speak!

    --
    forth ?love if honk then
  32. Ethernet weather by glv · · Score: 1
    This story reminds me of something the late Mark Weiser spoke about during his keynote at the Winter 1995 Usenix. Apparently someone at PARC had built a little box that they mounted on the ceiling in the corner of the office. It was attached to the LAN, and it had a little servomotor that would rotate one quarter turn every time a packet went by on the LAN. Attached to the motor, a little off-center, was a string about three feet long.

    When the network was being lightly used, the string would twitch lazily in the corner of the office. Typically, it would whirl in a nice spiral. When the network was being hit hard, it would sing so loudly you could hear it across the hall.

    I've wanted a "dangling string ethernet monitor" ever since.

    --
    ---glv
  33. Question by anlprb · · Score: 1

    If a Cracker makes a whoot, and there is no sysadmin around, do you still get rooted?

    --

    One Token Ring to Rule them All, One Search Engine to Find Them, One WAN to bring them in, and TCP/IP Bind them...
  34. Chernobyl found that audible alarms are bad by dustpuppy · · Score: 4
    ... showed that using tones for status information was a very effective method for important (but non-critical) information.

    The emphasis is on 'non-critical'. I recall that an investigation into the Chernobly nuclear disaster pointed to audible alarms as one of the contributing factors. Basically, when the reactor started malfunctioning, so many alarms were going off that the techs were unable to identify which was the most important alarm and hence they didn't respond appropriately to the situation.

    1. Re:Chernobyl found that audible alarms are bad by pen · · Score: 2
      You don't know much about the Chernobyl disaster, do you.

      What actually happened was that the engineers were given orders to turn off all cooling on the reactor for a small period of time to check how quickly the reactor heated up. It turned out that the reactor heated up so quickly that they didn't have time to react and turn the cooling back on. For more info, see this site; Click on Causes Of The Chernobyl Accident.

      Methinks you've seen Red October one too many times.

      -- DigDug, who was within a 100km radius when it happened.

      --

    2. Re:Chernobyl found that audible alarms are bad by remande · · Score: 4
      Done well, audible alerts for critical information is very useful. The US Military has a system lovingly referred to as "Bitchin' Betty", and other militaries (notably Russian) have similar systems. Besides simple audibles (the "tone" of missile lock-on most of us learned from Top Gun), the military has found that a verbal warning system helps in emergency situations. For example, the Betty system calmly reports "altitude...altitude" when you fly below a certain altitude. My guess is that this is especially useful when dealing with groggy pilots just coming out of G-LOC. You wake up, hear someone saying "altitude...altitude..." and you pull up before your eyes and frontal lobes start working again.

      The following is funny, but I am not making this up. The military had some think tanks working on the Betty system, and determined that (predominantly male) pilots react quickest to a female voice. Not a sultry female voice, just a female voice. Thus, it's not "Bitchin' Billy". It also happens that they determined that, the stronger the language, the faster the response.

      They chose not to use that last bit of information in the Betty system. This was mostly because said think tankers didn't want to explain to Congress why they were spending millions of dollars of taxpayer money to have the plane shout "Pull up, you $(&*@#!"

      --

      --The basis of all love is respect

  35. why? by flynt · · Score: 2

    how come i'm always hearing birds chirping at work and i don't have this thing installed?

    1. Re:why? by OmegaSphere+Networks · · Score: 2

      it must be your colleges... either check their bags, check them ;)

    2. Re:why? by Marwin · · Score: 1

      Because you are a gardener? :)

  36. Not entirely original by swb · · Score: 2

    I did this, albeit much more crudely, with my home FreeBSD server, a few shell scripts monitoring log files, and a sound player.

    It's fun if you have sounds for a small set of events that happen infrequently enough to be worthwhile. It's noise otherwise.

  37. can't stand computer noises by avandesande · · Score: 2

    Personally, I disable all the noises on my computer. How many times can you stand to hear the same noise again and again?
    Somebody in our office has it set up where it says "You have email, Master". Across the room it sounds like "You have email, Bastard".

    --
    love is just extroverted narcissism
    1. Re:can't stand computer noises by My_AC_Account · · Score: 1

      Personally, I think he's already that mean old man, except he just sits in front of his computer all day in a darkened room, hating the world.

      --

      --
      Can you guess who I am?

    2. Re:can't stand computer noises by Anonymous Coward · · Score: 1

      I find that simple beeps or sounds are not only tolerable, but also useful if I'm not looking at the screen. It's the voices I can't stand. This program sounds like it could be fairly useful, but my guess is that it would still get pretty annoying after a short time.

  38. The sound of a Troll with a slow modem... by SmartAs · · Score: 1

    ...'I think I can, I think I can, Ithink I can...'

    --
    'In pusuit of the greater good! ... Setting good ideas free, just to see them fly.'
  39. Maybe that's why he did it... by TWX_the_Linux_Zealot · · Score: 2

    If you want to test it, what better was is there than slashdot?

    "Titanic was 3hr and 17min long. They could have lost 3hr and 17min from that."

    --

    IBM had PL/1, with syntax worse than JOSS,
    And everywhere the language went, it was a total loss...
  40. What time is it? by l33t · · Score: 1

    Sorry do yo have the time? I don't have a watch... five past seven? Okay thanks... awfully chilly today isn't it? That's December for you... tsk!

  41. Re:About time by e7 · · Score: 2

    I agree this would be helpful. Another study (don't have the reference, sorry) dealt with the absence of sound. Kittens could be conditioned to expect food when sounds (in this case a clicking noise) stopped.

    (Of course that doesn't mean it's going to be aesthetically pleasing to humans. NASA also researched the high-visibility color scheme for VDTs that was later adopted by Amiga -- black, white, dull blue, garish orange. Ugh!)

    --
    Corollary to Moore's Law: The IQ of new computer owners is declining.
  42. how about this kernel printer error: by TWX_the_Linux_Zealot · · Score: 2

    error lpt: the printer is on fire

    Put that one in text to speech and tell us what the reaction is!

    "Titanic was 3hr and 17min long. They could have lost 3hr and 17min from that."

    --

    IBM had PL/1, with syntax worse than JOSS,
    And everywhere the language went, it was a total loss...
    1. Re:how about this kernel printer error: by Vrallis · · Score: 1

      Actually, we do have one physically attached printer (the rest are network and on Xylogics annexes) which produced that message quite often! Never shown it to our operators though =)

  43. Re: those long time readers by buthaggler · · Score: 1

    Hey long time reader first time poster! I like your article and I think it was really informative and I learned a lot from it. I really wish Slashdot would have less articles about computers and more articles and discussion about politics and football though. Keep up the good work hombres!

  44. Re:Jungle Sounds by Shishak · · Score: 1
    I dunno, Hearing a million+ owl chirps and a couple hundred thousand birds each day would get pretty annoying. I would like to replace this with lights in the NOC. Green light for mail, Blue for web, Red for port scan.

    "Now, I hope and pray that I will, but, today I am still just a bill"

    --
    Now I hope and pray that I will But today I am still, just a bill
  45. Audible Nukes by jabber01 · · Score: 1
    I've worked on non-critical informational systems for US-made nuclear plants. (Critical systems are so automated that you are informed as an "Oh, BTW!" not "Do something now!" message)

    Audible, and visual warnings are remarkably effective when they are well implemented. The problem is that bad things rarely happen individually, and a queue is often used to store multiple alarms. So if you have a ding-ding-bong-ding-bong-ding sequence, where dings are not as severe as bongs, you tend to get confused. It's a lot like playing Simon, where eventually the sequence overwhelms you.

    What needs to be done is some kind of prioritization of the alarms, so the more critical ones could be accessed more simply - but the powers that be tend not to trust automated systems, and prefer to have a confused human making decisions.

    The REAL jabber has the /. user id: 13196

    --

    The REAL jabber has the user id: 13196
    What you do today will cost you a day of your life

  46. Shhh! Not so loud... by jabber01 · · Score: 1
    If someone from Microsoft hears you say that, they will make sure that the 1.5Gh P-IV runs just as slow as my P-I 150Mh... Imagine all the bloated overhead code responsible for that feature on Windows 2002...

    The REAL jabber has the /. user id: 13196

    --

    The REAL jabber has the user id: 13196
    What you do today will cost you a day of your life

  47. No! by shippo · · Score: 2
    I had a bad experience with something like this in the past.

    The PHB (technically clueless) decided it would be a good idea for us to remotely manage customer sites via Managewise (over a single ISDN line - natch!). He got hold of some 3rd party speech software for Managewise, and installed it on the managewise console which incidentally was next to my desk. Why me - I had nothing to do with the Netware side of things. Both the soundcard (an el-cheapo 8-bit jobbie from 1990) and speakers (very low quality - bundled with another card) were mine - I had brought them in for some other project and they were still hanging around.

    Whenever a user logged in or out I'd here some speech indicating what had happened, or some other noises. No-one was actually monitoring the machine (too much effort), and I'd get thoroughly annoyed by this thing blasting out noises and messages all day.

    Eventually I trashed the speakers by disconnecting the cables inside - peace at last!

    The PHB left shortly afterwards - Managewise was a disaster over ISDN.

  48. New dog, OLD trick... by DigitalSorceress · · Score: 1

    I used to work for a newspaper where part of my job was maintaining 16 PDP-11's ... LOTS of blinkity lights which could, at a glance, give the experienced tech a good idea what the systems were up to: I miss that.

    I am one of those folks who dislikes working on MACs partly because they don't have hard disk activity lights (at least the ones I've used)... I'm a feedback junkie.

    Sound feedback (so long as the sounds are subtle) is an excellent way for one to not have to keep constant vigilence on something, but still be able to INSTANTLY know if something out-of-the-ordinary id going on. As long as I get to chose what sound plays and can tell the system which events I am interested in, I think something like this would be worth looking into.

    +++++++++++++++++++++

    --

    The Digital Sorceress
  49. Re:Backup peep site by nachoworld · · Score: 2

    The administraters redirected this site to the SourceForge website a few hours after this was posted. Presumably, because they didn't like to get slashdotted.

    ---

    --

    ---
    I'm just an ordinary man with nothing to lose.
  50. Re:Better traffic sounds than birds - VEHICLES! by el_chicano · · Score: 1
    And if you're hearing a lot of police sirens, you'd better go to the server room and get ready to hit the Big Red Switch!
    Or you could just uninstall NT.
    ROTFL! and me without mod points...
    --
    You think being a MIB is all voodoo mind control? You should see the paperwork!
    --
    A man who wants nothing is invincible
  51. Now all we need... by Wordplay · · Score: 1

    ...is the special dog noise package!

    C: "woof woof WOOF woof WOOF WOOF WOOF!"

    SA: "What's that, Lassie?"

    C: "woof woof WOOF WOOF woof WOOF WOOF woof!"

    SA: "It's timmyh? And he's portscanning from the WELL?"

  52. Re:The Carpenter Ants by cburley · · Score: 1
    So let me get this straight -- a parody featuring the sound of singing birds accompanying the receipt of email is off-topic in a story about a system that plays sounds of birds chirping when email arrives??

    That's awfully harsh, considering it was entirely due to the story that I was inspired to write the parody (or even think of the song, as I rarely think of it).

    Guess /. moderation (and maybe meta-moderation) isn't working as well as everyone seems to think it is.

    ;-)

    --
    Practice random senselessness and act kind of beautiful.
  53. Medical Field has known this too by spineboy · · Score: 1

    Medicine has known this for a long time and has very successfully used sound for status information. Most ICU's are a dreadfully loud place with Beeps, pings, whistles, etc. But everybody always comes running whenever the ventolator alarm or EKG alarm go off BEEEEEEEEEEEEEEEEEP! OH Crap!!!!
    I can take care of other people and divert my attention to other things as opposed to staring at a screen. Very useful for multitasking.

    --
    ..........FULL STOP.
  54. Re:Better traffic sounds than birds - VEHICLES! by mgilfix · · Score: 1

    Actually, we're working on an urban theme for this very thing. Might think of doing a cocktail theme as well.. Lots o' possibilities...

  55. Re:Sound of one script kiddie scanning... by GrouchoMarx · · Score: 1
    My roommate has done something similar. I'm not certain of the details (it involves a Perl script and the speechd script), but he has his firewall logs tied into the festival text-to-speech engine via a Perl script. Any time his firewall rejets a packet, the Perl script takes note, formats the firewall log entry into a nice speech friendly format, and passes it off to the speechd script. So at random we will hear his computer say

    hisservername has rejected packet from 123.456.789.123 inbound to 987.654.321.98.
    (IPs faked so that he doesn't get /.ed :-)

    It's really rather cool, and takes almost zero CPU power except when it's actually speaking.

    --GrouchoMarx
    My other account is CmdrTaco

    --GrouchoMarx

    --

    --GrouchoMarx
    Card-carrying member of the EFF, FSF, and ACLU. Are you?

  56. Sounds Cool by SomeOtherGuy · · Score: 1



    Now all I have to do is go out and buy SB live cards for all of my servers....Then that will justify when people say "It's a jungle in there".

    --
    (+1 Funny) only if I laugh out loud.
  57. One cracker scanning... by nonoriginal · · Score: 1

    One cracker scanning...is a partridge in a pear tree.

  58. Re:FRiST POST ASSHOLES by l33t · · Score: 1

    Your spelling and punctuation are shockingly bad, perhaps you should go to www.ul.ie and find out how to enroll in the BEST UNIVERSITY IN THE WORLD

  59. Re:why not nature sounds? by mgilfix · · Score: 1

    This is actually what happens...

  60. Re:About time by stickyc · · Score: 1

    The definition of "pleasing to listen to" is pretty subjective. In the case of most sysadmins, I'd imagine Peep would be more effective with samples taken from Quake than the local park.

  61. When I rule the world. by WowTIP · · Score: 1

    When I am ruler of the world, everyone will have to end every sentence with "moron", except when talking to me.

    --

    "I'm surfin the dead zone

    --

    --

    "I'm surfin the dead zone
    In the twilight, unknown"
  62. Re:cool by krital · · Score: 1

    Your boss is using ICQ - that's the sound it makes per default on receiving a message ;)

    --
    -- K
  63. Re:Reminds me of Netscape by great+throwdini · · Score: 2
    [Netscape] set it up such that an explosion would sound every time someone downloaded a copy [of version] 0.9 ...

    Here:

    Wednesday, 12 October 1994, midnight -- at the base of the entire web document.

  64. I Did This Too by Nater · · Score: 1

    Except I have it read my firewall logs in real time. My roommate is also posting a comment about it right now. Anyway, here's the info:

    Required software:
    festival (http://www.cstr.ed.ac.uk/projects/festival/)
    speechd (http://www.speechio.org)
    firewall-reader.pl (http://movealong.dhs.org/firewall-reader.pl

    On startup, my loghost (the one with the soundcard and speakers) starts up speechd and firewall-reader.pl. speechd implements /dev/speech, which works like this:

    $ echo "look who's talking now" > /dev/speech
    The computer now says "look who's talking now"

    speechd grabs the text from /dev/speech and passes it through to festival, a speech synthesizer.

    firewall-reader.pl is the glue code (written in the ultimate glue language). It opens /var/log/messages read only and watches line by line for firewall packet logs. When it sees one, it formats it to be spoken, and appends it to /dev/speech (by the way, /dev/speech is a fifo).

    It works very well. The only ongoing resource consumption is memory, because festival can get quite weighty. It's usually taking up about 10% on my loghost, which has 128MB RAM.

    Oh, and by the way, firewall-reader.pl does need improving. Unfortunately my perl skills suck.

    --

    I like to play children's songs in minor keys.
    "We're all sons of bitches now." --J. Robert Oppenheimer

    1. Re:I Did This Too by mgilfix · · Score: 1

      The server software does a lot more than this. It mixes many sounds together simultaneously. It provides for continuous background sounds as well as continual occurrences of event sounds. The server software has support for linear fading, stereo mixing, among others things, as well as a sound engine that decides what sounds get higher priority play based on a manner that is more appropriate for network events. It also has the ability to enqueue old events and provide windowing. Future versions will include the ability to "playback" a window of sound that you'd like to examine more closely. Also, events are represented with natural sounds so that the result is a more compact audio information. Diagnostics are based on whether everything sounds 'right' or normal together. Peep essentially compresses information into an audio format that is both pleasing and non-intrusive. Also, clients are meant to be run in a distributed manner, scattered around the network. Peep uses an auto-discovery and leasing protocol so that clients can operate at their information sources, distribute overhead, and have all bindings taken care of automagically. Oh yeah, and the log parsing event generating utility does read logs in realtime. Just my 2 cents =)

  65. Why female voice? by lipi · · Score: 1

    Emergency notifications use female voice because studies showed that low-tone female voice makes people panic the least.

  66. Re:what is the sound of one cracker scanning? by dick_long · · Score: 1

    -1 flamebait? come on...this is 1 funny at the least. the sticks up you slashdotters' asses have sticks up their asses. some guy posts the word 'ping' as a response to the question and gets 3 funny, while this gets a negative flamebait? give me a break

  67. Re:NetMeter by jonstevens · · Score: 1
    Actually, I have looked at NetMeter, I used to work at the AG Group and was there when it was originally developed. It has a plugin architecture that allows you to not only make plugins for sounds, but also for graphs and yes, one of the first plugins was a sound plugin, the graphs actually came later.

    Anyway, the point of my original posting was to say that the idea isn't new and that Peep is just copying an idea that has been around for a long time. Yes, NetMeter it is more than 4 years old (more like 6)...

  68. Re:Yes, but.. by alexburke · · Score: 2

    Yep, Wes, it sure does! Go to the thing you shit in, and press the lever that's on it. The sound you'll then hear is the very same sound made whenever anything goes to /dev/null. Unfortunately, stdout and stderr are redirected to /dev/null as well (it's hardcoded in stdio.h), so you can't hear it.

    --

  69. O WOW! by geekoid · · Score: 1

    Events that trigger sounds!
    COOL it is Soooo 1980....

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  70. Re:Here at Tufts - by mgilfix · · Score: 1

    Just wait 'till the next time you log in... =)

  71. Peep! Ding! Cheep! by beerOnTuesday · · Score: 1

    Wow... for all the people who think that beeping noises are the same thing as Peep!... try the software. I just installed it.. and it actually sounds like rainforest creatures rummaging about in the background. quite impressive. An office mate came over to because he thought i had setup one of those "relaxation" devices... you know the kind with the "gentle rain", "rainforest sounds", and "whales humping" settings. Oh, if you're having trouble with segfaults when you're rnning the program, try going to /server/Server.C, line 66. Where it says char *Identifier=NULL, change that to char *Identifier=""; that prevents some wierd segfaults with strcpy and strstr. (I've already notified Michael Gilfix).

  72. Already can hear the traffic... by mini+me · · Score: 1

    I can already hear the traffic coming along on my ethernet network just by tuning my radio right. It sounds like a bunch of weird beeps. Of course this doesn't tell me what kind of traffic it is but I can tell when there is traffic.

  73. Combo N�2 by Felipe+Hoffa · · Score: 1

    Please, I will have a talking clip that aids me with that!

    It seems your site is slashdotted, can I aid you?

    Fh

  74. Going with the bird theme... by Digitalia · · Score: 2

    Does it make a Penis Bird noise every time a troll posts?

    --
    Pax Digitalia
  75. Bloateware for snoop? by chemguru · · Score: 1


    So, from what I gather, it's netstat + snoop -a Great. just what I need... hear the guy 5 cubes down yelling at me to ping flood him, mail bomb him, and hit his apache server all at one. What a way to spend the day at the office!

    --
    --Chemguru
  76. Re:Snoop by pixelbeat · · Score: 2

    Yes! snoop was the SVr4 replacement for etherfind.
    You can tell it to concentrate on one or two machines etc. But the coolest feature is activated
    using the -a option. This causes snoop to output a
    click on the speaker for each packet.Different
    packet lengths are given different modulation.
    It's been said that you can get used to the different sounds and actually tune the network
    "by ear".

  77. Re:FRiST POST ASSHOLES by HiyaPower · · Score: 1

    there once was a troll that did post
    of his university he did boast
    he said there they spell
    much better as well
    but the moderators made his karma burnt toast


    he who cant spell a word three different ways lacks imagination.

  78. Cookies by Fervent · · Score: 3

    I would prefer a utility that created a crying advertiser sound every time my proxy server nailed an incoming cookie.

    --

    - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

    1. Re:Cookies by DeadSea · · Score: 2
      Actually, try Cookie Pal (Windows). Its not a proxy, but a utility that watches for the dialog boxes that browsers pop up and will accept or reject the cookies based on criteria that you set. I have found it to be better than many of the proxies.

      The neat part is that it can play sounds when it sets or rejects cookies. It has these wonderful farting sounds for rejected cookies....

  79. Sound of one script kiddie scanning... by StandardDeviant · · Score: 3

    I posted about this (or at least it was a tangent in a post about something else) a few days ago. A friend of mine wrote a perl script to moniter the ipmon-generated output of his OpenBSD firewall. When teh script recognized common script kiddie scans, it would play an mp3 of a ripe melon hitting a board (or a board hitting a ripe melon, either way a rather satisfying, moist thunk), represent a kiddie fruitlessly hitting his/her head against the firewall.

    (Common scans like the port 135-140 range of MSFT shit, that sort of thing.)


    --

    1. Re:Sound of one script kiddie scanning... by whydna · · Score: 1

      I remember reading that... it certainly sounded like an amusing thing to do... =)

      -andy

  80. It's been done before by JAS0NH0NG · · Score: 2

    See the original idea for mapping network traffic to the physical world, done 4 years ago at Xerox PARC. It's called the Dangling String, and it's a wire that shakes around. The more network traffic, the more it moves.

  81. hmm by xpenguin+dude · · Score: 1

    if sourceforge.net is slashdotted, then try sourcefourge.net. It took me 2 weeks figuring out that i typed it wrong ;)


    --



    Visit my website xpenguin.com -- A linux penguin website
    1. Re:hmm by nsane · · Score: 1

      I HATE POPUPS!

      --
      i have misplaced my signature.
  82. Re:About time by mrdert · · Score: 3

    This is precisely the reasoning behind the project. I encourage everyone to read the paper; it's a far more complicated piece of software than is being suggested here with the usual 'snoop -a' and 'cat foo.au > /dev/audio' responses.

    ObPlug: Tufts University is looking to fill positions for sysadmins with developer tendencies to work on this and similar bleeding-edge projects. We presented two papers at LISA this year. Please email me for details.

  83. You can do this on the cheap by freshmkr · · Score: 1
    It may not be owl noises or chirping, but anyone can make their computer beep on a web hit when they do this:

    tail -f /var/log/apache/access.log | perl -e '$!=1; while() { print "\007$_"; }'

    of course, there's probably a better way, but you get the idea.

    --Tom

  84. Re:Backup peep site by xpenguin+dude · · Score: 1

    Peep has moved to Sourceforge! You are being redirected to peep.soureforge.net.
    If you are not automatically redirected, please click here. Moron.


    --



    Visit my website xpenguin.com -- A linux penguin website
  85. reminds me of... by drewish_princess · · Score: 1

    Bruce Sterling wrote about something similar in one of the Schismatrix stories. The systems monitoring on a space ship was all done by sound, with the same idea being that you get used to the routine and don't notice it. When something goes wrong it becomes apparent very soon.

  86. Re:Yes, but.. by Zinereem · · Score: 1

    That's about as silly as a Dinosaur Moonpark.

  87. Been there, done that. by The+Original+Bobski · · Score: 2

    This idea has been around for a long time.
    Particularly, Sensorium highlighted this back in '96: NetSound

    --
    satire, n: 1) witty language used to convey insults or scorn; 2) a form of humor lost on most slashdot moderators.
  88. Sounds like something I've seen before... by Josh+Mast · · Score: 1

    I remember seeing something like this a year ago or so, while browsing through something in .jp (Sorry, I have no URL nor the effort to go searching for it again). It would generate beeps based on the different kind of packets going over the network. WWW traffic would emit a certain beep, while FTP would emit a different kind of beep, AFAIK. It's been a while since I've seen it, although it was neat. They even had a realaudio stream so you could listen to traffic.

  89. Damn it! by Ex+Machina · · Score: 2

    I was actually going to implement this using midi. Sigh.... :(

  90. Should have done more research. by Josh+Mast · · Score: 1

    Following up, here's some more related info.

    Although not what I was originally talking about, the "Net Sound" paragraph described in it is much like it. http://www.aec.at/prix/1997/E97gnW-sensorium.html

  91. Re:Backup peep site by xpenguin+dude · · Score: 1

    Sorry. 'moron' is not part of the quote.. hehe


    --



    Visit my website xpenguin.com -- A linux penguin website
  92. Re:FRiST POST ASSHOLES by HiyaPower · · Score: 1

    there once was a troll on slashdot
    who thought his fingers were real hot
    of his rapidity he did boast
    the moderators said "you're toast"
    and someone said "l33t you're not".

  93. wire LEDs of hubs/switches to speakers by TheLink · · Score: 1

    That's what I'd been thinking of doing. e.g. collision LED = loud click. Normal activity LED= soft click.

    That way you can walk into the network room and know which hub was overloaded or if something unusual was happening. Spatially locate it too.

    Cheerio,
    Link.

    --
    1. Re:wire LEDs of hubs/switches to speakers by jeffy210 · · Score: 1

      Normal activity LED= soft click.

      That would drive me insane, especially during large file transfers.
      -------------------------------------- -------------------------

      --
      ------
      "And may your days be long upon the earth."
  94. Re:Backup peep site by xpenguin+dude · · Score: 1

    Sorry. I get it now. Ignore those other comments.


    --



    Visit my website xpenguin.com -- A linux penguin website
  95. The next step. by Ex+Machina · · Score: 2

    Is to make a program that generates netowkr traffic to play a song. :)

  96. But what is the sound of one cracker scanning? by Bandyopadhyay · · Score: 1
    The sound of one hand clapping --

    grasshopper

    --
    Stop saying Bandyopadhyay!
  97. Over radio? by TermAnnex · · Score: 1

    It would be neat to have it output the sounds to a radio broadcaster, the network admins could walk around wearing headsets and hear the network traffic, if they start hearing weird noises in their headsets, they can go and find out what it is.

  98. Nothing new (on the cracker front) by rips · · Score: 1

    I've had a 386 linux box beep various noises at me for a couple of years now whenever someone tries to connect to a port I'm not using (and I don't use many standard ones) and if they keep doing it, my little program firewalls their subnet.

    Its really handy to know when you're being scanned and interesting to turn off the firewall and watch what happens when you scan them back!

  99. A pleasure to diagnose... by nakaduct · · Score: 5
    Since I'm on call, I'm looking forward to my first conversation with a monitoring guy after this is in place...

    MG: "Yeah, there's a problem with system XYZ..."

    Me: "How so?"

    MG: "Well, usually is goes 'ree-ree-tinktinktinktink', you know? But right now it's going 'ree-ree-tinktink-bong-bong-tink'!"

    Me: "Is that 'bong' like a doorbell chime, or more like a big chinese gong?"

    MG: "In between but more like a gong, I think."

    Me: "Well, shit."

    cheers,
    mike

    1. Re:A pleasure to diagnose... by jeffy210 · · Score: 2

      though that would really help with tech support, you could literally diagnose what the problem was over the phone "sir, just hold your phone up to the computer, i need to have a consultation with it"
      --------------------------------------------- ------------------

      --
      ------
      "And may your days be long upon the earth."
  100. Tangible Media by Tony.Tang · · Score: 2
    In fact, MIT has a whole lab devoted to this kind of thing--i.e. using other senses to deliver mildly relevant information to the user without diverting all of his/her attention.

    Here's a cool link to the Tangible Media Lab.

    This stuff is really interesting in this age of info overload. Being able to convey more information to the user immediately and effectively will become even more useful.

    --

  101. Sounds I might include by EngrBohn · · Score: 2

    The sound of a sonar ping for a ping packet.
    For port scans, I'd use basic tones, the pitch corresponding to the port being scanned -- your ear might detect something better than your firewall. Of course, the obvious thing that would follow, once it's known that someone uses tones to listen for port scans, would be to scan the ports in such a fashion as to generate music.
    cb

    --
    cb
    Oooh! What does this button do!?
  102. Yes, but.. by multipartmixed · · Score: 4

    ..if some spam-mail gets routed to /dev/null, and there is nobody there to hear it, does it make a sound?

    --

    --

    Do daemons dream of electric sleep()?
  103. cool by flynt · · Score: 2

    my boss must have something like this set up. i think it makes a high pitched "uh oh" noise. it must do this whenever he gets something done. man, he must be busy because that's all i hear from his office.

    1. Re:cool by B1ood · · Score: 1
      having r00t/administrator on a network has more advantages than meets the eye... someone's playing annoying sounds from icq, aim, or internet explorer (the navigation start 'click' drives me insane)? make a persistent smb map of their drive and write a program to randomly backup and then replace their .wav's with something random and funny of your own.

      B1ood

      --
      Note to self: pasty-skinned programmers ought not stand in the Mojave desert for multiple hours. -- John Carmack
  104. The Sound... by ectizen · · Score: 3
    But what is the sound of one cracker scanning?
    Ping!

    --
    1. Re:The Sound... by Anonymous Coward · · Score: 1

      How about the Robot from Lost in space crying, "warning, warning, danger Will Robinson"

  105. Help me please by l33t · · Score: 1

    I haven't read the post or the article, and I'm on a very slow connection, so could someone please explain to me what this is all about, and then I'll comment on it. Thanks.

    1. Re:Help me please by Kickasso · · Score: 1

      This is about computers that make sounds in response to some events. For instance, you have some keyboard activity going on, and it makes "klcktyclck". Or, if there's a disk activity, you hear "vzzhhhshhhhhhrrrrrr". In case you have a modem, you may hear something like "brr-lpghr-wayrddtthzhiieeuuaoeiou". This thing is set up so you know what's going on with your computer without having to monitor the logs all the time.
      --

  106. More crack-addict moderation by CU-Ballistic · · Score: 1

    How can a post of just an alternate URL for a /.'ed site get +5 informative? Jesus Tapdancing Christ.
    -

    --
    I'd rather have a bottle in front of me than a frontal lobotomy.
  107. Site Slashdotted! by Dannon · · Score: 5

    Mr. Gilfix musta just heard a whole mega-flock of owls....

    ---

    --
    Good judgment comes from experience.
    Experience comes from bad judgment.
  108. Oh boy. by TheFlu · · Score: 2
    Different sound for every hit on the server?
    Makes me wish I was a Sytems Administrator
    at one of them "adult" web-hosting companies.
    My server room never sounded so good!

    Would you like to pet my Penguin? The Linux Pimp

  109. Re:Rave time! by Dr.NickRiviera · · Score: 1

    It's already been done. Check out http://www.hyperreal.com/tech/raveLAN/index.html

  110. Better traffic sounds than birds - VEHICLES! by B.D.Mills · · Score: 2

    Why not go all the way and use the sounds of vehicular traffic to represent the various kinds of net traffic? Imagine mapping these vehicles to common web traffic:

    • Incoming mail: small motorcycle, or whatever vehicle postal workers use where you live
    • Web page being served: car
    • Large file download: freight truck
    • Port scan or similar: harley motorcycle
    • Intrusion attempt: police car with siren
    • Network congestion: car horns
    • Packet collision: car crash

    If your network is quiet, it will sound like a country road. If your network is busy, it will sound like a major highway in a major city. If you're getting a lot of script kiddies doing port scans, it will sound a bit like a Hell's Angels convention. And if you're hearing a lot of police sirens, you'd better go to the server room and get ready to hit the Big Red Switch!


    --
    --

    The only thing necessary for the triumph of evil is for good men to do nothing. - Edmund Burke
  111. is this really that innovative by Mr.Coffee · · Score: 1

    it seems to me (And many other posters as well) that this isn't really that great of a product. of course, if you're like me, and too cheap to afford a second monitor for your server (sits in my closet,humming away silently to itself), this would be a quick way of estimating the traffic on your server. also reminds me of way back when i was on win/95, and would assign sounds to anything and everything i could find, which reminds me of how quickly i tired of having sounds altogether.

    --
    Cogito Eggo Sum, I think therefore I'm a waffle
  112. snoop by tedd · · Score: 1

    I just use snoop -a.

    .:.
    :tedd

  113. Re:FRiST POST ASSHOLES by HiyaPower · · Score: 1

    www.ul.ie
    to you we will all say gooddbye
    some students are trolls
    some are assholes
    and some shoudn't even give it a try


    with apologies to the better students at that institution, but i couldn't resist.

  114. Mirror by Ex+Machina · · Score: 2

    Mirror of the source and sounds: http://while1.org/~xm/peep/

  115. Re:About time by lythander · · Score: 2

    Time to get out my sfx cd from ST:TOS. Guess there was a reason the bridge sounded like that!

  116. Englebart's Augment system had this. by Deathlizard · · Score: 1

    This is really nothing now. From what I could tell from the video of Doug Englebart's Famous 1969 Interface Demo, His system had a similar sound generation to tell the status of the system.

    It had sounds for clicking the mouse, and also had a constant tone that would tell if the system was actively processing a system task or not. I believe that it also had a sound if an error occured, but It's been awile since i saw the video.

    Actually I have been thinking of making a program to do a similar task through the PC speaker but never actually sat down to see if it could be done.

    It's nice that sound is starting to come back as a quick way to access the status of a system.

    --

  117. My bad by righty+oh · · Score: 1

    Bx, fb V tbbsrq, V'q arire eha vagb gung cnegvphyne svygre orsber naq nffhzrq vg jnf arj. V'z vzcerffrq lbh npghnyyl obgurerq gb qrpbqr gung zrffntr gubhtu...

    ---

    --

    ---
    This post has been rot13'd for your protection
  118. Fair Use? by TOTKChief · · Score: 1

    So, now when someone pings a server and requests someone's copy of DeCSS, we're going to hear the sound of a lawyer screaming, "Copyright violation!" all across the server room? Scary.
    --

  119. Re:Jungle Sounds by Spanyrd · · Score: 1

    Yeah, that way if you get slashdoted you can watch your coworkers have a seizure

    --
    one of these days I'm gonna patent the technology that lets Jason Vorhees catch up to cars by moving at a slow walk.
  120. Re:About time by mgilfix · · Score: 3

    This post hit it on the money. Peep is based on this very idea. Something to note for all of you: Peep doesn't use beeps or tones, but mixes together sounds that occur in natural environments to create sound "ambiances". The point behind Peep was to create an audio interface that was pleasing to listen to, as well as informative. Hence the reason why we avoided beeps =) Peep also does some other stuff that's non-trivial such as using auto-discovery and leasing to manage distributed clients. I encourage people to read the paper because there's a lot of thought behind the psychology of how it works and how we can provide a large amount of information in a compact and easy to digest way. Just my heads up =)

  121. How long can it stay up? by 11thangel · · Score: 1

    On a high traffic network, an admin is more likely to go nuts and crash the network to stop the noises than to enjoy them. And god help you if he likes the game "duck hunt".

    --

    I am !amused.
  122. Jungle Sounds by mcarbone · · Score: 1

    I would like to hear the massive jungle noise that the Napster server would generate. Or even Slashdot. Actually, the more nerdier you are (with the most web page serves and the most email), the more you feel like you're outside in nature rather than inside in front of a computer. Sounds like the perfect solution for the geek blues.

    By the way, Gilfix is in my Crypto class - it's cool to see someone who you sit next to in class get slashdotted. Congrats, Mike.

    --

    The only true currency in this bankrupt world is what we share with someone else when we're uncool. -Crowe
  123. About time by TheAncientHacker · · Score: 5

    NASA did a study back in the '60s that showed that using tones for status information was a very effective method for important (but non-critical) information. This technique was used on the Apollo program. After a while the normal sounds become part of the background noise but when something changes, the brain picks up on it very quickly. It has the advantage that the human does it as a background task.

    1. Re:About time by Rainy · · Score: 1

      I read it first in a very old russian scifi book (andromeda galaxy by i. efremov) - a very good book too. I believe it was written before 1959 cause he said in the preface that he first guesstimated that what he described will happen in ~3k years, but with the latest news of satellites, he believes it will happen in ~1k years. Incidentally, he is the only russian scifi writer that I enjoy. I think he's somewhat like Lem, not like funny Lem but serious Lem.

      --
      -- ATTENTION: do not read this sig. It doesn't say much.
  124. Snoop by drsoran · · Score: 4

    Snoop (Solaris, IRIX, etc.) has the wonderful feature:
    -a Listen to packets on /dev/audio (warning: can be noisy).

    I've heard of someone nearly strangling their officemate though after they left it running on their system while they were out of the office all day. Talk about driving you nuts. Definitely NOT birds chirping or owls hooting.. more like screeching. ;-)

  125. Sounds of silence. by Anonymous Coward · · Score: 2
    Current sound at the Peep site server is probably a toilet flushing, since the server seems to have been Slashdotted already.

  126. Reminds me of Netscape by jfunk · · Score: 3

    They set it up such that an explosion would sound every time someone downloaded a copy of Netscape when they released 0.9 (I think that was the version). It's described somewhere on JWZ's page.

  127. The end of alphanumeric paging... by stefanlasiewski · · Score: 1

    This is great, now when our site crashes, I can send out voice messages instead of alphanumeric pages...

    Tech: "Man, last night I was SOOO drunk, that I (phone rings)... hold on, got a call"
    Phone: "HOOOOOOOT! Hooot hoot HOOOOOOT HOOT! Hohohohoooot!"

    If a webserver crashes, and no one is within cell phone range to receve the call, does it make a sound?

    I wonder what getting slashdotted sounds like?

    What is the sound of one hand turning off the cell phone.

    --
    "Can of worms? The can is open... the worms are everywhere."
  128. Not the first program of it's kind by kastlyn · · Score: 1

    Even though I personally believe that this is more of a thing for Freshmeat than here, I still want to let you all know that there's a similar Perl script called logplay That's been in development for over a year, and has been available to the public for download since June. I recomend to any of you that like the idea of Peep to check out logplay.

    --
    Bad Spellers of the world UNTIE!!
  129. UBSB by srichman · · Score: 2

    Last year a group called UBSB came out with a noise album, Traceroute, on Ash International records. The music was created by taking a dump of backbone traffic and turning it into sound. Here's a review I found:

    "UBSB
    -Traceroute (ash) LP SFR 21.-
    Great collaboration between Ulf Bilting, Edwin van der Heide, Zbigniew Karkowski and Atau Tanaka. The concept : "Data harvested from the internet in early 1999, from a research center in Scandinavia. This data is rendered to analog to protect the original data from being reverse engineered or reconstructed. We created a Unix software agent that sat along a high bandwidth backbone pipe, essentially eavesdropping, gathering data, writing out a soundfile of everything it saw. Ethernet datapackets were consecutively written out to a file with no timestamp. Later the file header was hacked to open it in an audio editor." A succession of digital noises and loops manipulated to create a hypnotical and intense work. Really good in the field of digital noise. Recommended."

    It's pretty good.

  130. good for eBay auctions too by Dr.+Awktagon · · Score: 1

    I've been doing something like this with my eBay auctions .. put a small GIF in your auction going to a script that reads the auction number from the referer field and plays a different sound for each auction (also make sure to send out headers that keep the gif from being cached). It's pretty cool to see how popular different items are and at what times of the day, and how some people hit reload OVER and OVER again as the auction ends...

  131. Rave time! by m0nkeyb0y · · Score: 1

    If you have a nice traffic heavy server, you could set Peep up to loop a nice simple house/trance break as the background noise and then whenever any sort of traffic occured, have various techno sfx and various breakdowns occur. Network admins everywhere grab your glowstix!

    --
    -- From my Best Friend (Written to me over ICQ): "i was gonna go to a party...but i had to reinstall windows"
  132. Post from the developer by mgilfix · · Score: 1

    Hi guys. I'd like to encourage you to follow the "about time" thread by TheAncientHacker. He's got the exact idea of what Peep was based on. Peep is a much more complicated piece of software than many people suggest here and I encourage people to read the paper. When I first started development on the idea, I thought it was weird too =) Please check out the paper and follow that thread. I think you guys might find it interesting

  133. NetMeter by jonstevens · · Score: 2
    This isn't anthing new.

    WildPackets (previously known as the AG Group) NetMeter product has been able to do this (and much much more) for years now. It is nice to see someone taking someone else's idea and getting credit for it. Not.

    http://www.wildpackets.com/products/netmeter

  134. Care to make that mp3 available for download? by daemonboy · · Score: 1

    could you ask your friend to make that script or at least the mp3 available? That does sound really funny.
    Tim

  135. Damn, I thought about that. . . by Team_Z · · Score: 1

    Christ, I should have written that long ago. I always thought it would be an excellent way to monitor a network, if you hear a certain sound happen a little too often, you know to take a peek. . . Oh well, on to finishing my perpetual motion machine

    --
    TeamZERO -=[You can be smart as Einstein; But without passion for life, you suck toast.]=-
  136. Backup peep site by mcarbone · · Score: 5

    Well, seeing that the site is slashdotted, you can find it here for now:

    http://www.eecs.tufts.edu/peep/download.html

    --

    The only true currency in this bankrupt world is what we share with someone else when we're uncool. -Crowe
  137. Here at Tufts - by nachoworld · · Score: 1

    Jesus. Now I understand why the network terminals here at Tufts kept beeping, shrilling, and telling me I'm a loser.

    I just wanted to do my project from class.
    Me: (type type type)
    Terminal: "Your database project sucks."
    Me: "What? who said that?"
    Terminal: "I can't stand this utter algorithm stupidity. I'm rebooting"
    Me: AHHHHHHHHHH! Damn you Mike!

    But really, congrats!

    ---

    --

    ---
    I'm just an ordinary man with nothing to lose.
  138. Car sounds by mr100percent · · Score: 1

    I'm gonna add car sounds to it.

    Imagine having a truck horn for every large ftp, and car horns for every web site. Streaming? how about a jet engine zooming by.