• SorteKanin@feddit.dk
    link
    fedilink
    English
    arrow-up
    34
    arrow-down
    6
    ·
    28 days ago

    Many people in this thread seem to not realize that votes are essentially public already - this is only about whether the Lemmy UI should make it a bit easier to see the votes. They can already be seen quite easily if you know how.

    However, there is an easy solution to this problem. This is clearly a controversial decision, so don’t make a choice for everyone. Make it an option. Any admin can decide for themselves whether their instance should allow users to see votes.

    That also means that users can decide to go to instances where the votes are hidden or public.

    This approach leaves the choice to the individual, rather than forcing the choice on everyone.

    • Jilanico@lemmy.world
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      1
      ·
      28 days ago

      It’s confusing enough understanding how federation works for the less technically inclined. I don’t think we should also expect them to figure out which instance is privacy-conscious. Privacy of votes should be baked into Lemmy. Even kbin users shouldn’t be able to see it.

      If users want to advertise their approval/disapproval of posts they can use public comments in tandem with private votes.

      • SorteKanin@feddit.dk
        link
        fedilink
        English
        arrow-up
        21
        arrow-down
        3
        ·
        28 days ago

        Privacy of votes should be baked into Lemmy. Even kbin users shouldn’t be able to see it.

        This is impossible. The underlying protocol, ActivityPub does not have the concept of private votes. It is not up to Lemmy to decide. You’d need to revise the protocol for this and good luck with that.

        • Jilanico@lemmy.world
          link
          fedilink
          English
          arrow-up
          13
          arrow-down
          2
          ·
          edit-2
          28 days ago

          ActivityPub can’t evolve? Is there some insurmountable technical blocker?

          I suspected this would be an issue and have avoided voting on controversial posts. But if everyone did as I do, there would be no open discussions about pressing topics.

          • SorteKanin@feddit.dk
            link
            fedilink
            English
            arrow-up
            18
            arrow-down
            2
            ·
            edit-2
            28 days ago

            It is possible that ActivityPub could add this feature. But it’s not certain you’d even want that. Private votes would mean private for admins and mods too, so no more analyzing votes to look for down vote bots or manipulation or down vote brigading and all that stuff. Votes could lose all meaning. Admins and mods are unlikely to say goodbye to those moderation tools.

            Even if it could be added, it’s probably years away.

            • Jilanico@lemmy.world
              link
              fedilink
              English
              arrow-up
              9
              arrow-down
              1
              ·
              28 days ago

              Fair points. I’m warming up to the idea of making votes public so that people don’t have a false sense of privacy. I wish votes were actually private, but maybe it’s not a big deal if your account can’t be easily traced back to you in real life.

            • Socsa@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              2
              ·
              edit-2
              27 days ago

              Pseudonymous voting doesn’t mean a unique ID for every vote. It just means the user string itself is tokenized. You can still ban participation for that token without revealing the actual user. Literally the only thing this stops is easily seeing users who use the same name across several instances.

              • SorteKanin@feddit.dk
                link
                fedilink
                English
                arrow-up
                3
                ·
                27 days ago

                If the token is the same for the user across different posts, it would be easy to figure out who is actually behind the token by correlating voting patterns.

                • Socsa@sh.itjust.works
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  ·
                  27 days ago

                  It would at least provide a means for obfuscating identity for users who care to make an effort. All you’d have to do is not vote when you comment and vice versa.

          • Microw@lemm.ee
            link
            fedilink
            English
            arrow-up
            6
            ·
            27 days ago

            Evolving ActivityPub is not easy, any additions to the protocol take a lot of time and discussions between the various implementers.

        • Socsa@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          27 days ago

          You don’t even need to upstream the protocol changes imo. An instance could decide to participate with tokenized user IDs. Other instances could decide to defederate because this is out of spec behavior, but as far as I am concerned it is perfectly aligned with the core spec. Nothing says user activity cannot be anonymized.

          • SorteKanin@feddit.dk
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            27 days ago

            An instance could decide to participate with tokenized user IDs

            How would this work in practice? I upvote a post and it sends the upvote via a token user to another instance. Then I remove my upvote or downvote instead. My instance would then need to send an undo or dislike for the token user too. How would you ensure you have enough token users to fill up all the votes on a single post? You’d need thousands if not tens of thousands of these token users. How does it work when I ban one of these users? How do I prevent a user from participating if they use these token users?

            Also, this could be used to make vote manipulation easier I bet.

            • Socsa@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              2
              ·
              27 days ago

              The simplest form of this is literally just a token which replaces the universal identity. So you ban the token, you ban the user. This only applies for voting anyway, since commenting and posting follows the plaintext user agent.

              A more robust trust model with rotating tokens would fully move ban enforcement to the home instance, which I actually believe is already the case in some situations. Eg, when I am banned from a specific community on another instance it seems as if my host instance knows not to even display a vote on the UI, which suggests that it has knowledge of my federated ban. With this trust model it would be possible to fully enforce cryptographically secure forward security as well.