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

If you just left Bluesky today to join or come back to Mastodon, welcome (back)!

Fediverso
57 32 127

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    9 Posts
    31 Views
    @gabboman @admin @Eeveecraft @jb I'm suspicious of them, but considering that I'm effectively connect via cell phone, I have my doubts that even if VPNs are real, they're going to do much for me
  • Just supported @bonfire campaign.

    Fediverso fediverse
    1
    0 Votes
    1 Posts
    26 Views
    Just supported @bonfire campaign. #fediverse needs some concrete steps forwards, a solid structure for communities, researchers, science, etc. We must get our backside off the sofa and do our best for the cause. https://www.indiegogo.com/it/projects/bonfire/community
  • 0 Votes
    3 Posts
    20 Views
    @argv_minus_one check the talk summary: https://www.sfscon.it/talks/build-your-own-timeline-algorithm/
  • 0 Votes
    6 Posts
    37 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.