#aaronpknot relevant to our events.indieweb.org, but I am 90% of the way through adding passkey login to meetable!
#aaronpki'm not going to launch it on ours because we do SSO via indieauth, but it will be nice for the base meetbale to have a self-sufficient login method that isn't passwords!
#[catgirlinspace]hm passkey logins for indieauth would be cool. as in like, on the personal website side.
#Loqiaaronpk has 41 karma in this channel over the last year (110 in all channels)
IWSlackGateway and [snarfed] joined the channel
#[snarfed][catgirlinspace] hmm maybe! I suspect the domain thing is because _actor ids_ are on http://fed.brid.gy, not where webfinger is served
#[snarfed]since webfinger is served from your domain, it just redirects to BF
#[snarfed]unless firefish is both preferring webfinger domain to AP actor domain and detecting and discarding the webfinger redirect, which both seem unlikely
#[snarfed]but regardless yeah it's an unfortunate wart
#[snarfed]esp since @-@ is webfinger, and webfinger is correctly serving from your domain (via a redirect, but still), so it should use the webfinger address. sigh
#LoqiIndiewebify.me is a service that checks how indieweb-compatible your site is and reports back its results; the verb indiewebify also means the act of making your site more IndieWeb friendly https://indieweb.org/Indiewebify
#[tantek]ah that definition could be more explicit about things it checks
#[nsmsn]Indiewebify.me can't find it for some reason. Anyone mind inspecting my code? Its in <div class="h-card, vcard, p-author wp-block-template-part"> inside the website footer: https://nicksimson.com/
#streetyDoes it have the comma? I think multiple classes are usually just separated with spaces
#[tantek]classes are space separated, so that means that class attribute has class names of "h-card," and "vcard," and "p-author" and "wp-block-template-part"
#[tantek]so there is no h-card on that div as a result
#[tantek]is that worth checking for in the validator and warning?
#[tantek]haven't seen commas in a class attribute like that before. did that come from a code example on another page?
#[snarfed]not fully indieweb relevant, but I got a small piece of Bluesky on Bridgy Fed working end to end: search for @jay.bsky.team@atproto.brid.gy in any fediverse server. it surfaces their Bluesky profile. replace jay.bsky.team with any Bluesky handle
#Loqi[tantek] has 31 karma in this channel over the last year (103 in all channels)
#[nsmsn]@[tantek] I have no idea why I typed those commas in the WordPress site editor. The instructions on the block said space separated too.
#[tantek]nsmsn, if you think it might help someone else, you could file a suggestion for IndieWebify to check for trailing commas in class names like that and provide an explicit warning accordingly (and suggestion to remove the commas) https://github.com/indieweb/indiewebify-me/issues/
#angelofinally figured out AP-specific HTTP Signatures in Python from spelunking bridgy fed, thanks snarfed++
#Loqisnarfed has 106 karma in this channel over the last year (160 in all channels)
#[tantek]angelo, I think you mean Mastodon-specific HTTP Signatures. ActivityPub itself does not say at all how to use signatures, whether HTTP or LD, other than providing a "may" endpoint for it with provideClientKey
#Sonihi again. so uh, why not just deprecate the web?
#LoqiIt looks like we don't have a page for "HTTP Signature" yet. Would you like to create it? (Or just say "HTTP Signature is ____", a sentence describing the term)
#[tantek]angelo, probably worth collecting examples / links like that from your spelunking on a page, to help the next implementer do less spelunking
#[tantek]has anyone experimented with p-category inside article posts and federating them via BridgyFed to see if the categories get converted to hashtags in the resulting AS2? too much to hope for? going to try it anyway
#[tantek]or at least tags in general in the AS2, which should be enough for the post to show up in (hash)tag results pages
[Murray], gRegorLove_, gRegorLove__ and lqdev joined the channel
#LoqigRegor has 26 karma in this channel over the last year (80 in all channels)
#[tantek]that UI is very much worth a screenshot if you don't mind β that invalidates a post I was going to write! π
#[tantek]and makes me need to edit another post in progress
#[tantek]there are benefits to letting a draft sit while you consider possibilities
#gRegortried on xoxo.zone first and I see "1 post in the last 2 days" when I search, which I'm sure is mine, but when I click into the hashtag to see posts got a popup 401 error about the access token
#gRegorNow I'm curious to try it with a note post where I don't link the hashtags in the post content like I have been.
#[tantek]hmm they're both running v4.2 so I have no explanation of the difference
#[tantek]this looks like something new to 4.2 (that display of the little chiclet hashtags below the post)
#gRegorxoxo might have it, just saying I got an odd error trying to view posts by hashtag
#[tantek]upload a screenshot of your article post showing up on indieweb.social with the hashtag chiclets underneath! we need that on the wiki to cite to update the BridgyFed docs
#[tantek]or maybe include in the BridgyFed docs presuming you used BridgyFed to federate your article
#[tantek](current BF docs make it sound like only article name & permalink are posted to Mastodon, while clearly you also got p-category to show up as hashtags, and the article shown on the respective tag pages)
#[tantek]!tell [snarfed] you've like been following the chat here per mention of BridgyFed, however note that as of v4.2 Mastodon appears to support showing tags on articles! https://indieweb.org/Bridgy_Fed#gRegor_article_with_tags Congrats to you for your forward thinking implementation of including the p-category info from article posts in the BridgyFed AS2 of federated articles!