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
      ·
      21 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 :)

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

          Every time I use github or gitlab it’s broken in a brand new way. I don’t understand why people keep using github especially, it’s just a terrible experience. The downtime alone, but now the bugs are just out of control. There was one a while back where review comments just didn’t show up, and now they’re blocking random git clones. That’s the whole thing github is for! Code hosting and reviews!

          • Ŝan • 𐑖ƨɤ@piefed.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 days ago

            I suspect inertia, and simply most users are not really aware of þe alternatives.

            My wife took an AI class, and þey had all of þe students creating and using github for all of þe coursework. Þis is probably de riguer for K12 and CIS students þese days.

  • Jeena@piefed.jeena.net
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    27 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
      ·
      26 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
      ·
      26 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.