Viewing profile — jortr0n
jortr0n
HN member- Joined
- Wed, Aug 19, 2020, 8:32 AM UTC
- HN karma
- 96
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About jortr0n
Recent public activity
-
comment
Comment #43856476
agree
-
comment
Comment #38777530
Obligatory link to MC++ song "Alice and Bob" from the 2005 album Algorhythms: https://youtu.be/NHrugBhQfvA?si=fSwl_dupZe5VPzhf&t=407
-
comment
Comment #37182832
Here's an video of RMS talking about the period referenced in that man page regarding the introduction of passwords on user accounts: https://youtu.be/k0RYQVkQmWU?t=235
-
comment
Comment #36862868
For me it brings memory of DOS applications TheDraw and ACiD Draw from the 90's BBS era. Magical times.
- story
-
comment
Comment #30487732
You'r right, the rot13 command is a shell wrapper around: ` exec /usr/bin/caesar 13 "$@" ` Forcing the key to be 13. You can obviously invoke /usr/bin/caesar with any of the 25 key…
-
comment
Comment #30487621
The use of rot13 was just an amusement in this case given its vintage. Replacing rot13 with any other simple stdin/stdout transcoder should be simple to do via the socat invocation…
- story