I loved the bit about piping ping through sed through vocoder, playing it on the stereo at 11, and finding the network fault by seeing which wiggled connector caused silence.
The Story of the PING Program (1997)
11–20 of 30 posts
Re: The Story of the PING Program (1997)
#12Re: The Story of the PING Program (1997)
#13struct sockaddr whereto;/* Who to ping */
Re: The Story of the PING Program (1997)
#14Am I the only one that finds the MS Windows ping more useful for quick troubleshooting that the Linux/Unix variants? A few weeks ago I was dealing poor performance on my cable modem. When I pinged a valid IP, I was seeing the successful packets only. It didn't show time-out packets until the summary displayed on exit. This makes it useless for quick real-time monitoring. MS ping on the other hand will show time-outs…
If you can read the output, or just recognize the difference between successful and unsuccessful lines, it works just as well for this.
> Is this a fundamental design flaw?
It's handy UX, but not the fundamental purpose of ping.
Re: The Story of the PING Program (1997)
#15Am I the only one that finds the MS Windows ping more useful for quick troubleshooting that the Linux/Unix variants? A few weeks ago I was dealing poor performance on my cable modem. When I pinged a valid IP, I was seeing the successful packets only. It didn't show time-out packets until the summary displayed on exit. This makes it useless for quick real-time monitoring. MS ping on the other hand will show time-outs…
Re: The Story of the PING Program (1997)
#16I loved the bit about piping ping through sed through vocoder, playing it on the stereo at 11, and finding the network fault by seeing which wiggled connector caused silence.
Re: The Story of the PING Program (1997)
#17Re: The Story of the PING Program (1997)
#18Sadly the author of ping, Mike Muss, died in a car accident in 2000. [1] [1] https://en.wikipedia.org/wiki/Mike_Muuss
Re: The Story of the PING Program (1997)
#19 ping mit.edu | sed -u 's/.*/ping/' | espeakRe: The Story of the PING Program (1997)
#20For those who want to reproduce the ping example, get espeak and run: ping mit.edu | sed -u 's/.*/ping/' | espeak
ping mit.edu | sed -u 's/.*/ping pong/' | espeak
is even funnier...