@cwebber I've been looking at the ActivityPub spec and I can't figure out how to get from an address like "AT ted AT gould.cx" to "https://social.gould.cx/@ted". It seems like ActivityPub takes over after you have that URL, but there is something before it. Could you give me a kick in the right direction please?
@lain@ted A) ActivityPub addressing is based on URIs. We don't specify the URI type though obviously https:// is most popular. ActivityPub is web-centric in that way. B) You can use webfinger theoretically then also by doing acct:foo@bar.example though the RFC for acct: is kinda goofy