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
    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
    15 Views
    Week in Fediverse 2025-10-31Servers- Mitra v4.12.0- Manyfold v0.127.0- snac v2.84- Ktistec v3.1.2- Misskey v2025.10.2- Mastodon 4.5 for Developers- Atlas: A social mapping app that lets you post geolocated notes on the FediverseClients- Pachli v3.1.0- Mastodon for iOS v2025.07- NeoDB You v1.0.5- Thunder v0.8.0Tools and Plugins- feed2fedi v3.3.0- Poduptime v5.5.6For developers- NGI0 Progress report #0 (GoActivityPub)Articles- Fediverse instances on weird hardware, networks and operating systems- There is One Fediverse. There are a Million Pickleball Courts.- A Mastodon Migration From Bluesky Would Be Different- How *you* (librarians and those working in publishing, law, and government) should use ActivityPub and Why- Fediverse Report โ€“ #141-----#WeekInFediverse #Fediverse #ActivityPubPrevious edition: https://mitra.social/objects/019a17cf-e370-2278-c196-713c73e5cdea
  • 0 Votes
    1 Posts
    16 Views
    Video: Media Empire TrailerAndy's Video Pub | original post: https://video.andyrush.net/video/media-empire-trailer/#ActivityPub #Fediverse #ReclaimOpen2025
  • 0 Votes
    6 Posts
    40 Views
    In general that's a good idea because you should never trust content coming from somewhere else (even in an S2S context) For reference, NodeBB literally sanitizes the bejeezus out of what it gets from anywhere. All classes are removed, all attributes are removed. I want it as close to semantic HTML as possible, and classes/attributes mean absolutely nothing because: I don't use the same CSS classes Attributes may not follow my own rules for when and where they are added. For example, Mastodon messes with any URL it federates out. It chops the anchor text in half, hides the rest behind invisible or something, and adds an ellipsis. invisible does something different in NodeBB, so there is a CSS conflict here. I strip everything and just show the URL as it was intended.