It seems like the ultimate way to show WHY and HOW a company is poorly run… or the inverse.

    • themeatbridge@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      The problem is validating someone’s review without revealing who wrote it. Reviewers can be pressured or paid to lie if they are not anonymous, but anyone can leave any review if they are anonymous.

      • Lemming6969@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 day ago

        I believe it should be possible to use cryptography to have the validator provide a key to the reviewer, and for the reviewer to sign the review with their key and the validator key, in such a way that a validator can validate a signed message used their key so is valid, but cannot know which reviewer it was. See Yang et. al. 2006 anonymous signature schemes in public key cryptography journal.

        • themeatbridge@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 day ago

          Of course that’s possible, but it wouldn’t be free. At some point, the person would need to be validated and assigned a private key that’s tied to their identity. That’s the hard part, the time consuming step. And the more automated it is, the easier it would be to spoof and lie.