#dev 2022-12-05

2022-12-05 UTC
gxt, gRegorLove__, gRegorLove_ and bterry1 joined the channel
#
[tantek]
[KevinMarks] I don't think that's a fair interpretation. Mastodon wanted a "content warning" feature in UI, there was nothing to represent it in AS2/AP, so they rather than attempt to extend AS2 to add a content-warning field (using the completely untested @/context LD/namespaces mechanism) they decided to re-purpose the existing "summary" property instead.
#
[tantek]
oh gosh good find [snarfed]. those minutes of the socialCG meeting are quite damning indeed
gRegorLove__, geoffo, [asuh], paulrobertlloyd and tbbrown joined the channel
#
[catgirlinspace]
i've seen people suggest it should be called content wrapper instead, which i like.
gRegorLove__ and [timothy_chambe] joined the channel
#
Loqi
[preview] [Dave Anderson] Every time the activitystreams core and vocab spec say "we left the semantics of these bytes completely unspecified on purpose", I die a little inside. In practice this seems to mean "today's most popular implementation owns the semantics, and should...
#
Loqi
[preview] [Dave Anderson] ... And now I discover my thoughts broadly match the Diaspora project's critique of this constellation of specs. Hm.
#
@cagrimmett
Does anyone using #WordPress want to move away from Jetpack likes but preserve them for old posts as webmention-style likes? If so, let's chat. I have some code I'd like help testing before I release it.
(twitter.com/_/status/1599633772127072259)
[schmarty], [KevinMarks], gRegor, mro, gxt, tiim, [Murray] and schopie1 joined the channel
#
[KevinMarks]
a funny looking signed assertion protocol https://github.com/jcushman/sparkleid
#
Loqi
[preview] [jcushman] sparkleid: Experiment in cross-account identity proof.
gxt joined the channel
#
[jacky]
ooh this introduced me to tweetnacl
#
[jacky]
heh tbh I don't think this encoding is _that_ much of an issue https://github.com/jcushman/sparkleid#encoding-format
#
Loqi
[preview] [jcushman] sparkleid: Experiment in cross-account identity proof.
#
[jacky]
tbh I could see it being built into something like a QR code
#
[jacky]
oh tweetnacl is really tiny https://tweetnacl.cr.yp.to/
#
[jacky]
like 100 tweets
geoffo, chenghiz_ and mro joined the channel
#
[jacky]
is this an exhaustive list of things to be returned in a token verification response?
#
[jacky]
I tend to mimic the same response as the token redemption flow for token verification if it's active
geoffo, mro, gRegor and gRegorLove_ joined the channel
#
[tantek]
AS << AS2 Criticism: Unspecified semantics leads to de facto semantics definition by largest implementation(s): https://hachyderm.io/@danderson/109459311884227844
#
Loqi
ok, I added "AS2 Criticism: Unspecified semantics leads to de facto semantics definition by largest implementation(s): https://hachyderm.io/@danderson/109459311884227844" to the "See Also" section of /ActivityStreams https://indieweb.org/wiki/index.php?diff=84912&oldid=84904
#
Loqi
[preview] [dariusk] express-activitypub: A very simple reference implementation of an ActivityPub server using Express.js
#
Loqi
[preview] [Filippo Valsorda 🦊:calculator:] Sigh. The architecture of the fediverse is even more hostile to self-hosting than I thought.I already knew you can't have multiple identity domains (the ones in the username) hosted at the same instance.TIL that while Mastodon considers the identity ...
#
sknebel
not sure how "self-hosting" plays into it?
#
sknebel
the described problem seems more to be with not selfhosting?
#
[snarfed]2
also his concerns seem a bit overstated, Bridgy Fed is an existence proof to the contrary
#
sknebel
as I understand it the concern is that at least some applications will tie snarfed.org@snarfed.org to bridgy-fed, and if you replace bridgy fed with something else they wont accept that thats the same account
#
[jacky]
which makes sense (b/c of keys and stuff, IIRC)?
[tw2113_Slack_] joined the channel
#
sknebel
but true, bridgy fed is a counter-example for the first claim "you can't have multiple identity domains (the ones in the username) hosted at the same instance."
#
sknebel
[jacky]: why should it be impossible to move keys?
#
[snarfed]2
right, you should be able to migrate by just serving different WebFinger. bringing the same key pair would help, but afaik not strictly necessary
#
[jacky]
oh see I thought that it was
#
[jacky]
moving the keys
#
sknebel
[snarfed]2: thats the second part - that implementations dont care about webfinger (since AP doesnt either) and instead remember the url it points to
#
sknebel
which presumably is the https://fed.brid.gy/<domain> part
#
sknebel
not the subject?
mro joined the channel
#
[snarfed]2
for backward looking data, maybe yes, but hopefully you can still migrate to a different actor URL going forward?
#
[snarfed]2
we haven't tried much, not sure
tbbrown, mro, gRegor and [asuh] joined the channel
#
gRegor
Heh, just tried adding a Goodread comment "originally published [my link]", but they block links
#
gRegor
"We couldn't post your comment. For the safety of our members, links to other sites are not allowed in comments. Please edit your comment and try again."
#
gRegor
I get it, though, moderation nightmare probably
#
gRegor
Ooh, cool, /read posts federated to Mastodon pretty well. Bridgy Fed dropped the <cite> and <a href> for the book, but left the title as plain text though. not bad!
#
[snarfed]2
s/Bridgy Fed/Mastodon/ 😎
#
gRegor
oh, right! sorry
#
gRegor
I'm still just impressed they handle <a href> at all, nice to be able to have links with text
#
[snarfed]2
right!
mro joined the channel
#
[jacky]
what are consent screens
#
Loqi
It looks like we don't have a page for "consent screens" yet. Would you like to create it? (Or just say "consent screens is ____", a sentence describing the term)
#
[jacky]
consent screens is /consent_screen
nk1 and mro joined the channel
#
[KevinMarks]
can you federate a <details><summary> to mastodon? That would be amusing as an alternative CW
#
[tantek]
^ I like that approach as a fallback [KevinMarks]
#
gRegor
Heh, BF send the HTML but Mastodon just does plain text
#
Loqi
[preview] [gRegor Morrill] Debugging: Testing if federation to Mastodon will include the details/summary HTML elements
#
gRegor
nice, Loqi!
#
gRegor
So based on my minimal posting experience, seems Mastodon only keeps <p> and <a> so far
#
gRegor
Also found the CSS for my <summary> is lacking, it removes the arrow
#
[tantek]
gRegor, could file an issue to request adding details/summary to the allow list
sp1ff` and bterry2 joined the channel