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

RE: https://notiz.blog/podcasts/exploring-wordpress-textcasting-and-open-web-standards/If you have not listened yet ☺️#ActivityPub #Fediverse #WordPress #textcasting

Fediverso
7 4 53

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • My other test post

    Moved Uncategorized mastodon fediverse activitypub
    1
    0 Votes
    1 Posts
    7 Views
    Sorry to anyone following...
  • Now, this is cool!

    Uncategorized scheme lisp activitypub
    1
    0 Votes
    1 Posts
    10 Views
    Now, this is cool! Goblins actors and ActivityPub. Found this via Planet Scheme.https://spritely.institute/news/mandy-activitypub-on-goblins.htmlhttps://planet.scheme.org/#scheme #lisp #activitypub
  • Hi #fediverse!

    Fediverso fediverse activitypub moderation flag report
    1
    0 Votes
    1 Posts
    13 Views
    Hi #fediverse! I'm working on Hackers' Pub, a small #ActivityPub-powered social platform for developers and tech folks. We're currently drafting a content #moderation (#flag/#report) system and would really appreciate any feedback from those who have experience with federated moderation—we're still learning. Some ideas we're exploring: Protecting reporter anonymity while giving reported users enough context to understand and improve Graduated responses (warning → content removal → suspension) rather than jumping to bans Using LLM to help match reports to code of conduct provisions Supporting ActivityPub Flag activity for cross-instance reports Our guiding principle is that moderation should be about growth, not punishment. Expulsion is the last resort. Here's the full draft if you're curious: https://github.com/hackers-pub/hackerspub/issues/192. If you've dealt with moderation in federated contexts, what challenges did you run into? What worked well? We'd love to hear your thoughts.
  • 0 Votes
    35 Posts
    90 Views
    xmpp is not "one standard" it's an extensible mess and no two people use the same client/server combination, leading to some kind of factorial explosion of mutually incompatible software. there are over five hundred XEPs and any given project has a unique view of which ones are "necessary" and which are "supported" and which are "deprecated" and which ones you should go to jail for even reading.xmpp has xeps for systems administration, internet of things shit, service discovery, and a million other things that should never have been shoved into a chat protocol, while the xeps that are intended to fix the actual issues that affect users are "deferred" because it's a hell of a lot easier to invent an entire new use case for xmpp than it is to fix any problems with existing xeps.this, combined with the excessively verbose markup, means that starting from scratch has two incredibly attractive benefits: one, you don't have to learn this tremendous bureaucratic protocol maze, and two, just about any wire format you can think of is going to perform better than xmpp over slow or intermittent network connections, which are the majority of internet connections.