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
  • @julian@fietkau.social

    Moved Uncategorized activitypub fediverse webfinger
    3
    0 Votes
    3 Posts
    9 Views
    @nick Mit anderen Worten: https://wrong.webfinger-canary.fietkau.software/canary ist die ActivityPub-ID des Accounts, @​ canary​ @ correct.webfinger-canary.fietkau.software ist das Handle.Ich hab mir das auch nicht ausgedacht, ich mache bloß Werbung dafür. 😄 Vielleicht hilft dir Mastodons Beschreibung: https://docs.joinmastodon.org/admin/config/#web_domainGetestet habe ich das teils mit eigenen Accounts, teils durch Nachfragen bei Freunden.Ansonsten noch Fragen? Bin gespannt auf deine Implementation!
  • Our Friendica is struggling.

    Fediverso friendica fediverse askfedi fedi
    1
    0 Votes
    1 Posts
    11 Views
    Our Friendica is struggling. We get a lot of 502 Bad Gateway (nginx). CPU is at 100% all the time eaten by Friendica. This has happened after the update to the latest Friendica stable. It seems that there are many processes happening in the database.The post-user table has 64,135,238 rows...I suspect this is an issue. I am not sure if Friendica is reindexing or doing something now after the update...But needs investigation...sorry for that..Any tips welcomed!#friendica #fedi #askfedi #fediverse
  • 0 Votes
    10 Posts
    25 Views
    @gumnos @stefano 100% true!
  • 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