Ask HN: Whatever happened to finger?
Recently, one of my clients asked me to program up a way to determine if a user exists on a server (in an e-mail sense) without sending them an e-mail (it's not a spammer, I promise! I get enough Viagra ads, don't really want to contribute to that.) Like a good little programmer, my mind raced to what was available: Finger and SMTP.
Now, I haven't had to do anything like this in years. Back when I last used finger, some e-mail hosts still implemented it. Now, it turns out that not a single one of the servers I tested support it.
So, HN, I ask you: whatever happened to finger?
8 comments
[ 5.9 ms ] story [ 109 ms ] threadMost users wouldn't want the ability for an unknown 3rd party to try to guess at, or verify, their contact info.
While not supported everywhere yet, webfinger seems like a really great way to handle machine-readable profile and account information identified by email address.
Here's a link to his blog post that includes his slides and a video of his Ignite presentation: http://mill-industries.com/post/375-journey-of-self-discover...
To verify an email address, can't you do an SMTP RCPT TO and then cancel? AFAIK some systems use this to verify that sending addresses on incoming mail are legitimate.
Remember John Carmack of id Software using a plan file to distribute Doom news?
That was, to my own recollection, the last gasp of finger; everyone else I knew of had stopped using it years before he did.