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
    3 Views
    #Museums in the Fediverse: Experiments with #Tainacan, #ActivityPub, and WebSocial"The crucial decision is between the policy that defends the common interest and deliberately favors the emergence of new digital institutionalities on the network, and the blind policy that, through inaction, allows the evolution of the digital environment to occur randomly, at the whim of the interests of large foreign technology companies."https://josemurilo.com/2025/12/05/museums-in-the-fediverse-experiments-with-tainacan-activitypub-and-websocial/
  • 0 Votes
    1 Posts
    15 Views
    Just had dinner – Manchurian and Noodles. My brother’s exams got over today so a party of sorts. Tomorrow we have a ritual at home so wondering how it will all go as it will be fully packed and the meal prep has already started for tomorrow. By 3 pm I will be free. This morning felt a bit cold like again but not very much. Ugh! The weather! I hope it fades away quick whatever it is – the remaining. Tomorrow there are going to be ladies arriving for Pooja and then all family members to pray to goddess. I find all of the jazz so overwhelming and tiresome lord. I just want to rest and chillax. But obligations etc. Ugh! I hope strings of moments will pass through and I’ll be in Monday awaiting the November months weekend …Le sigh! I did my new moon journaling today. Late but did it. Tried to get off AI features on gmail etc and had lots of emails in my inbox stacked. Unsubscribed to tons! What the hell is going on with giant companies. Holy cow!
  • 0 Votes
    11 Posts
    78 Views
    @evan @phi > We have some ad hoc ways to move from one to the other, but they aren't built into the SMTP or IMAP specsyes they are, though? in IMAP, you can just copy your messages and folders from one inbox to another. in SMTP, we have email forwarding.using your own DNS name can make things easier, but the main challenge in fedi is that we don't have a common storage/access abstraction (equivalent to IMAP folders), and we don't recognize HTTP redirects (equivalent to SMTP forwarding).
  • 0 Votes
    12 Posts
    17 Views
    @silverpill @scott @phnt sounds good - like I said, the licensing is totally up to you!personally, I prefer permissive licenses over copyleft stuff in all my projects. for me, it's a lot of extra work + research time that isn't on the codebase...note that, in Rust, it's sometimes *a lot* of extra work, so do be mindful that you might limit adoption and widespread usage. if that's what you're aiming for (in terms of corporate/private usage), it's probably a good pick! :Dyou might also provide a dynamically linked MIT wrapper w/ `cargo-add-dynamic`. just saves everyone some time lol https://crates.io/crates/cargo-add-dynamic