I joined Lemmy back in 2020 and have been using it as @qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I’m interested in systemd/Linux, FOSS, and Selfhosting.

  • 4 Posts
  • 28 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle








  • qaz@lemmy.worldOPtomemes@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 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
    











  • qaz@lemmy.worldOPtomemes@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    78
    ·
    edit-2
    3 months ago

    It’s hardcoded in the PieFed source code, so every instance does this by default unless you patch it like I did.

    The combined swearwords + excluded communities list seems to appear at least 3 times in the codebase (not referenced, copied verbatim).

    Let’s just say that it wouldn’t pass my code review if I saw this at work

    EDIT: It has been removed from 2/3 places in the codebase.