this post was submitted on 19 Aug 2024
404 points (97.9% liked)

Fediverse

28380 readers
868 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

We had a really interesting discussion yesterday about voting on Lemmy/PieFed/Mbin and whether they should be private or not, whether they are already public and to what degree, if another way was possible. There was a widely held belief that votes should be private yet it was repeatedly pointed out that a quick visit to an Mbin instance was enough to see all the upvotes and that Lemmy admins already have a quick and easy UI for upvotes and downvotes (with predictable results ). Some thought that using ActivityPub automatically means any privacy is impossible (spoiler: it doesn't).

As a response, I’m trying this out: PieFed accounts now have two profiles within them - one used for posting content and another (with no name, profile photo or bio, etc) for voting. PieFed federates content using the main profile most of the time but when sending votes to Mbin and Lemmy it uses the anonymous profile. The anonymous profile cannot be associated with its controlling account by anyone other than your PieFed instance admin(s). There is one and only one anonymous profile per account so it will still be possible to analyze voting patterns for abuse or manipulation.

ActivityPub geeks: the anonymous profile is a separate Actor with a different url. The Activity for the vote has its “actor” field set to the anonymous Actor url instead of the main Actor. PieFed provides all the usual url endpoints, WebFinger, etc for both actors but only provides user-provided PII for the main one.

That’s all it is. Pretty simple, really.

To enable the anonymous profile, go to https://piefed.social/user/settings and tick the ‘Vote privately’ checkbox. If you make a new account now it will have this ticked already.

This will be a bit controversial, for some. I’ll be listening to your feedback and here to answer any questions. Remember this is just an experiment which could be removed if it turns out to make things worse rather than better. I've done my best to think through the implications and side-effects but there could be things I missed. Let's see how it goes.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] SorteKanin@feddit.dk 7 points 2 months ago (3 children)

How does this work with moderation? I.e. what happens if I ban the real user from a Lemmy instance? What if I ban the alternate user?

Also, what happens if on Piefed, a user votes for something, then they change the setting and then they vote for the same thing again? How would a Lemmy instance know if it should count the vote or not, since the original user didn't actually vote from Lemmy's point of view?

load more comments (3 replies)
[–] Ice@piefed.social 7 points 2 months ago

That's super cool and amazing that you implemented it so quickly.

So now I have a PieFed account :)

[–] indomara@lemmy.world 7 points 2 months ago

I missed the discussion on voting the other day it seems, but for what it's worth, I like the voting system. In real life discussions happen in open air, and don't hang there in posterity for people to stumble upon after. When we come to a consensus in conversation it is then left at that and we move on.

When online, these discussions stay as they are, and I think voting gives a way of people to come to a consensus, to leave a mark upon the conversation such that the people who come behind understand how everyone felt about it.

This is helpful I think, because it does not hide the down votes on nasty comments or ideas that hurt others.

One of the most interesting and horrible things about the internet is that every village has a "crazy Bob" but because they were the minority the good of the people outnumbered their outlandish or hateful ideas.

Now they can and do find each other online, forming a vocal and damaging minority. Without the majority able to show their dislike, human nature means more will fall in line with them and their ideals.

[–] UndercoverUlrikHD@programming.dev 6 points 2 months ago (13 children)

I'm surprised most people are against public votes. Most people already seem to have an anonymous account via some weird username not connected to their real identity already. What difference does it make that votes can be viewed, other than for transparency during discussion?

Maybe I'm the odd one out that uses my real name on the Internet and generally try to behave/vote the same as I would in person, but it seems weird wanting a hybrid account that's private (votes), yet not private (comments).

load more comments (13 replies)
[–] Coelacanth@feddit.nu 4 points 2 months ago

Cool solution!

[–] light@noc.social 4 points 2 months ago (3 children)

@rimu is there a forum style ap implementation that can talk to lemmy communities (I'm assuming that piefed can) without voting?

[–] rimu@piefed.social 3 points 2 months ago

Not that I know of.

You could achieve this by installing a Lemmy, PieFed or Mbin instance (whichever you find easiest to install and customise), in the admin area set the sorting options to a sensible default ("New", or "Active", perhaps) and then add a small snippet of CSS that hides the voting information.

load more comments (2 replies)
[–] GBU_28@lemm.ee 4 points 2 months ago* (last edited 2 months ago) (1 children)

This is excellent.

I'm curious about piefed now. Is it free of any explicit agenda?

[–] rimu@piefed.social 6 points 2 months ago (2 children)

Well.... Take a look at this https://join.piefed.social/2024/06/22/piefed-features-for-growing-healthy-communities/

There are definitely values and opinions embedded in there. I would say it's a bit more "high control" vibe than lemm.ee. If you chose that instance because of it's more libertarian ethos then perhaps some of the features PieFed have would seem sinister or irrelevant to you.

The code of conduct for contributors is pretty vanilla IMO but would be seen as "left wing" by people from USA.

If you look in the sidebar of https://piefed.social you'll see a random collection of links (they change every page refresh) which are intentionally chosen to combat extremist ideologies and make PieFed instances uncomfortable places for cult-like groups (mostly on the right). That's a political decision which few projects would make.

[–] subignition@fedia.io 5 points 2 months ago (3 children)

Is "Deredicalisation" intended? I'm not sure if it's a bit of a play on words or if it's a typo.

load more comments (3 replies)
load more comments (1 replies)
[–] sabreW4K3@lazysoci.al 4 points 2 months ago (7 children)

So I've been thinking about this and I would go for a different approach.

Admins can set voting to be public or private on a server wide level.

When users vote, a key is created as the userid

The votes table is essentially: voteid, postid, userid, timestamp, salt, public

If the vote is private, userid is salt(userid, password)

And it's that simple.

load more comments (7 replies)
[–] can@piefed.social 4 points 2 months ago
[–] ProdigalFrog@slrpnk.net 4 points 2 months ago* (last edited 2 months ago) (3 children)

Regarding the voting account having no name, does that mean it will be a random string of letters and numbers? I get that it will still be possible to discover vote manipulation or mass downvoting with that, but I suspect it would be more difficult to detect initially or without some deeper analysis, since it's harder to recognize or remember a random string compared to a human made username.

[–] chiisana@lemmy.chiisana.net 7 points 2 months ago (1 children)

I’ve seen posts being downvoted by user@instancea, user@instanceb, username@instancec etc. this will make tracking that kind of abuse much more difficult.

[–] TwiddleTwaddle@lemmy.blahaj.zone 4 points 2 months ago (1 children)

From reading about PieFed's moderation tools linked elsewhere in this thread, seems like the solution to that is already built in more explicitly for them.

load more comments (1 replies)
[–] andrew_s@piefed.social 3 points 2 months ago (1 children)
[–] ProdigalFrog@slrpnk.net 6 points 2 months ago

Ah, that's unfortunate. As an alternative, I have seen some online games name their bots with a random name generator that's designed to sound somewhat real, like AnnoyingPidgen or WrecklessRaptor. If the voting account naming system was more like that, it would be easier to notice voting patterns/manipulation while still being anonymous.

load more comments (1 replies)
[–] cyberic@discuss.tchncs.de 3 points 2 months ago (1 children)

Is it possible to double vote this way (once on each account)? On second thought, would it even matter? A malicious actor could have multiple accounts.

[–] andrew_s@piefed.social 6 points 2 months ago

No, the other account isn't something you can log into or interact with. PieFed knows whether I've already voted on something, so it won't let me vote again by changing the 'vote privately' setting.

load more comments
view more: ‹ prev next ›