Not my account, but want to advocate for it. Because of, personally, I find it hilarious.
So, it seems like a mod with username MysticMushroom1776 @lemmy.dbzer0.com has some interesting policies about interacting with their content.
I agree that this user called PyroRondo has no content for 5 months straight. This is unusual but totally isn’t against any rules of Lemmy.
As I suspect, they reacted to a few posts of MysticMushroom1776 @lemmy.dbzer0.com during random session of content scrolling. No brigading or any other types of harassment. I even suspect that these reactions were in communities connected to mod’s AI art, not political ones.
And this for some reason triggered a ban in all comunities. Not in 1 or 2. Moreover, it seems like this mod uses specialized tools, that allow to track downvotes on their content made by other users with ability to get their usernames. I may be wrong, but I don’t think that such tools are basic for moderators on Lemmy.
Edit: typo.


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.
Piefed already tried exactly that and had to revert because it’s indistinguishable from vote manipulation
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.