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

Fediverse

41823 readers
306 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.

top 50 comments
sorted by: hot top controversial new old
[–] eleijeep@piefed.social 19 points 2 months ago (1 children)
[–] avidamoeba@lemmy.ca 11 points 2 months ago (2 children)
[–] fujiwood@lemmy.world 13 points 2 months ago (1 children)
[–] avidamoeba@lemmy.ca 7 points 2 months ago (1 children)

I want to do the downvote thing but I can't help but upvote this low reputation comment...

load more comments (1 replies)
[–] goferking0@lemmy.sdf.org 17 points 2 months ago (1 children)

Wasn't the biggest concern and question why it didn't do an actual error message and is there any notes to say the performance impact having the 4chan filter on?

I'd also argue

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

Does absolutely nothing to assure people concerned about it being a thing. Like hiding it doesn't do anything about it being a thing

load more comments (1 replies)
[–] anarchiddy@lemmy.dbzer0.com 15 points 2 months ago (34 children)

It's as if someone saw a federated social media codebase that enabled the free movement of users and expression online and though, "someone should fix that".

It isnt that the codebase 'forces' moderation decisions - it's that it's undoing the work done in the lemmy codebase to flatten moderation across instances and make them transparent, and introducing arbitrary metrics that can be used to limit the visibility of expression not just on the local instance but across many

You're free to use whatever software on your server you like, but IMO these 'filters' are petty, low-effort workarounds to features in the lemmy codebase that are what make it truely democraticand decentralized, and they degrade the health of the entire federated network by extension.

load more comments (34 replies)
[–] rimu@piefed.social 15 points 2 months ago (9 children)

Those checkboxes have been there since version 0.9. Ages.

The problem with grabbing small snippets of code is a lot of context is lost. Don't trust anyone who does that. PieFed has 50,000 lines of code so anyone showing you 50 lines is leaving out 99.9% of the picture.

[–] goferking0@lemmy.sdf.org 9 points 2 months ago (2 children)

Clean, simple code that is easy to understand and contribute to

The problem with grabbing small snippets of code is a lot of context is lost. Don't trust anyone who does that. PieFed has 50,000 lines of code so anyone showing you 50 lines is leaving out 99.9% of the picture.

These 2 statements are incompatible.

Plus depending on the snippets they definitely can tell how things work

[–] wjs018@piefed.wjs018.xyz 8 points 2 months ago (1 children)

Previous threads about these filters were people complaining about them being hardcoded, completely ignoring that they are completely optional and off by default. It would go something like this:


Look at this awful thing PieFed does!

def do_the_thing():
    # relatively simple code that does the thing

It completely ignored the context that the do_the_thing function is only called if the admin wants to do the thing.

[–] goferking0@lemmy.sdf.org 5 points 2 months ago

Most of the issues people have brought up have been about why the snippets are even in the code not trying to obscure what the code does.

It completely ignored the context that the do_the_thing function is only called if the admin wants to do the thing

Again it's why is this a thing

[–] UndercoverUlrikHD@programming.dev 6 points 2 months ago (1 children)

Simple != few lines of code, nothing incompatible about those two statements

[–] goferking0@lemmy.sdf.org 6 points 2 months ago (1 children)

Saying the simple code needs lots of context outside of the code block says it's either not simple or not easy to understand

load more comments (1 replies)
[–] Shatur@lemmy.ml 9 points 2 months ago* (last edited 2 months ago)

The problem with grabbing small snippets of code is a lot of context is lost.

To me, it was obvious that these parts were configurable. There were literally boolean checks for it.

But these features remind me Reddit. And I'm pretty sure most users simply unaware about these things enabled on the .social instance.

load more comments (7 replies)
[–] irelephant@anarchist.nexus 8 points 2 months ago (1 children)

A lot of people looking at the code were saying these things were hardcoded, even after seeing an if statement which checks if the thing is enabled, which is straight up wrong unless you consider it hard coded because its coded, into the codebase.

[–] dgdft@lemmy.world 9 points 2 months ago* (last edited 2 months ago)

unless you consider it hard coded because its coded into the codebase

That’s precisely the common definition and understanding of the term.

E: Sorry, I see what you mean in context now. I thought we were talking about a different piefed feature with a similar anti-4chan label that used a set of hardcoded strings to blacklist comments. Yeah, the tesseract image filter isn’t quite what I’d call hardcoded in and of itself.

[–] kbal@fedia.io 6 points 2 months ago (1 children)
load more comments (1 replies)
[–] hector@lemmy.today 6 points 2 months ago* (last edited 2 months ago) (13 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.

load more comments (13 replies)
load more comments
view more: next ›