Hacker News new | ask | show | jobs
by beeflet 184 days ago
assuming peers are trustworthy is assuming away the whole problem.

The problem isn't with p2p, but specifically with full-sync mutexes in p2p. There are petname systems that avoid the problem by avoiding the mutex itself, and there are centralized systems that avoid the p2p, but it comes down to zooko's trilemma.