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
    3 Posts
    11 Views
    @pocketvj I've liked Friendica for that purpose so far. Of the various Fedi options I have tried it is closest in functionality. It lets you have granular control of who can see or interact with your posts, lets you organize your contacts, can make long posts if you want of like 200k characters, supports making groups, also has a nice rss feature where you can add rss feeds as if they were a contact so they show up in your timeline and can be easily reshared.Features it has that are better than facebook are: no ads, no algorithm randomly hiding your friends posts, can be self hosted so you control the moderation (no more random post going missing for reasons you cant figure out), can organize your timeline by subject matter in addition to by who's posting (you can create and organize saved filters by keywords and hashtags and other parameters to create multiple kinds of timelines), has an option to pick from different UI styles (there's a green style one that I love, it's so peaceful and relaxing), and ability to bridge to follow and post with people other social networks too, even ones beyond ActivityPub. And my favorite: an optional anti doomscrolling feature, you can choose "pagination" instead of infinite scroll.Differences anddisadvantages: At first your timelines are quiet until you start following more people because there's no Meta force injecting "suggested posts" at you constantly. Timeline may also be more quiet than you're used to because it doesnt have addictive UI tricks to keep people scrolling 24/7 (but if you struggle with addiction this is a benefit. I regained hours of my week back). Because it's built by volunteers the default UI isnt as slick. I recommend going in the display settings and using the "bookface" display option which makes it more close to how facebook looks. It lets you control more stuff than Meta does, and some people get intimidated by having so many settings options. Because it's not an invasive privacy predator, it's slightly harder to just look up people you know, no one is required to use a real name, so I recommend joining with a few other folks you know so you can hang out together as you start off.
  • RCS

    Uncategorized rcs sms activitypub
    2
    0 Votes
    2 Posts
    13 Views
    @julian it uses MLS, doesn't it?
  • 0 Votes
    1 Posts
    18 Views
    I'm now on Loops as user spaceotter@loops.video The new app for this social media site is slated for release some time this week, maybe Halloween šŸŽƒ, or possibly in November. #loops #spaceotter #activitypub
  • 0 Votes
    2 Posts
    25 Views
    @kaleb I am in the middle of refactoring the Retejo and related code.go-activityhtml will deal with converting HTML to application/activity+json(I am still in the middle of the refactor though.)