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
    13 Views
    They're DDoS-attacking piefed.socialPiefed.social is having a denial of service attack.They're suggesting to backup your community subscriptions to avoid hassles if the instance might be shut down.#DDoS #piefed #hacking #hacker #hack #attack #backup #lemmy #fediverse
  • Hi people,

    Fediverso fediverse wsocial
    6
    0 Votes
    6 Posts
    29 Views
    Guest?
    @janvlug currently, it's 💯 Bluesky but just with another logo. Follow @_elena 🙂
  • 0 Votes
    14 Posts
    24 Views
    ok yeah. we don't have the follower thing is I think the main thing. Which I could totally see being added. It should essentially be the same as subscribing to a community. The trust cafe thing is great though as it has a 0 to 100 sorta percent rating system so 100 is like subscribing/following and 0 would be like blocking and the numbers in between sorta give more nuance. I believe the way it works everything not rated is treated as 50.
  • 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.