#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
#[tantek]Hmm it was a good ref. Probably worth looking up its IA link
#pmlnr"rumors of @Flickr doing the same too" yay, let's overcomplicate the web, again
#pmlnrI'm having some serious web2 vibes with the buzz around ActivityPub
#@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
#[KevinMarks]There's also the webmention.io cache potentially. If I put a bit more effort into mention.tech that could work too.
#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...
#aaronpkthe problem with that is you end up following the thing it redirects to, so that's not a permanent solution
#aaronpkit's more like a very complicated HTTP redirect
#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
sp1ff, geoffo and mro joined the channel
#[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
mro joined the channel
#[KevinMarks]also HTTP has the 302 semantic to say 'don't cache the thing I'm redirecting to'