/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
The NSA Selector
(github.com)
302 points
anigbrowl
| 1 comments |
20 May 25 18:30 UTC
|
HN request time: 0s
|
source
Show context
tptacek
◴[
20 May 25 19:29 UTC
]
No.
44045027
[source]
▶
>>44044459 (OP)
#
There used to be a thing on SunOS (I think) where you'd get `ping` to write to /dev/audio so you could diagnose network stuff by sound.
replies(3):
>>44045242
#
>>44045529
#
>>44045558
#
monster_truck
◴[
20 May 25 20:22 UTC
]
No.
44045529
[source]
▶
>>44045027
#
You can still do this with /dev/dsp or similar. Might need sudo these days
`cat /dev/urandom > /dev/dsp`
replies(2):
>>44045960
#
>>44047258
#
1.
rfl890
◴[
21 May 25 00:32 UTC
]
No.
44047258
[source]
▶
>>44045529
#
For a more modern approach, try ffplay: cat /dev/urandom | ffplay -f s16le -
ID:
GO
↑