Lemmy Lead Developer and father of two children.

I also develop Ibis, a federated wiki.

  • 12 Posts
  • 17 Comments
Joined 6 years ago
cake
Cake day: January 17th, 2020

help-circle
  • If your instance invents fake users for voting, that is very easy to spot if you view the profile and its all empty. So you need to add a profile picture, bio and some posts as well. But if the names and avatars are all similar, or the posts are obviously LLM generated, its still quite easy to spot manipulation. Or if the modlog for that user has entries for vote manipulation. On the other hand if there is only the total number of votes, there is no way at all to see if they are legit.

    I think a much better option for vote privacy is what Piefed tried using “Local-only votes”. So privacy-conscious users can choose that their votes are not federated, and then only the local admin can see them. This could be a simple boolean user setting, or could be more granular to allow/disallow vote federation with specific instances.



















  • Private messages are completely private, you as normal user can never see someone elses private message. The only ones who can theoretically read private messages from other users are instance admins. Exactly the same on Reddit or Twitter by the way. But if any admin actually does that, people would quickly spread the word and leave that instance.

    End-to-end encryption does add some extra security in that admins also cannot read other users private messages. I dont think that people really send very sensitive information through Lemmy private messages, it is better to use an actual messenger application for that.