Spacc BBS Spacc BBS
    • Categorie
    • Recenti
    • Tag
    • Popolare
    • Mondo
    • Utenti
    • Gruppi
    • Registrati
    • Accedi
    La nuova BBS è in fase Alpha. I post precedenti al 22 luglio 2024 potrebbero non essere trasferibili, ma rimarranno disponibili per la lettura su /old/.

    What’s bad about it?

    Pianificato Fissato Bloccato Spostato Uncategorized
    9 Post 6 Autori 5 Visualizzazioni
    Caricamento altri post
    • Da Vecchi a Nuovi
    • Da Nuovi a Vecchi
    • Più Voti
    Rispondi
    • Topic risposta
    Effettua l'accesso per rispondere
    Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
    • ? Non in linea
      Ospite
      ultima modifica di

      What’s bad about it? It gives read access to their entire server, gives access to followers-only and mentioned-only posts, not just public posts.

      I don't see what I can do about Mastodon's security issue in #FediBuzz. I was hoping the Mastodon people were using the time to make permissions more fine-grained instead of sabotaging useful services that simply help supporting decentralization.

      I have added relay client functionality a year ago, subscribing to many of the other public relays. However, the resulting throughput is at 0.1 posts/s which is really poor compared to the 10 posts/s we get from the public federated timelines. Implementing it was wasted time but it totally validated the client API approach. I wonder why that is still recommended by operators of big servers as they don't seem to bother joining relays at all, otherwise there would be much more traffic.

      Please stop telling me "you are doing it wrong." Posing as a person who wants to control a social network has strong Elon vibes. It will make me look into Bluesky and Nostr eventually where firehose feeds are public for everyone.

      julian@community.nodebb.orgJ 1 Risposta Ultima Risposta Rispondi Cita 0
      • ? Non in linea
        Ospite
        ultima modifica di

        I'm creating this topic for discussions about Fediverse relays: sharing technical notes, discussing implementations, documentation collaboration, and so on. The goal is to create an FEP to document the relay-related status quo to help other developers who need relay support (building a server that uses a relay, building a relay, etc.).

        AFAIK, there are two relay protocols for the Fediverse, the Mastodon relay protocol and the LitePub/Pleroma protocol. I don't know how much interop there is between them or if relays must do some normalization based on the type of relay client. I'm still investigating that topic.

        I've been studying the Activity Relay (Go) implementation and @trwnh has been looking into pub-relay (Crystal). Are there other common relay implementations we should review? The relay protocols and behaviors will probably vary a bit depending on the implementation so it would be nice to have decent coverage of the variants.

        I've started creating a small relay implementation in Python for educational and testing purposes.

        /cc @bumblefudge

        devnull@socialhub.activitypub.rocksD 1 Risposta Ultima Risposta Rispondi Cita 0
        • devnull@socialhub.activitypub.rocksD Questo utente è esterno a questo forum
          devnull@socialhub.activitypub.rocks @Ospite
          ultima modifica di

          May I ask why this FEP is finalized? There haven’t been any implementors (except for Fedify, above?) who have submitted comments about this.

          I’m attempting to implement Litepub-style relay consumption as per this FEP, and there is no guidance on what state is supposed to be, besides being hardcoded pending when sending the follow, and cancelled when Undoing.

          silverpill@mitra.socialS 1 Risposta Ultima Risposta Rispondi Cita 0
          • silverpill@mitra.socialS Questo utente è esterno a questo forum
            silverpill@mitra.social @devnull@socialhub.activitypub.rocks
            ultima modifica di

            @devnull The state property is not necessary. I send regular Follow and Undo activities, that works.

            May I ask why this FEP is finalized? There haven’t been any implementors (except for Fedify, above?) who have submitted comments about this.

            There were no objections. FEP process doesn't require implementations, a rough consensus is enough for finalization.

            sun@shitposter.worldS 1 Risposta Ultima Risposta Rispondi Cita 0
            • sun@shitposter.worldS Questo utente è esterno a questo forum
              sun@shitposter.world @silverpill@mitra.social
              ultima modifica di

              @silverpill @protocol @devnull if the state property isn't defined in any json-ld context won't that make validation fail if anyone bothers to do it?
              silverpill@mitra.socialS 1 Risposta Ultima Risposta Rispondi Cita 0
              • silverpill@mitra.socialS Questo utente è esterno a questo forum
                silverpill@mitra.social @sun@shitposter.world
                ultima modifica di

                @sun In the JSON-LD playground, a property that is not defined in @context results in a "blank node". I don't know how bad that is, but at least it doesn't throw an error.

                sun@shitposter.worldS 1 Risposta Ultima Risposta Rispondi Cita 0
                • sun@shitposter.worldS Questo utente è esterno a questo forum
                  sun@shitposter.world @silverpill@mitra.social
                  ultima modifica di

                  @silverpill @protocol I read more about it and apparently it's never supposed to throw an error because it will just be assumed to be resolveable against the base vocabulary, so it some kind of problem but not a parsing one and can be ignored
                  1 Risposta Ultima Risposta Rispondi Cita 0
                  • julian@community.nodebb.orgJ Questo utente è esterno a questo forum
                    julian@community.nodebb.org @Ospite
                    ultima modifica di julian@community.nodebb.org

                    I'm putting in notes as I'm attempting to implement a relay subscription following the Litepub-style.

                    Asserting the relay server actor proved problematic as subject as provided by the relay is missing the scheme acct:.

                    1 Risposta Ultima Risposta Rispondi Cita 0
                    • Primo post
                      Ultimo post