this post was submitted on 01 May 2026
62 points (83.0% liked)

Fediverse

41849 readers
359 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

I did some analysis of the modlog and found this:

V8lPrxY1qxcISLe.png

Ok, bigger instances ban more often. Not surprising, because they have more communities and more users and more trouble. But hang on, dbzer0 isn't a very big instance. What happens if we do a ratio of bans vs number of users?

vyfUNYTrX9pHQeR.png

Ok, so lemmy.ml, dbzer0 and pawb are issue an outsized amount of bans for the number of users they have... But surely the number of communities the instance hosts is going to mean they have to ban more? Bans are used to moderate communities, not just to shield their user-base from the outside. Let's look at the number of bans per community hosted:

Yrc7TofOr88SeGt.png

Seems like dbzer0 really loves to ban. Even more than the marxists and the furries! What is it about dbzer0 that makes them such prolific banners?

Raw-ish numbers and calculations are in this spreadsheet if anyone wants to make their own charts.

you are viewing a single comment's thread
view the rest of the comments
[–] db0@lemmy.dbzer0.com 11 points 5 hours ago* (last edited 5 hours ago) (5 children)

We have dedicated anti ai trolls who go and get banned from dozen of genai comms, make alts then go and get banned again. We have serial harassers who make dozen of accounts and go and spew bigotry. Your methodology is so flawed, it's laughable. Did you even check the age of the accounts being banned?The amount of comments? The amount of downvotes? Cross-reference with other instance bans? Check if their own instance banned them? Did you have any amount of rigor before throwing out your half-assed conclusions?

There's lies, damn lies, and statistics...

[–] snooggums@piefed.world 1 points 1 hour ago

We have dedicated anti ai trolls who go and get banned from dozen of genai comms

This is skewed by the mods who just ban people from their dozens of AI slop communities for a couple downvotes for stuff that came through the All feed.

[–] rimu@piefed.social 16 points 4 hours ago (1 children)

Average age of accounts being banned, grouped by instance:

image

SELECT
    i.domain AS instance,
    AVG(EXTRACT(EPOCH FROM (NOW() - u.created)) / (60*60*24)) AS avg_account_age_days
FROM mod_log ml
INNER JOIN "user" u ON ml.target_user_id = u.id
INNER JOIN instance i ON u.instance_id = i.id
WHERE ml.action = 'ban_user'
AND i.domain IN ('lemmy.ml', 'lemmy.dbzer0.com', 'lemmy.world', 'piefed.social',
        'lemmy.blahaj.zone', 'pawb.social', 'lemmy.ca', 'sh.itjust.works',
        'lemmy.zip', 'feddit.org', 'programming.dev', 'discuss.tchncs.de',
        'sopuli.xyz', 'lemmy.today', 'slrpnk.net', 'beehaw.org', 'jlai.lu')
GROUP BY i.domain
ORDER BY avg_account_age_days DESC;

lemmy.dbzer0.com is towards the young side but not really out of the ordinary. It's the instances like lemmy.today, lemmy.zip and piefed.social that are unusual.

[–] rimu@piefed.social 15 points 4 hours ago* (last edited 4 hours ago)

Average number of downvotes (lower attitude is a higher ratio of downvotes to upvotes. Always 1 on instances with no downvotes) when banned:

img

dbzer0 has 0.68 which is the same as lemmy.world or lemmy.ca.

[–] Grail@multiverse.soulism.net 10 points 4 hours ago

We have dedicated anti ai trolls

What even is an "anti ai troll"? Is Big John Connor paying people to go to your instance and downvote AI posts? Or is it just a made up buzzword you use to legitimise banning people for downvoting stuff they don't like?

[–] Flatworm7591@lemmy.dbzer0.com 6 points 4 hours ago (2 children)

It's also at least partially explained by the fact we frequently take ban actions for reports of transphobia, or of zionism, for example. Whereas that only sometimes happens on the bigger instances who tend to draw their lines in different places, to put it delicately.

[–] eugenevdebs@lemmy.dbzer0.com 7 points 3 hours ago (2 children)

"But it's anti free speech to let people spew hate speech! You're just ban happy!"

[–] Flatworm7591@lemmy.dbzer0.com 6 points 3 hours ago (1 children)

They forget we are federated with hexbear too. That probably accounts for quite a few of them! lmao

[–] Grail@multiverse.soulism.net -2 points 3 hours ago* (last edited 3 hours ago) (1 children)

Why don't you just not federate with authoritarians? Why tolerate authoritarianism when you're supposed to be anarchists?

[–] Loco_Mex@sh.itjust.works 2 points 2 hours ago* (last edited 2 hours ago) (1 children)

You used to be a member there, making multiple alt accounts after each would eventually get banned didn’t you DroneRights/Dragon Rider?

Also iirc you recently said you would like to work alongside fascists, did you not?

[–] Grail@multiverse.soulism.net 1 points 1 hour ago

I'm not either of those people and I don't want to work with fascists.

[–] Fu@hostux.social 3 points 3 hours ago

@eugenevdebs the freedom of association includes the freedom to not associate.

[–] Grail@multiverse.soulism.net -3 points 3 hours ago (1 children)

If it's about transphobia, why does blahaj have so many fewer bans than you? They're not zionists either.

[–] mrdown@lemmy.world 3 points 3 hours ago

3 bannable type of comments was mentioned and you only focused on one. blahaj do not have political communities and it is not pro AI to have bots downvoting AI

[–] Aatube@kbin.melroy.org 8 points 5 hours ago (1 children)

as devil's advocate i don't think account karma should be a factor. downvotes would only be an extension of how exclusionary the instance is. dbzer0's moderation is quite democratic, after all

[–] hendrik@palaver.p3x.de 6 points 5 hours ago* (last edited 4 hours ago)

Yeah, It's a weak point anyway. While the graphs aren't detailed research, there's also no reason to believe dbzer0's perspective on the same network includes 8 times as many new users as LW for some reason. Or all the users in their communities have 8x worse karma for some external reasons. So we probably need further research.