cross-posted from: https://programming.dev/post/55600767

Partying like it’s 1977!

I recently stumbled on the finger protocol through happynetbox and thought it was pretty cool, so I wrote a finger server that reads user data from text files. It’s a pretty simple protocol, but I think it’s a fun way to enable a simple smolnet-style status page :)

    • absolutely_vivid@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      15 days ago

      sourcehut is almost everything I want from a git forge! the ability for people to contribute or file bug reports without an account is great, and it’s not tied to a horrible corporation. it’s right up my alley, when I’m not making silly things like fingies, I’m working on stuff like doink and gah to make it easier for people to leave corporate git forges :)

  • Jeena@piefed.jeena.net
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    21 days ago

    So wait, you’re sending anyone who asks your real name, office address and your email status?

    • absolutely_vivid@programming.devOP
      link
      fedilink
      arrow-up
      4
      ·
      21 days ago

      I mean, you can if you want. But the finger spec doesn’t actually specify a format for the returned data, so anything can be in there. Fingies just reads data from a text file and returns that. So finger foo@server would just have fingies read the file named <data_dir>/foo and respond with whatever is in that file. It could be a real name, address, and phone number, or just a silly greeting.

    • keimevo@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      21 days ago

      In the '90s we used to put public info there, kind of like a blog. The .project and .plan files (what we were working on and what we planned to work on, work or life-related), PGP key, geek code, etc.

      Some people put their work contact information (not many), but the '90s were a very different time, specially before the Eternal September, and publishing contact info like a phone or email was not too big of a deal back then (remember the white pages).

      Of course, finger is now just a curiosity from the past, considering its security issues and that the most healthy way of using the internet now is not to show yourself but to hide yourself the best you can.