/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
The NSA Selector
(github.com)
302 points
anigbrowl
| 6 comments |
20 May 25 18:30 UTC
|
HN request time: 0s
|
source
|
bottom
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
#
1.
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
#
ID:
GO
2.
jdthedisciple
◴[
20 May 25 21:10 UTC
]
No.
44045960
[source]
▶
>>44045529 (TP)
#
thanks this almost crashed my pc
replies(1):
>>44046272
#
3.
dylan604
◴[
20 May 25 21:49 UTC
]
No.
44046272
[source]
▶
>>44045960
#
some people learn the hard way that blindly copying and pasting things from the interweb directly to a terminal is not always the best of ideas. some times, they're bloody brilliant
replies(1):
>>44046406
#
4.
dgfitz
◴[
20 May 25 22:05 UTC
]
No.
44046406
{3}
[source]
▶
>>44046272
#
curl $url | bash is probably the only worse culprit.
replies(1):
>>44046628
#
5.
nicce
◴[
20 May 25 22:55 UTC
]
No.
44046746
{5}
[source]
▶
>>44046628
#
Some people are just evil.
6.
rfl890
◴[
21 May 25 00:32 UTC
]
No.
44047258
[source]
▶
>>44045529 (TP)
#
For a more modern approach, try ffplay: cat /dev/urandom | ffplay -f s16le -
↑