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 :)
5 Comments
jeena@piefed.jeena.net · 3 pts · 6d
So wait, you're sending anyone who asks your real name, office address and your email status?
absolutely_vivid@programming.dev · 3 pts · 6d
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@serverwould just have fingies read the file named<data_dir>/fooand respond with whatever is in that file. It could be a real name, address, and phone number, or just a silly greeting.absolutely_vivid@programming.dev · 1 pts · 6d
keimevo@lemmy.world · 1 pts · 6d
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.
Sxan@piefed.zip · 3 pts · 6d
I see Sourcehut, I upvote.
absolutely_vivid@programming.dev · 1 pts · 14h
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 :)