101
What if someone made an open source decentralized hybrid of Yelp and Glassdoor?
(self.showerthoughts)
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
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.
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.
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.