this post was submitted on 14 Aug 2026
256 points (98.9% liked)
Ye Power Trippin' Bastards
1849 readers
474 users here now
This is a community in the spirit of "Am I The Asshole" where people can post their own bans from lemmy or reddit or whatever and get some feedback from others whether the ban was justified or not.
Sometimes one just wants to be able to challenge the arguments some mod made and this could be the place for that.
Posting Guidelines
All posts should follow this basic structure:
- Which mods/admins were being Power Tripping Bastards?
- What sanction did they impose (e.g. community ban, instance ban, removed comment)?
- Provide a screenshot of the relevant modlog entry (don’t de-obfuscate mod names).
- Provide a screenshot and explanation of the cause of the sanction (e.g. the post/comment that was removed, or got you banned).
- Explain why you think its unfair and how you would like the situation to be remedied.
Rules
- Post only about bans or other sanctions that you have received from a mod or admin.
- Don’t use private communications to prove your point. We can’t verify them and they can be faked easily.
- Don’t deobfuscate mod names from the modlog with admin powers.
- Don’t harass mods or brigade comms. Don’t word your posts in a way that would trigger such harassment and brigades.
- Do not downvote posts if you think they deserved it. Use the comment votes (see below) for that.
- You can post about power trippin’ in any social media, not just lemmy. Feel free to post about reddit or a forum etc.
- If you are the accused PTB, while you are welcome to respond, please do so within the relevant post.
- Keep the comments in YPTB posts about the moderation action itself, not about the general topic in which the moderation took place.
Expect to receive feedback about your posts, they might even be negative.
Make sure you follow this instance's code of conduct. In other words we won't allow bellyaching about being sanctioned for hate speech or bigotry.
YPTB matrix channel: For real-time discussions about bastards or to appeal mod actions in YPTB itself.
Some acronyms you might see.
- PTB - Power-Tripping Bastard: The commenter agrees with you this was a PTB mod.
- YDI - You Deserved It: The commenter thinks you deserved that mod action.
- YDM new - You Deserved More: The commenter thinks you got off too lightly.
- BPR - Bait-Provoked Reaction: That mod probably overreacted in charged situation, or due to being baited.
- CLM - Clueless Mod: The mod probably just doesn't understand how their software works.
Relevant comms
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Section 5
This has already been debated on the internet and I'm not an expert so I'm giving up. I guess it boils down to what is a "copyright", and if the source in this case (PyLova) has a copright notice that needs to be copied over. That's beyond my expertise.
Edit:
Read this if you want to, but I'm not completely convinced that I'm right
Thanks. I'm trying to understand where you're seeing the requirement to give attribution still.
I read this section as "if you use code from an AGPL project (PyLova in this case), then you need to:
a) have a dated commit on the project that is using it (PieFed)
b) keep the license the same
c) the entire project (PieFed) now falls under this license (it does)
d) have legal notices about it being AGPL, unless the original source (PieFed, then PyLova, then PieFed again) don't have them.
Then there's a paragraph about aggregate projects and how the AGPL license doesn't automatically spread to all parts of those projects.
So I'm still confused where it's required to say "Mia was the author". All it's saying is "this is AGPL code -- keep it AGPL and make the code available for others to see."
Oh, I didn't realize you meant the attribution. Section 5 is about declaring changes. Attribution comes from including the original license, which should have a line like
"Copyright (C) <year> <name of author>", per the AGPL text.It doesn't look like PyLova changed this when forking, because the top of the license file attributes the project to the FSF, and the bottom of the file attributes it to rimu. So both projects screwed this part up, because piefed should contain a line like "portions of this software copyright 2026 rimu atkinson", and after picking the changes from PyLova, piefed should have "portions of this software copyright 2026" whoever is the author of the portions used.