←back to thread

309 points LorenDB | 2 comments | | HN request time: 0.001s | source
Show context
yjftsjthsd-h ◴[] No.42636808[source]
Well.

  doas dd seek=$((0x$1)) bs=1 count=1 of=/dev/port < <(xxd -p -r <<< "$2")
There's the horrors I came for;)
replies(4): >>42636995 #>>42637011 #>>42637087 #>>42638478 #
1. baq ◴[] No.42637011[source]
the next one is somehow worse
replies(1): >>42637550 #
2. yjftsjthsd-h ◴[] No.42637550[source]
Stuffing bytes through a faux serial port with rate limiting, or mangling the result into text? Those actually bother me less; they're kinda ugly, but in my mind they don't compare to cutting through all the nice abstractions and shoving raw bytes down a hardware port on a running Linux system.