this post was submitted on 30 Jan 2026
84 points (93.8% liked)

Fediverse

42030 readers
101 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
 

Edit about the 4chan image blocking, I asked Rimu directly:

I wrote a long message about how that checkbox only notifies about federated posts.

So the difference is for local posts it blocks the creation of the post entirely, but for federated posts it just notifies the admin.

https://chat.piefed.social/#narrow/channel/3-general/topic//near/10529

-- Original message:

https://codeberg.org/rimu/pyfedi/src/commit/b168820a089ff6e835059f0d806f81b612987a79/app/models.py#L3513

A few people in the other thread assumed that it was required to fork the code to disable those filters. That's not the case, the filters can be configured, and are off by default.

To hide the reputation system, here's a line of CSS that admins can add in the admin area to hide it for every user

https://piefed.social/c/piefed_css/p/1722358/hide-red-triangle-warnings-on-accounts-with-bad-reputation

That CSS line can also be used by any user wanting to hide the score at the user level.

you are viewing a single comment's thread
view the rest of the comments
[–] hector@lemmy.today 6 points 3 months ago* (last edited 3 months ago) (4 children)

So what is the lowering reputation part. Are the mods grading your posts and then reducing their visibility?

I was a bit put off with the de federating from some of the other communities, but I had contact with one that I had to admit really needs to be de Federated from. Hexbear, chapotraphouse. Never had s problem with the .ml or whatever.

But I noticed some remove the word cunt too, which is a dealbreaker for me.

[–] Grail@multiverse.soulism.net 4 points 3 months ago

If you get reported or post a hot take, admins can look at your karma to see if your takes are usually hot, and at how often you tend to upvote vs downvote. They don't have to do anything with that information, it's just to help them tell if a user is controversial

[–] Eldritch@piefed.world 3 points 3 months ago (2 children)

The software kind of scores you on a few metrics. Like the ratio of the things you vote up vs down. I'm sure there are others.

[–] Skavau@piefed.social 1 points 3 months ago (1 children)

No, that's it. Reputation (how much you are downvoted) and Attitude (how much you downvote)

[–] Eldritch@piefed.world 2 points 3 months ago

Aaaah, cool yeah. I never looked too deep at it. Just knew that much.

[–] hector@lemmy.today 1 points 3 months ago (2 children)

But just for the mods to know if you are a troll to help moderate better, if they remove posts, do they tell you it is removed or like Reddit does it appear like it is still posted but only you can see it?

[–] Eldritch@piefed.world 5 points 3 months ago

Oh no. Actually AFAIK its basically public for everyone to see unless disabled. At least attitude is. Yours is currently scored at 86. Meaning you've been 5x as likely to upvote as downvote. I think the rep one is different. Nothing more happening with it ATM than that I think.

[–] Skavau@piefed.social 4 points 3 months ago

No, it should show as removed on here.

[–] Skavau@piefed.social 2 points 3 months ago (1 children)

So what is the lowering reputation part. Are the mods grading your posts and then reducing their visibility?

No, it's just being downvoted negatively contributes to your reputation. Basically heavily downvoted accounts.

But I noticed some remove the word cunt too, which is a dealbreaker for me.

I don't know what you mean here. Who is "some" here?

[–] hector@lemmy.today 4 points 3 months ago (1 children)

Some of piefed instances put removed in italics where the word cunt was. Obviously that would only be a deal breaker for the ones that do it.

[–] Deceptichum@quokk.au 6 points 3 months ago* (last edited 3 months ago) (1 children)

I only remember Lemmy forcing its hard coded “slur filter” on all instances. It took a lot of backlash to get them to make it optional.

[–] nutomic@lemmy.ml 12 points 3 months ago

That was a temporary measure very early in development, when moderation tooling was still very incomplete. This was to avoid ending up like Voat. Once mod tools were implemented, the slur filter became optional. Simple as that.