Permanently Deleted (lemmy.world)
submitted 8 months ago* (last edited 8 months ago) by to c/memes@lemmy.world
 

Permanently Deleted

you are viewing a single comment's thread
view the rest of the comments
[–] 218 points 8 months ago (77 children)

List of blocked words in community names:

shit
piss
fuck
cunt
cocksucker
motherfucker
tits
memes
piracy
196
greentext
usauthoritarianism
enoughmuskspam
political_weirdos
4chan

Seems like one of the PieFed devs has some opinions about the kind of content they dislike, and are unilaterally forcing that on every PieFed instance. I can somewhat understand filtering out curse words, but specific communities should not blocked by default, and definitely not hidden in a hardcoded list in the source code.

Edit: Important context here: https://lemmy.world/comment/21323475 Seems this blocklist is more limited in scope; it's not blocking federation entirely, just blocking (from what I can tell) their appearance in search and automatically federating with them when adding an instance. Still problematic to exclude specific communities in a non-configurable way with little justification IMO.

  • source
  • hideshow 77 child comments
  • [–] 130 points 8 months ago (12 children)

    Damn this should honestly be spread and talked about more. I don't think many people know this is a thing?

  • source
  • parent
  • hideshow 12 child comments
  • [–] 131 points 8 months ago (11 children)

    Considering PieFed users won’t shut the fuck up about how much better and less politically opinionated it is, yeah we should probably shout this from the rooftops.

    Reminds me of Brave browser users a bit

  • source
  • parent
  • hideshow 11 child comments
  • [–] 15 points 8 months ago* (8 children)

    One of PyFed's selling points was that it was easier to work with than Lemmy. It's going to be amusing when that takes a 180 turn and people start complaining.

    Python is great for prototyping and iterating on small projects or as glue for modules written in C and C++. What it isn't great at is linearly scaling on a single node. When the day that throwing more powerful hardware at the problem stops being an option, Kubernetes is going to walk through that door and fuck any semblance of simplicity up.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 8 points 8 months ago (5 children)

    I think Lemmy has some in-memory data structures that limit the backend to a single node, too. Also postgres is great, but Lemmy really fucked up their database performance somehow.

    But yeah large python codebases turn into spaghetti really quickly.

  • source
  • parent
  • hideshow 5 child comments
  • load more comments (1 reply)
  • load more comments (1 reply)
  • [–] 11 points 8 months ago* (last edited 8 months ago)

    "Ours is not biased and less opinionated, because it agrees with my bias and opinions."

    This is every single Lemmy v PieFed argument. No matter what platform you host or use, its just this on the grand scale of things.

  • source
  • parent
  • load more comments (1 reply)
  • [–] 58 points 8 months ago* (12 children)

    They also put "memes" and "enoughmuskspam."

    The latter I guess could be used to stop Musk spam (since the community is literally nothing but Elon Musk news) but not allowing the word "memes" in a community name?

    Utterly stupid.

    But they do appear to be fans of Carlin based on the first 7 banned words.

    There's no racial slurs in there either. I might have assumed this was merely an example an operator is meant to edit themselves, but these are some weird ass choices for even that.

  • source
  • parent
  • hideshow 12 child comments
  • [–] 28 points 8 months ago (11 children)
  • [–] 12 points 8 months ago (8 children)

    I wonder why the dev had an issue with 196

  • source
  • parent
  • hideshow 8 child comments
  • [–] 7 points 8 months ago (6 children)

    If I had to guess, 196 is more queer positive.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 7 points 8 months ago (3 children)
  • [–] [S] 4 points 8 months ago

    I don't think that's the reason. The code mentions it filtering out "low-effort" communities so the devs probably didn't like seeing so many posts from it on their frontpage.

    # sort out the 'seven things you can't say on tv' names (cursewords), plus some
    # "low effort" communities
    
  • source
  • parent
  • [–] 3 points 8 months ago

    You're wrong. Rimu has never expressed any objection to pro-LGBT sentiment and has even done interviews in regards to that. I have seen him ban people for anti-LGBT bigotry. This particular ruleset looks like a copy and paste from the retention rules that piefed.social currently has that doesn't save data from communities after 6 months. (RImu doesn't have a high opinion of meme-themed content and believes it to be a drain on server storage).

    I agree all of it should be optional, and I believe it currently is anyway as instance owners can revert this.

  • source
  • parent
  • load more comments (1 reply)
  • [+] 54 points 8 months ago* (last edited 7 months ago) (7 children)
  • [–] 24 points 8 months ago (6 children)

    Got any other specific examples?

  • source
  • parent
  • hideshow 6 child comments
  • [–] 43 points 8 months ago (8 children)

    I'm not okay with them filtering profanity, who the fuck are they to define what is or is not acceptable?

  • source
  • parent
  • hideshow 8 child comments
  • [–] 42 points 8 months ago (5 children)
  • [–] 4 points 8 months ago

    thanks for pointing to that issue. i dont know how piefed devs reacted to this. so i will give them the benefit of the doubt: it could very well be a quick and dirty solution, never meant to last long.

    as the lemmy devs showed, it does not have to be like this at all. but i haven't seen that much oppinionsted and defensive actions from the piefed devs.

  • source
  • parent
  • [–] [S] 3 points 8 months ago (1 child)

    I think a regex to filter out common slurs isn't really the same

    The regex:

    (fag(g|got|tard)?\b|cock\s?sucker(s|ing)?|ni((g{2,}|q)+|[gq]{2,})[e3r]+(s|z)?|mudslime?s?|kikes?|\bspi(c|k)s?\b|\bchinks?|gooks?|bitch(es|ing|y)?|whor(es?|ing)|\btr(a|@)nn?(y|ies?)|\b(b|re|r)tard(ed)?s?)
    

    Link to code

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (1 reply)
  • [–] 13 points 8 months ago (3 children)

    So if I started a piefed instance and wanted to host a 196 community I'd have to edit the list, but would every single other instance also have to or no?

  • source
  • parent
  • hideshow 3 child comments
  • [–] 21 points 8 months ago (1 child)

    Yes, every other instance would also refuse to federate unless they also changed their code. Because the blocklist is baked right into the code, so anyone just pulling and running it as-is will fail to federate.

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (1 reply)
  • [–] 3 points 8 months ago (10 children)

    kind of content they dislike

    Or they like it and e.g. want just one strong 196 community.

  • source
  • parent
  • hideshow 10 child comments
  • [–] 3 points 8 months ago (4 children)

    What is a "196" community? I tried looking it up and there's only astrology stuff coming up.

  • source
  • parent
  • hideshow 4 child comments
  • load more comments (2 replies)
  • load more comments (7 replies)