Live data from Hacker News

Viewing profile — jortr0n

jortr0n

HN member
Joined
Wed, Aug 19, 2020, 8:32 AM UTC
HN karma
96
Public activity
8 items

About jortr0n

I'm a Linux/cloud developer/devops engineer who began with an IBM XT clone in the mid 80's.

Recent public activity

  1. comment
  2. 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

  3. 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

  4. comment
    Comment #36862868

    For me it brings memory of DOS applications TheDraw and ACiD Draw from the 90's BBS era. Magical times.

  5. story
  6. 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…

  7. 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…

  8. story