gRegorThat bookmarklet is geared towards browsing a Mastodon profile, though could work if an indieweb site added meta: `<meta content="gregorlove.com@gregorlove.com" property="profile:username">`
[Murray]to your point about the header/footer use in article, it isn't a requirement, but it can help with some assistive technologies, and I also believe has been (is?) used by some in-browser reader modes (and therefore, I'd assume, voice assistants) to slightly change the presented layout
[Murray]also [tantek] just FYI but the weba11y site seems to have moved/closed down, but the linked source on your to-do list wasn't working for me any more
@ABarroso↩️ A ideia do webfinger é muito inteligente, apetece-me seguir um pequeno artigo de como publicar algo fora do meio, por exemplo do Mastodon.
Ainda não li o WebMentions. Vou ter um fim de semana cheio. (twitter.com/_/status/1595797533523341312)
Loqi[Christopher Schmidt] @evan @msokolov @gregprice So, an ActivityPub implementation which receives a Note which has an activitystream:replies object should have all the information it needs to fetch replies; Mastodon's implementation in particular chooses not to include re...
barnabyinteresting to compare with webmention+mf2 where, if replies are marked up with h-cite, you have to fetch the post page and can get lossy copies of the replies there, but need to fetch and parse each of the reply URLs individually if you want the original content
barnabyit’d be interesting to look at usage for some mastodon instances and try to come up with some back-of-the-envelope calculations of how many fetches would be required for the same functionality using indieweb protocols. I suspect it’d require more, and that there could be some possible optimisations
Loqi[Christopher Schmidt] @gregprice Yeah. ActivityPub Replies are sent upstream to the original poster, who then has a responsibility to federate them back out, but they only federate at that time; it's a little more complicated (e.g. if the replier is on your instance or fo...
Loqi[Susan Potter 😱😱😱] Proxied my domain's /.well-known/webfigner to a Deno Deploy lambda just now The bulk of it took less than 10 minutes (writing the dumb-by-design JS lambda[1], setting up a Deno Deploy project, linking it to my private GitHub repo, testing the results...
aaronpkactually no it's worse than that because at least with an HTTP redirect you could plug the personal domain into a reader and keep your subscription to that
[snarfed]silver lining to ActivityPub HTTP sigs, Mastodon's error message for them have at least improved over time. eg I got "Mastodon requires the Digest header or (request-target) pseudo-header to be signed" just now