@Nezteb↩️ Gonna plug @microdotblog.
It’s got cross-posting to Twitter and Mastodon (among others), is super dev-friendly, and supports several common federated protocols (ActivityPub, WebMentions, etc). (twitter.com/_/status/1615906903359631360)
geoffo, starrwulfe, gRegor, [pfefferle] and [tw2113_Slack_] joined the channel
[manton]I feel like the “requires JavaScript” problem of Mastodon post permalinks has been discussed before here but not sure I was paying close attention. This breaks Micro.blog’s archiving of web pages… Thinking about just hardcoding it to use meta tag “description” instead, which looks like a plain text version of the post. Bad idea, better ideas?
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...
aaronpkthat's why xray has a ridiculously complex Accept header, which then breaks with wordpress because installing the AP wordpress plugin means WP always returns AP JSON for xray
[manton]Kinda sucks deciding when I should fall back on ActivityPub and when I should just use the real HTML. Maybe if the HTML contains “<noscript>“. Feels hacky.
[snarfed][manton] I handle that in Bridgy Fed by signing all AS2 GETs. If I don't have an existing user handy with keys to sign the request, I fall back to a "default" user (me 😎)
[manton][snarfed] So “fun”. 🙂 I actually do something very similar with my normal ActivityPub code… I first try unsigned and if I get an HTTP auth error, I re-sign with a default user.
floatingghost(t'is the joys of inheriting a massive pile of nonsense, half of it may as well be black magic that you don't notice the horror of until this sort of thing crops up)
Loqimetaformats started as an April Fools joke concept to describe how to both publish using microformats class names and openly parse meta tags as a fallback for what should be in-the-body visible data, including backcompat with OGP, Twitter Cards, and meta author, description, and anything else real sites (like search engines) appear to consume https://indieweb.org/metaformats
[tantek]e.g. I see meta "og:description" is in the view source of a Mastodon permalink, so no need to use the older meta "description" (which is more likely to have spam)
[tantek]and if the metaformats parsing algorithm does not give you the information you want (or gives you wrong information) I definitely want to know about it!
[tantek]point being, if see evidence for it working in practice like that, that's a strong incentive to formally include it into the overall backcompat of mf2 parsing
[tantek]which then hides that complexity from anyone using mf2 parsers, and provides a forward compatible way for sites to upgrade from meta tags to mf2
[tantek]my point was rather than writing one-off code from looking at meta tags, try writing code according to the metaformats algorithm (since that was created by a bunch of prior meta tag analysis)
[manton]I think the problem I’m going to run into is that this particular code I’m writing is to save the text content of any page. If the code has mf2, perfect. If it doesn’t, I still want to grab the text for the page (currently using the Readability library to help with that). Only if the page text is js;dr do I really want to fallback to the meta tags.
[manton]Yep. I do think metaformats and mf2 feel like separate things. In a way, this Mastodon case is unique because the posts are short and do fit completely in og:description.
[schmarty]uff. my site has been breaking because hugo got way stricter on time formats and my old template workaround to catch errors no longer works. so hugo now dies when my site tries to display reply context info for dates it doesn't like.
[schmarty]the first examples i found in my site data were from tantek.com and so i thought "heh, tantek, pushing the parsers". adding a seconds value to the partial time string "fixed" things, so i started doing that manually whenever i noticed site issues.
[schmarty]but today i learned the reason why hugo was failing and it makes me even sadder. hugo uses Go's time parsing, which uses RFC 3339. and i had either forgotten or never learned that RFC 3339 is a subset of ISO8601 which explicitly requires seconds. https://www.rfc-editor.org/rfc/rfc3339#section-5.6
[schmarty](in my deep heart i was hoping this was a slight bug i could upstream somewhere but i should have known better given that it's Go core stuff and Go is Google and therefore "spec-perfect" (and it's just my bad luck they chose a bad spec))
[KevinMarks]I have a db that ingests sorta structured emails and I was using Python's default date parser. The people s endo the emails switched the date format from months as text to dd/mm/yyyy but python was assuming they were mm/dd/yyyy until the day got past 12. I was testing the changeover at the end of the month, and things looked OK, then I looked at event durations later and some were crazy.
gRegorI'll make an announcement post later, but I fixed a small display bug in indiebookclub since last release: "Currently reading" statuses were displaying "Want to read" by mistake. Micropub requests were correct, though.
starrwulfe[m]Now that’s strange. [pfefferle] GWG any ideas where that’s coming from? I know that putting ~/ActivityPub at the end of any link will resolve to that AP markup JSON view; could the app I’m using be getting confused somewhere?
[tantek][snarfed] FYI I tried using Bridgy Fed to reply to a Pleroma post: https://dartboard.social/notice/ARgC7WwFPFPo8xnM24 and my reply didn’t show up there. Not sure if that's a BF problem or a Pleroma problem, or perhaps it has a moderation queue for showing replies
starrwulfe[m](I usually use my own Wordpress based server but this time I’ll use StarrWulfe.tumblr.com since it has to use Bridgy natively to pass webmentions to ActivityPub actions. …think I also need to find the snippet of html/microformat to make a reply post too.
[tantek][snarfed] do you have thoughts on supporting blocks or defederating from Bridgy Fed? And if not entirely then for particular users? (e.g. a dashboard UI to block all responses from a specific instance)
[tantek]I have a specific name-calling abusive user I want to block (has replied to someone who in a separate post has replied to me), who appears to also be on an instance that has no rules about hate speech.
[snarfed]next question is, how much does this overlap with overall webmention moderation on your site, and how much blocking and tooling should happen there vs in BF?
[tantek]well, as long as the BF "dashboard" is public (and thus a public "profile" of sorts), I feel it's important to be able to block hate speech from showing up there
[snarfed]the part where BF's user page paging is broken when you have many followers unintentionally helps here, since it's hard to page back much on https://fed.brid.gy/user/tantek.com :zany_face: