Another thing I have been experimenting with is much cooler. Apparently, you can take any file and send it to your speaker. To try this, get into the CLI, and first do “wget www.cnn.com”. Then do “cat index.html > /dev/dsp”. Of course, you can dispense with downloading cnn.com’s homepage and use any file you want, of any type. Even “ls /etc > /dev/dsp” will do. As long as your sound is enabled, you will get some static. I believe what is actually happening is that you are sending the binary content of whatever you pass to your sound card, and it is playing through the speaker. Images, I find, are particularly interesting. An amusing experiment I have not finished: Make a recording, hopefully a comical one, encode it, and turn its binary content into some text. Embed this in a hidden div in a web page, and get someone to try the above commands on the page. I don’t know anything about encoding, or much of anything at this level, but it is fun to play with.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.








