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

Deleting a post vs deleting an entire comment tree

Technical Discussion
65 15 69

Gli ultimi otto messaggi ricevuti dalla Federazione
  • @reiver i think the disjunction between Object and Link was actually unnecessary. https://github.com/w3c/activitystreams/issues/666

    i also think there's too much emphasis on types when there really shouldn't be -- it's the *properties* that you end up using almost all of the time. pretty much the only types that actually matter are the Activity types (because you can't infer those).

    read more

  • @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
Post suggeriti
  • 0 Votes
    1 Posts
    9 Views
    #askfedi #peertube #makertube #spectravideo #activitypub #fediverse I've recently been trying to remote follow some accounts from my own peertube instance from https://makertube.net and https://spectra.video and at first it seems as though it's successful, but shortly after the subscription disappears.Is anyone else having this issue?
  • 0 Votes
    6 Posts
    16 Views
    Yes. If no one on, say, mastodon.social is following you then none of your posts will show up in the global timeline there or in searches or in hashtags. Also if you have few followers your posts will receive few boosts so hardly anyone will follow you. So we end up with a handful of wildly popular accounts dominating the conversations which mostly happen on the big instances. Centralised power. Bad. The threadiverse solves this. People don't follow other people, they join communities and it's their membership that determines where the federation traffic goes. So nearly every instance has all the conversation and everyone is on an equal footing.
  • 0 Votes
    1 Posts
    10 Views
    Moin,aus aktuellem Anlaß, auf den ich später noch mit mehr Details zurückkommen will, darf ich (noch) einmal auf mein Projekt eines eigenen #Fediverse-Servers namens #Mammuthus hinweisen, in den ich demnächst mehr Zeit investieren will.Dazu sei auch auf vier auf #Mammuthus laufende Accounts meinerseits hingewiesen, die ich in Zukunft hoffentlich auch aktiver mit sinnvollen Beiträgen bestücke... :-)@nick@hhmx.de ⚫ Mein allgemeiner Account auf meiner als Single-Account-Instanz genutzten Umgebung, die in der Regel als erstes eine neue #Mammuthus-Version einsetzt, sobald sie aus meinem Labor kommt... ;-)@nick@mammuthus.de ⚫ Auf diesem Account schreibe ich technische Punkte (auf Deutsch und Englisch) bezüglich #ActivityPub & Co.@nick@rahlstedt.de ⚫ Mit rahlstedt.de, rahlstedt.biz und rahlstedt.social will ich meinen Stadtteil ins #Fediverse bringen... Details zur Entwicklung, ggf. auch Umfragen zwecks Meinungseinholung in Bezug auf meine lokalen bzw. regionalen #Hamburg-#Rahlstedt-Aktionen hier...@nick@rahlstedt.social ⚫ Auch lokal... ein bißchen persönlicher...Mehr demnächst...Wem Unstimmigkeiten oder Probleme mit o.g. Accounts (und/oder den sie betreibenden Instanzen) auffallen, bitte gern an mich durchmelden. Mit Details & Co.Notfalls an meinen #Mastodon-Account @nick@norden.social (der bleibt als Backup und langjähriger fediversaler Account natürlich bestehen).Soweit erst einmal,einen schönen Abend in die fediversale Runde!The Future Is Federated
  • 🆕 blog!

    General Discussion mastodon mastodonapi activitypub fediverse
    1
    0 Votes
    1 Posts
    20 Views
    🆕 blog! “Getting started with Mastodon's Quote Posts - technical implementation details for servers”Quoting posts on Mastodon is slightly complex. Because of the privacy conscious nature of the platform and its users, reposting isn't merely a case of sharing a URl.A user writes a status. The user…👀 Read more: https://shkspr.mobi/blog/2025/10/getting-started-with-mastodons-quote-posts-technical-implementation-details-for-servers/⸻#ActivityPub #fediverse #mastodon #MastodonAPI