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

Introducing #Hollo.


Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    0 Views
    Ooo, there's a Release Candidate for #Mastodon 4.5. I admit, I'm pretty excited for this one. https://github.com/mastodon/mastodon/releases/tag/v4.5.0-rc.1edit: Obviously not available on Fosstodon yet. They don't do non-stable releases.
  • 🆕 blog!

    General Discussion mastodon mastodonapi activitypub fediverse
    1
    0 Votes
    1 Posts
    8 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
  • 0 Votes
    1 Posts
    13 Views
    Be like toot.community!I’ve added you to the list of Mastodon servers that have publicly stated that they are safe spaces for Palestinians trying to survive Israel’s genocide.https://gaza-verified.org/guide/#serversThe list order is shuffled on every hit so as to encourage dispersion of Palestinians onto a wide range of servers to make it harder to target them with blanket blocks by those complicit in genocide.If you are the admin of a server that wants to help Palestinians during this genocide and want to be added to the list, please reply to this thread and let me know :)Thank you!💕#Gaza #Palestine #TootCommunity #Mastodon #fediverse #israel #genocide #famine #StopIsrael #StopTheGenocide #PalestiniansWelcome #FreePalestine https://toot.community/@support/115230134040665322
  • 0 Votes
    1 Posts
    10 Views
    Apologies in advance if I misrepresented anybody or missed any crucial bits of information. Jesse Karmani (jesseplusplus@mastodon.social), Ted Thibodeau Jr. (tallted@mastodon.social, and Julian Lam (julian@activitypub.space) in attendance Julian provided an update on adoption of FEP 7888 Both Piefed and Lemmy have adopted 7888, and will begin publishing resolvable context collections in their next release Jesse opened a PR to Mastodon, which received preliminary approval from Gargron@mastodon.social (ed. it was later merged, rolled back, updated, a new PR opened, which was then merged) This PR is the first of two planned pull requests. The first generates the outgoing context (the same as what Lemmy/Piefed have done recently) The seconds handles incoming contexts and backfills Jesse was asked whether it would conflict with existing reply-tree crawling methods, but the two are complementary. She expects additional discussion before the PR is opened. Julian noted that it would be helpful if statistics/analytics were gathered by the Mastodon team to see how conversation contexts and backfill works at scale; admits that existing implementations and testing has been small scale and may not reflect real-world usage. Julian noted that Lemmy's implementation (nutomic@lemmy.ml) does not paginate their resolvable context implementation. All objects are listed in one OrderedCollection Jesse noted that she followed Mastodon's pagination convention for collections. Context inheritance Julian asked for opinions on whether contexts were inherited in existing implementations. Notes that NodeBB inherits parent context, but checks further up the known parent chain for further contexts Julian admits that not everybody can and should do this, is also not sure anymore whether NodeBB actually does this. Julian notes the ideal implementation would be every object referencing their immediate parent, which would lead to the entire collection referring to the same context collection. Jesse: Decodon inherits immediate parent context only Ted: notes that this is a reinvention of inReplyTo Julian and Jesse note that there are marked differences between crawling the reply chain. A short discussion about how netnews and usenet handled reply chains was had. Julian notes that Lemmy will not inherit context. Every object will point back to its own server's context collection. This was a conscious decision by Nutomic as each instance is meant to consider its own representation of remote content as the canonical representation ActivityPub.Space Julian made a short shout-out to a new site called ActivityPub.Space, meant to be a hub for AP development discussions ("A federated space for ActivityPub discussions so that they don’t just get lost in ephemeral replies") A short double-back to NNTP and how they approach "eventual consistency" Ted: “Cloud of NNTP servers are all hosts of articles and replies.” Strictly speaking it’s not a reply tree as replies can be inReplyTo multiple parents