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
    5 Posts
    24 Views
    @stegodon wow
  • Hi #fediverse!

    Fediverso fediverse activitypub moderation flag report
    1
    0 Votes
    1 Posts
    13 Views
    Hi #fediverse! I'm working on Hackers' Pub, a small #ActivityPub-powered social platform for developers and tech folks. We're currently drafting a content #moderation (#flag/#report) system and would really appreciate any feedback from those who have experience with federated moderationβ€”we're still learning. Some ideas we're exploring: Protecting reporter anonymity while giving reported users enough context to understand and improve Graduated responses (warning β†’ content removal β†’ suspension) rather than jumping to bans Using LLM to help match reports to code of conduct provisions Supporting ActivityPub Flag activity for cross-instance reports Our guiding principle is that moderation should be about growth, not punishment. Expulsion is the last resort. Here's the full draft if you're curious: https://github.com/hackers-pub/hackerspub/issues/192. If you've dealt with moderation in federated contexts, what challenges did you run into? What worked well? We'd love to hear your thoughts.
  • 0 Votes
    1 Posts
    12 Views
    How can I make mastodon automatically load new replies instead of waiting for me to click a button?#mastodon #fediverse #askfedi
  • 0 Votes
    2 Posts
    14 Views
    I've been looking into how to accomplish this too... because it is a UI/UX problem and I am very bad at designing user interfaces. Mixing them like so works, although it's hard because then it minimizes the size of topics (since it is just the title.) It means microblog content get a bit of a UI boost due to on screen size. Limiting the max height of microblog posts and showing a snippet of the threaded content OP is another way, but that makes the page more feed-like and less of a "topic listing", which isn't always the way to go either. For reference, NodeBB also mixes threads and microblog posts. We do this by generating a title from microblog posts. It's not the best solution either.