Ruario's Journal [extract]

2023-01-19

20:54 +0100

The finger protocol support really is universal.

On Windows and macOS the finger command is already installed by default. Just fire up a terminal and you are good to go. It is also present on many (most?) Linux distros in the default setup and even when that isn't true, it's typically a simple install command away. But actually, you may not even need to install it, since it is such a basic protocol it is easily simulated with other common networking tools. So you could for example just use netcat like so

$ echo ruari | nc plan.cat 79

Or telnet

$ (echo ruari; cat -) | telnet plan.cat 79

In addition, despite the fact that I said just the other day that curl does not support the finger protocol (ยง 2023-01-10 20:22 +0100), that does not mean you can't actually use it to get information over finger! ๐Ÿ˜‰

Just use it's telnet support as a workaround, like so

$ echo ruari | curl telnet://plan.cat:79

Finally, if you happen to have the command line browser Lynx installed, this can also handle the finger protocol, either like so

$ lynx finger://ruari@plan.cat

Or if you prefer

$ lynx finger://plan.cat/ruari

And what about mobile, you might ask? Ok, perhaps that one is more tricky but you could always install Lagrange! ๐Ÿ˜‰

=> Lagrange (also Gemini and Gopher)

P.S. Let me know if I missed anything!

โ‚

=> ๐Ÿ“ Journal [complete]

Proxy Information
Original URL
gemini://ruario.flounder.online/journal-extract-2023-01-19-2054.gmi
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
708.436351 milliseconds
Gemini-to-HTML Time
0.78423 milliseconds

This content has been proxied by September (3851b).