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

Complete this sentence:

Fediverso
169 88 80

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    12 Views
    Warm up the fire! We're LIVE!Fireside Fedi - Episode 72 - David Revoy - Pepper & Carrot Web Comic#owncast #streaming #interview #fediverse #fedi #people #show #firesidefedi #FsFhttps://stream.firesidefedi.live
  • 0 Votes
    1 Posts
    6 Views
    You are going to eat a bagel with toppings on it. The toppings are mostly on the top side. Do you:#breakfast #bagel #poll
  • 1 Votes
    1 Posts
    9 Views
    I've been here for years and I still haven't cracked the Fediverse code.On Twitter I could post "eating cereal" and get 50 bot likes + one crypto bro following me. Here I can post a 30-second video of my cat trying to fight the vacuum cleaner with the caption "me when someone's instance federates with threads dot net" and… absolute silence. Not even a sympathy boost from the admin who literally pays for the server I'm yelling on 😭So please, someone finally explain the secret sauce: Do I need to switch my cat to a vegan gluten-free diet? Do I have to mention systemd negatively in every post? Or is the real trick sacrificing a Raspberry Pi to the old gods of ActivityPub?? #Fediverse #Mastodon #CatsOfMastodon #ActivityPub #SystemdHateClub #PleaseBoostImBeggingYou
  • 0 Votes
    1 Posts
    10 Views
    There are two big features in release v3.1.3 of Ktistec: auto-approve followers and a new image viewer.Auto-approve followers is conceptually simple ("the server automatically sends an Accept activity when it receives a Follow activity") but it required extensive changes to some of the oldest code in the codebase: the inboxes and outboxes controllers. I refactored inbox and outbox side-effect processing into independent services, which made it possible to support side-effects like auto-approve follow (and also auto-follow back), without having to go through the controllers.A more significant change for me personally was replacing the lightGallery image gallery (an external dependency) with my own implementation. It's not as slick, and not as full of features—I wrote it in two days—but it is fully free software, and that's important to me.AddedAdd admin page for managing OAuth access tokens.Add support for auto-approve followers. (fixes #26)Add support for auto-follow back.FixedPrevent triggering actor refresh when user is anonymous.ChangedReplace "lightgallery" dependency with custom image viewer.Set OAuth access token expiry to 30 days (previously expired after 24 hours).Refactor inbox and outbox processing into dedicated processor services.The OAuth changes set the groundwork for better support of the Mastodon API and the Fediverse clients that depend on it. Stay tuned!#ktistec #fediverse #activitypub #crystallang