this post was submitted on 26 Apr 2026
60 points (94.1% liked)
Ye Power Trippin' Bastards
1811 readers
155 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.
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
Federated voting means both up and downvotes have to be shared.
Yes but it doesn't have to share usernames to anything but the originating server for the vote and host server for the content. All others only need the sum.
This does still mean instance admins can do broad bans. There's other privacy techniques if that matters like cryptographic blind signatures for voting, etc, where you can know each user only cast one vote (and can see totals per originating server) without revealing the specific users.
In theory you could also make this ban compliant (such that you can't vote if you're banned, but if you're not and cast a vote you still can't be identified).
If you do extra fancy stuff like transparency logs with anonymous credentials and secure multiparty computation (MPC) you could do it while still allowing abuse detection. Although for now that's very complicated and compute heavy 🤷
If you actually understand how to implement all that maybe you should go contribute to PieFed.
Theoretically, couldn't instances have been designed to count the sums of upvotes and downvotes by their users for any given post or comment—those counts being federated with each increase or decrease—so that a tool such as lemvotes would only be able to output a list of instances for voting activity, rather than their individual users?
Doing so would remove the ability for moderators to see individual voting patterns unless that data were also sent separately in an encrypted manner that could only be accessed by moderator accounts, however.
That would make it easier for a malicious instance to send extra votes, or otherwise manipulate vote counts.