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

Hi #fediverse.

Fediverso
247 213 9

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    2 Views
    Guest?
    @Mastodon launched 10 years ago as another contribution to the #Fediverse! As soon as they arrived, we federated with them through the predecessor of #ActivityPub, called #OStatus. Learn more about the history here.Since then, the Mastodon project has grown a lot and brought many new users to the Fediverse. We offer our warmest congratulations! ๐ŸŽ‰
  • 0 Votes
    1 Posts
    7 Views
    Oh, I've been busy and missed this news the other day - MLH acquired DEV. I'm a fan of @jonmarkgo at MLH and Ben and team at DEV, and this could be a good combination. Naturally, I'd also encourage them to consider that the future is open and that there's a vibrant developer community in the #Fediverse... ๐Ÿ™‚ Forem/DEV would be great with ActivityPub!https://dev.to/mlh/the-future-of-software-has-a-lot-more-builders-theyre-going-to-need-a-home-1k65
  • 0 Votes
    1 Posts
    12 Views
    @Gargron what a step! thank you so much for helping shape the #fediverse into what it is today, it simply wouldnโ€™t be the same without your work on #mastodon.https://blog.joinmastodon.org/2025/11/my-next-chapter-with-mastodon/ Maybe I wouldnโ€™t have even started working on #ActivityPub for #WordPress if you hadnโ€™t, in a way, pushed me toward it, even if indirectly ๐Ÿ™‚https://notiz.blog/2019/08/16/farewell-ostatus/
  • 0 Votes
    1 Posts
    11 Views
    The major feature in v3.2.0 of Ktistec is thread analysis. The previous release, v3.1.2, added support for viewing threads from Lemmy communities. I follow the Open Source community, which leads to many large threads. The thread on FFMpeg and Google has 112 posts and is still growing.Thread analysis helps me navigate these extensive conversations. It includes: top contributors, a timeline histogram, and notable branches.The analysis applies several heuristics to identify interesting branches of the main thread. โ€œInterestingโ€ is subjective, but the algorithm currently looks for sudden bursts of activity and highlights those areas. Ktistec uses this to create a table of contents that links directly to those branches. Clicking on one of these links takes you to a branch-only view that focuses on the selected part of the thread.It's fastโ€”I anticipated needing to cache analyses, but analyzing a thread with over 400 posts takes only about 50 milliseconds on my production server.Figure 1: Screenshot of the final design. Notable branches link to subsets of the thread.This release also addresses an object visibility regression that was introduced in a previous version.Full ChangelogAddedThread analysis that displays key participants, a timeline histogram, and notable branchesNew MCP tools: analyze_thread and get_threadFocal point rendering support for image attachmentsFixedRegression in object visibility affecting replies to threadsChangedEnhanced MCP tool details for likes, dislikes, and announcesImproved cookie security.#ktistec #fediverse #activitypub #crystallang