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
108 66 1

Gli ultimi otto messaggi ricevuti dalla Federazione
  • @smallcircles No, I love ghosts, they have the coolest stories, and I don't have to deal with those pesky living people with their racism and their hate.
    I also love villages, they're livable, they're walkable and the only real problem is being stuck out in the middle of nowhere, and that downside doesn't really apply online.
    And bustling: Every place is full of people I want to hear from.

    I don't have the time to hear from all of them, but that's just the FOMO speaking.

    read more

  • @androcat aha, do you mean you find it hard to get information and connections around your interest areas?

    read more

  • @maikel that is a great list of points. I won't boost, or you get more of what you don't want, but you might consider filing a fediverse idea..

    https://codeberg.org/fediverse/fediverse-ideas/issues

    Some of these can be mitigated by nurturing cultural habits.

    > 6. The worst one: people use other names instead to call them so filters don't work.

    This one in particular. Besides references to toxic people you see it too with folks saying Gaggle, GMAFIA, Farcebook, etc.

    Often these names are used in someone's "activism package", but using them is imho more performative to an existing in-group than that they constructively appeal to others and persuade them to join the good cause.

    I posted something related to this today. See CALM culture in..

    The acronym also litterally means that our social media culture becomes calmer, and there's better separation to where there's activism, and where the natural talk of the town.

    https://social.coop/@smallcircles/116158937812802335

    read more

  • @smallcircles Cosy neighbourhood in a bustling city.

    read more

  • @smallcircles Bustling ghost village ftw

    read more

  • @smallcircles meadow where old man yells at clouds

    read more

  • @smallcircles

    ...to guess what's on a picture, and add it, so when you tell them "I'm not interested in Trump" it actually filters him forever.

    read more

  • @smallcircles the problems are
    1. Pics of Trump face with no trump text, so filters don't work.
    2. Pics of Elon face with...see point 1. Like that all other US rage-producing club of billionaires or MAGAs.
    3. Using tags as "USpol" requires manual intervention, nobody does.
    4. Mastodon follows BOOSTS of whoever you add by default, instead of making those opt-in
    5. People don't use alt-text so filters at least filter Trump face becaus eof the alt-text.
    6. The worst one: people use other names instead to call them so filters don't work.

    What commercial media gets right:
    1. They have the power to guess...

    read more
Post suggeriti
  • 0 Votes
    1 Posts
    12 Views
    ⚠️ Please update your siteWe frequently observe numerous sites across the Fediverse running very outdated versions of Mastodon or Misskey. Some sites are even using versions over a year old.Software updates include not only new features but also critical security fixes. To keep your site secure and stable, ensure you always use the latest version.#Mastodon #Misskey #Fediverse #ActivityPub #PixelFed #PeerTube #Loops #InfoSec #Security #InfoSecurity
  • 0 Votes
    1 Posts
    14 Views
    This is an extension of the discussion from Topic removal from a category/community. In it, rimu@piefed.social shared the Lemmy federation primer which details that Delete(Object) is federated whenever a post is removed from a community. I needed a way to communicate when a topic/context (not the top-level post) is removed from a category/audience, but is not deleted. You might ask — how is removing a context different from deleting it? In this case, a removed context still exists and is still resolvable. A context can removed from an audience in NodeBB. Note that Lemmy and Piefed don't have a concept of an audience-less context, so if a context is removed from an audience, it would simply be deleted. No additional logic required. Anyhow — when a topic is moved into Uncategorized (which is a catch-all bucket for... you guessed it, uncategorized content), NodeBB will federate a Remove. It looks something like this: { id: '#activity/remove/', type: 'Remove', actor: '', to: [], cc: [, object: '', origin: '', } This is live on activitypub.space already. This goes hand-in-hand with topic moving, which would follow similar mechanisms, except it'd be a Move instead of a Remove. I will likely write an FEP with technical details for both Remove and Move, and will include existing behaviours (Delete(Object)) as well.
  • 0 Votes
    11 Posts
    32 Views
    @patrick thanks, I'll look into it.
  • 0 Votes
    2 Posts
    20 Views
    @box464 we started drafting a section on "how do boundaries federate" in this document: https://docs.bonfirenetworks.org/boundaries.htmlThe short story is we interoperate with Mastodon's newly introduced canQuote and and GoToSocial's canReply/canLike/canAnnounce for general boundaries like only follows can reply or everyone can quote, and for everything else it's enforcement at the level of your instance (e.g. "basically just drop replies you don't want"). Feedback on that and on the docs as well is more than welcome!