I stumbled on a plugin to add webfinger info to my web site, so I installed it and….what now? It seems to work fine, but what the heck is webfinger good for?

⤋ Read More

I guess in general though, it’s a pretty good lookup mechanism. I also wrote a command-line tool webfinger you can intall with go install go.mills.io/webfinger/cmd/webfinger@latest and use like this:

webfinger prologic@twtxt.net

⤋ Read More

I guess its usage in Twtxt clients could be something like this:

$ webfinger prologic@twtxt.net | jq -r '.links[] | select(.rel=="Self").href'
2023/01/06 02:32:40 Looking up WebFinger data for acct:prologic@twtxt.net
2023/01/06 02:32:40 GET https://twtxt.net/.well-known/webfinger?resource=acct%3Aprologic%40twtxt.net
https://twtxt.net/user/prologic/twtxt.txt

Where a lookup of user@domain would yield the Twtxt feed for that user+domain pair.

⤋ Read More

I always thought that was pretty elegant because you don’t need to host yet another discovery service and deal with all the maintenance and security headaches that entails. You just need a stable domain name and a web site you control.

⤋ Read More

Participate

Login to join in on this yarn.