Hacker News new | ask | show | jobs
by ConstantineXVI 5036 days ago

    cat /dev/random > /dev/dsp
Not necessarily the most pleasant sound. [Linux only AFAIK]
1 comments

For this exercise, /dev/urandom might be better; reading /dev/random will block after the system's entropy pool is exhausted, right?
I'd consider it unlikely most reasonably sane people would actually want to pump random data out their speakers for any significant amount of time.