Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Oh standards, we don't deserve you.

Technical Discussion
10 2 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    0 Views
    Hey @bjoern @Karlitschek @nextcloud #activitypub #fedidev we will schedule a meeting soon, would be cool if anyone could attend https://digitalcourage.social/@reiver@mastodon.social/115317680720978044 [which day?] https://digitalcourage.social/@reiver@mastodon.social/115317829430813805
  • 0 Votes
    7 Posts
    7 Views
    @hongminhee @2chanhaeng I see you already got some comments of this nature but was gonna point them out as well. Ibis is the farthest along but Xwiki was the first to add AP to a wiki that I know of. Also Piefed has an added wiki feature for every community but I don't think they federate that part yet.
  • What if we had a P4 for ActivityPub?

    Technical Discussion
    2
    0 Votes
    2 Posts
    6 Views
    This does exist, Pleroma has the Message Rewrite Filters or MRF functionality. There's also ActivitySieve or ActivityColander I think it was called, which attempted to do similar. I've personally been arguing that we need federation management via policies more akin to a firewall: https://writings.thisismissem.social/moving-beyond-the-false-dichotomy-for-federation-management/
  • Thanks for the comment.

    Technical Discussion
    2
    0 Votes
    2 Posts
    3 Views
    @helge ActivityPub requires application/ld+json; profile="https://www.w3.org/ns/activitystreams"https://www.w3.org/TR/activitypub/#retrieving-objectsThe shorter form application/activity+json is nicer, but media type is one of the things about which specification is not ambiguous, so I always use the required one.application/activity+json is (or was) used by Mastodon, so of course everyone copy-pasted it into their projects.