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

Bonfire shared inbox usage

Technical Discussion
5 3 20

Gli ultimi otto messaggi ricevuti dalla Federazione
  • @haitchfive

    I don't think it was me, but — it seems interesting.

    https://github.com/ha1tch/quertfy

    .

    read more

  • @reiver Did you and I discuss queryfy a while ago, or was it one of my other projects?

    Just wondering whether I owe you a heads up since queryfy has been bumped up to v0.3.0

    read more

  • With ActivityPub / ActivityStreams...

    To me, it feels like there should have been something that is a common parent of both 'Object' and 'Link'.

    That just had the "name", "nameMap", and "preview" fields (along with "id" and "type, of course) — since that is what 'Object' and 'Link' share in common.

    I'll just call this common parent: 'Entity'.

    ...

    It could have even been an opportunity to talk about how to handle unknown types.

    read more

  • @soapdog@toot.cafe hmm... just thinking aloud here.

    You posit in another post that the network effects inflate exponentially:

    > Push models are resource hogs that approach exponential growth in a large network like the fediverse

    That's not true. If you post a message then it sends a copy to each follower. That's linear growth. If you collapse recipients via shared inboxes you can reduce that further.

    If you're referring to the torrent of requests that happen if your post is shared (the "thundering herd" problem) then that's actually a PULL happening from those requesting instances!

    Secondly, in a pull model of AP, you would need to continually poll servers of all your followers so as to approach a real-time effect. You'd be polling servers over and over again, and many of them would have nothing new, with so much wasted traffic.

    If your expectations include semi real-time updates, the push model is much more performant, in my humble opinion.

    read more

  • @evan @mariusor @silverpill i think we probably need to revisit the user story of creating multiple objects at once, or more accurately, the user story of minting and binding multiple identifiers at once.

    read more

  • read more

  • @evan @mariusor @silverpill re: ids though the RDF ecosystem (and jsonld) doesn't use "null", it uses blank node identifiers (those prefixed with _: are special cased by the prefix expansion algorithm). this can allow for "transient" activities or "anonymous" objects (and the graph data model auto assigns _:b1, _:b2 and so on when "id" is missing; the canonicalization algorithm assigns _:c14n0 and _:c14n1 and so on)

    this is maybe not the best way to create replies collections though...

    read more

  • @evan @mariusor @silverpill although note that i think nightpool is of the opinion that POSTing a non-activity to the outbox is an at-risk behavior and should be deprecated, because the "implicit Create" behavior has to somehow know whether or not the body of the POST is an Activity or not, and we never actually define how to know this, so it is too likely that the server will accidentally wrap activities in a Create if some inference fails.

    read more
Post suggeriti
  • 0 Votes
    1 Posts
    9 Views
    Week in Fediverse 2026-01-23Servers- stegodon v1.6.0- Wafrn v2026.01.04- Gush v0.0.28- Bonfire v1.0.1- Mastodon v4.5.5- BadgeFed v0.0.2- snac v2.89- GoToSocial v0.20.3- Vernissage Server v1.29.0- Loops v1.0.0-beta.8- PieFed v1.5.3Clients- Kimis v1.22.184- Aria v1.4.1- Blorp v1.10.2- Loops Mobile App v1.0.1.21Tools and Plugins- ActivityPub Web Application Firewall-----#WeekInFediverse #Fediverse #ActivityPubPrevious edition: https://mitra.social/objects/019bc8ef-5fcd-5b01-afc5-0d5fbd0db61e
  • 5 Votes
    39 Posts
    140 Views
    @picozGrazie, infatti me l'hanno già segnalata.Però appunto è dedicata alla comunità dell'Istruzione e della Ricerca, cioè non è generalista.@francescocapaldini @socialnetwork
  • 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.
  • 0 Votes
    1 Posts
    7 Views
    #ehLabs for you feed algorithm seems pretty decent now. Definitely better than Mastodon, not as good as Threads. But Threads isn’t a fair comparison because #ActivityPub events aren’t in their main algo and are relegated to a sub menu of following feed.