Why we have stopped making cool protocols like this? It seems Internet had really cool protocols back in the day and we had so many possibilities. Now it seems we are stuck with HTTP.<p>Not saying HTTP is bad. It just seems like we have given up on possibilities. I remember, almost a decade ago, Nokia had a mobile web server for Symbian devices which basically hosted HTTP server on the phone[0]. You could message the owner of phone directly through a URL. The request would be handled by server on phone!<p>No one makes anything like that anymore. Everyone is just building on top of APIs and services provided by MANGA who would obviously not put any effort in such projects.<p>[0]: <a href="https://linkdekho.in/254nl" rel="nofollow">https://linkdekho.in/254nl</a>
.plan files were a great way to follow Quake development.<p><a href="https://github.com/ESWAT/john-carmack-plan-archive" rel="nofollow">https://github.com/ESWAT/john-carmack-plan-archive</a>
Fun Fact: MIT still runs a finger server at mit.edu (no subdomain!) that lets you look up anyone with a registered account. Years ago it was publically accessible, but now you need to make your request from within the MIT network to get a response.<p>You could also get the schedule for movies shown on campus with `finger @lsc.mit.edu`. That finger server is actually still running but looks like it's not being updated.
I'm appreciating some of the attempts of SQL injection<p><a href="https://plan.cat/~yes" rel="nofollow">https://plan.cat/~yes</a>
Wow, it's one thing to read something and harken back to my early days at school and work, but actually running finger from a shell and seeing something real come back caused this deep wave of nostalgia to roll over me. Part of me really misses those days.<p>Very cool.
This was my somewhat dated .plan from "finger don@mimsy.umd.edu" around 1986 or so...<p>Through the Hacking Glass:<p><a href="https://www.donhopkins.com/home/catalog/text/hacking-glass.html" rel="nofollow">https://www.donhopkins.com/home/catalog/text/hacking-glass.h...</a>
I haven't thought about .plan files in years. This takes me back to setting those on the HP-UX account I had at college, and fingering my friends' .plan files daily. That was my first real encounter with actual multi-user, family-tree Unix, though I had been horsing around with some of the various Linuxen available in the mid to late 90s and early 2000s.<p>Mine usually had snarky movie or TV quotes. Usually from MST3K, Babylon 5 or Army of Darkness.
My almamater, Grinnell College, has a still active social network Grinnell Plans, which extended from .plan usage for social networking on the college's Vax computer system.<p><a href="https://www.grinnellplans.com/documents/faq.html" rel="nofollow">https://www.grinnellplans.com/documents/faq.html</a>
Man, this takes me back. I had a .plan file that was an ever-growing list of quotations, often in dialogue with each other. The only one I still remember was one from a friend who said, "you should put more quotes in your finger file."
As a side note, I was capturing all my side projects via plan style files,<p>so I wrote a time tracker for it following a simple format that would calculate roughly how long I spent on each project.<p><a href="https://github.com/keyle/mdtimesheet" rel="nofollow">https://github.com/keyle/mdtimesheet</a>
I still have a .plan file, for nostalgia's sake:<p><pre><code> $ cat .plan
To be the only person on this system who uses this obsolete feature of finger.</code></pre>
We used to run a site at quakefinger.com that scanned all the quake and eventually gamedev plan .files. It was awesome. Sadly the wayback doesn't go back to the earliest days but you can get the flavor here:<p><a href="https://web.archive.org/web/20000520015354/http://quakefinger.com/" rel="nofollow">https://web.archive.org/web/20000520015354/http://quakefinge...</a>
Some clever and funny stuff. Also actually found something useful.<p><a href="https://plan.cat/~wasabis" rel="nofollow">https://plan.cat/~wasabis</a>
I just typed finger @plan.cat and windows 11 responded, my mind is blown away by the fact they included finger in it.<p>was finger in windows 10 as well?
When I was in college, (1991-1995) I use to enjoy running finger on the unix terminals at the library and reading everyone's .plan. It was popular to put ASCII art in your .plan which I always enjoyed. I collected all that ASCII art and, in 1994, made a website that featured all of it. It no longer has my college URL anymore, but it's still online and gets a respectable amount of daily traffic. (Although interest in ASCII art has steadily waned, since fixed width fonts aren't really a thing on mobile devices.)<p>If I remember correctly, you could also finger some of the soda machines on campus and check their inventory.
My first impression of this was: I thought it was some sort of doxxing site where people's online pseudonym was matched with their legal name. Oh how I was wrong.
Hmf. I wanted to cobble together a little thing that could update the plan from a shell. Using curl, I can't get anything other than a 500 reply when posting to /login, even after storing and sending the cookie from an initial get request, retrieving the csrf token for the form, and matching all the headers from a normal browser session.<p>If anybody manages to get a working login with curl, I'd love to see the magic incantation you used.
Much as I bemoan the loss of elegant text-based <i>protocols</i> like this, I am simultaneously thankful that I can interact on a <i>platform</i> that retains a great deal of the spare, text-heavy aesthetic and doesn't come riddled with various "social" integrations, analytics, and auto-playing video trash.