#@estonerI finally got webmentions for my site working for Mastodon this afternoon.
(Please read this toot the same way that Crow T. Robot says “Made my own blender mayonnaise last night.”) (twitter.com/_/status/1609756028895125504)
gRegor, mambang, jeremycherfas, gerben, jonnybarnes and prologic joined the channel
#Loqi[preview] [james-d-elliott] This should theoretically be possible via fosite as it supports configurable handlers, and any solution will have to have compatibility with the existing OAuth 2.0 / OAuth 2.1 / OpenID Connect 1.0 implementations.
As IndieAuth uses the same endpoi...
#[tantek]!tell [snarfed] finally posted a top level note (not a reply) and my UI promptly timed out on the Bridgy Fed request at 30s and returns, which is plenty of time for PHP itself to not timeout with a 500. The Bridgy Fed request did eventually complete on its own.
#[tantek]so this is very weird (which is why I'm bringing it up in #indieweb-dev) and may post about it too. from #indieweb-stream: twitter/bpedro manually RT'd my full post from the "fediverse" view, into three-tweet tweetstorm, when they could have RT'd my tweet instead. and totally separately, mastodon-social/jwz posted a link to my tweet, when he could have boosted the "fediverse" view of my post.
#[tantek]the question is, why? in each case the user of each system presumably had to work harder (more steps) to do the lower fidelity thing
#aaronpki suspect the bpedro one is because he is following you from mastodon and has an automatic mastodon-to-twitter thing running
#[snarfed]gRegor I've fixed that BF crash, thanks for the nudge!
#[tantek]and why does it say Bridgy in my address?
#@bpedroRT @tantek.com@fed.brid.gy I am once again asking you to own your notes, rather than tweeting them into Big Chad's garage. Maybe you left the big garage and now toot in your neighborhood Chad's garage. It's still someone else's garage. https://xkcd.com/1150 (1/4) (twitter.com/_/status/1609847252314365953)
#Loqi[preview] I am once again asking you to own your notes, rather than tweeting them into Big Chad's garage.
Maybe you left the big garage and now toot ...
#Loqi[preview] [jwz] RT twitter.com/@t: I am once again asking you to own your notes, rather than tweeting them into Big Chad's garage.Maybe you left the big garage and now toot in your neighborhood Chad's garage. It's still someone else's garage. https://xkcd.com/1150 #...
#aaronpkinteresting, what's the "jwz.org" in the line with the date and fav counts
#[tantek]we should find out what POSSE tool that bpedro is using and help fix it up
#[tantek]definitely a few teachable moments for how to IndieWeb while still syndicating to silos
#[0x3b0b]Hypothesis with regard to jwz: Saw the tweet, either didn't think beyond "retweeting" to Mastodon or thought signal-boosting the *example* of POSSE would be better than signal-boosting the original directly, didn't realize there was a "boostable" version also? From a quick check, it does seem like someone would have to either already know, or go farther than just clicking the link in the original tweet, to realize that was a
#[0x3b0b]<aaronpk> "interesting, what's the "jwz.org..." <- From the amount of investigating I did before I got tired of it and stopped paying attention, I think that might show either your verified website if you have one, or the app you used to post if you don't, or...never mind I give up.
#aaronpkhm, it looks like he might be using an auto-poster to post to mastodon too
#Loqi[preview] [RobbiNespu] #184 Unable to process webmention from mastodon
#aaronpkwhile that's true because mastodon went js;dr, xray does do a trick to parse mastodon permalinks
#aaronpki think webmention.io is doing its own fetch before xray parsing, which is causing that to error with no_link_found
#aaronpkwould it be useful to patch that to enable webmentions from mastodon pages even though there's no link in the HTML?
#[tantek]snarfed, the one thing I'm curious about and would appreciate a cursory analysis from you is the question of: by what means of code/automation that someone could end up posting "@tantek.com@fed.brid.gy" in that tweet example: https://twitter.com/bpedro/status/1609847252314365953
#@bpedroRT @tantek.com@fed.brid.gy I am once again asking you to own your notes, rather than tweeting them into Big Chad's garage. Maybe you left the big garage and now toot in your neighborhood Chad's garage. It's still someone else's garage. https://xkcd.com/1150 (1/4) (twitter.com/_/status/1609847252314365953)
mro joined the channel
#[tantek]to put it another way: it's a bug or at least a leaky abstraction if any form of "@fed.brid.gy" ends up in content clear text for any reason (other than someone manually typing it in)
#[tantek]now, what combination of bugs in what software/services, that's another question. from a UX perspective, it's a bug
#Loqi[preview] [Ryan Barrett] So Mastodon 4 went js;dr, which means it requires JavaScript to render content. That means that server-side fetches of Mastodon 4 user profiles and posts, eg indieweb.social/@snarfed, no longer return the actual contents in the response. They definit...
#[tantek]also, combining topics, js;dr is one way of adding friction / raising the barrier to public text indexing
#[snarfed][tantek] tons of opportunities for that if they're constructing @-@ addresses themselves, since BF has to use fed.brid.gy as the host in many URLs in AS2 objects, for Mastodon interop
#[snarfed]but I don't think BF emits @[domain]@fed.brid.gy explicitly anywhere. will look
#[tantek]a-ha, so this is perhaps lack of spec / tests in "how to construct an @-@ address"
#[tantek]so they find a URL somewhere, then *by inspection* turn that URL into an @-@, errantly
#[fluffy]I didn’t realize Bluesky was to the point of even having a protocol to convert to/from
#[snarfed]this is just data format, not protocol, but that's there too, and relatively complete, even if it's early and docs are out of date. https://atproto.com/docs
#barnabyare there any example implementations which you can use to test the granary functionality? or is it more theoretical/pre-emptive at the moment?
#[snarfed]it attracts a lot of attention, which often hurts more than it helps when something's this early, so I'm surprised they even started working in the open at all this early