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

We now have two t-shirt designs on our merch shop!

Uncategorized
31 25 3

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    6 Posts
    25 Views
    @edendestroyer It was bullshit then and it’s bullshit now. Zionism is – and has always been – a colonial, genocidal, and, furthermore, an antisemitic project.https://en.wikipedia.org/wiki/Zionism_as_settler_colonialismhttps://en.wikipedia.org/wiki/Zionist_antisemitism
  • Person-focused:

    Uncategorized mastodon focus
    2
    0 Votes
    2 Posts
    12 Views
    Person-focused:https://fediwall.social/?servers=mastodon.bsd.cafe&tags=&accounts=stefano@mastodon.bsd.cafe&hide=nsfw,replies,boosts,bots&title=stefano@mastodon.bsd.cafe+%E2%80%93+Fediwall&theme=auto&limit=50&interval=300― no boosts, no replies. That's an example for @stefano alone. There are numerous other possibilities. I should have thought of Fediwall a month ago, I had a mental block at the time: https://mastodon.bsd.cafe/@grahamperrin/115481754400533790#Mastodon #focus
  • 0 Votes
    3 Posts
    16 Views
    maikel@vmst.io what is there to talk about? ActivityPub is a decentralized and distributed protocol. Deletion is best effort and while the ideal use case would be instant deletion of your own content, everywhere, on demand, it's just not feasible. I sympathize, I really do, I just don't have any answers.
  • 0 Votes
    1 Posts
    18 Views
    Mastodon has a concept called "pinned statuses", which is a special collection attached to a Person actor. https://docs.joinmastodon.org/spec/activitypub/#featured It wasn't readily known how this collection is updated and federated (not without code achaeology), but claire@social.sitedethib.com recently shared some additional info :smiley: The actor itself will issue an Add activity targeting the collection with the status in object. This activity is sent to all followers of the actor. No activity is sent if the actor has no remote followers. A Remove is sent when a pinned post is unpinned. This is what the Add looks like: { "@context": "https://www.w3.org/ns/activitystreams", "type": "Add", "actor": "https://example.org/users/testUser", "target": "https://example.org/users/testUser/collections/featured", "object": "https://example.org/users/testUser/statuses/115266412340579560" } The corresponding Remove is identical except for type, which is of course, Remove.