6 points ikhrabry 2 hours ago 4 comments
The two of us (PhD in Physics and Mathematics and Philosophical Anthropology) have spent many years working on a mathematically protected secret voting system suitable for making socially significant decisions. During the design process, we realized that such a system must be a peer-to-peer network satisfying six absolute requirements.
We have not been able to find a single existing protocol or academic paper that simultaneously satisfies more than two of them:
First: anonymous user authentication that guarantees the uniqueness of the user's representation in the network (preventing one person from creating multiple accounts) without storing their personal data and without using any external resources, such as certificate authorities or a trusted third party.
Second: a network providing such anonymous authentication must be capable of covering all inhabitants of the Earth. Currently that is just over 8 billion people, but this number grows by more than 100 million every year. Moreover, the deceased must not be excluded from the system, which means monotonic growth is endless.
Third: a network that guarantees anonymity must not have any distinguished nodes—that is, it must be strictly peer-to-peer, consisting of nodes formed by users' devices. However, each user may have not one but several devices, and devices can fail, get lost, become obsolete, or even simply go out of fashion. This immediately changes the scale of the network—it must handle hundreds of billions of nodes.
Fourth: it is necessary to provide each user with access to their account from any device without using passwords, tokens, seed phrases, or anything similar.
Fifth: the key requirement becomes performing a search that enables user recognition in less than 1 second (so that it is imperceptible to the user). That is, any device must locate any other device or data in less than 1 second, while the amount of routing information stored by a single device must be negligibly small, preferably under 100 KB.
Sixth: to guarantee data preservation on unreliable user devices, first, the replication factor must be ~100 or even ~1000x, and second, there must be verification and recovery of routing and data based on consensus without a central arbiter or trusted nodes. At the same time, background synchronization traffic must remain below a few hundred bytes/sec per device to avoid overwhelming mobile data plans.
Our question to HN:
Is the community aware of any existing P2P protocol, DHT, or academic proposal that even attempts to simultaneously satisfy these constraints? We have studied Kademlia, Chord, BATMAN, GNUnet, I2P, etc., and all of them seem to fail at scalability or traffic efficiency. Are we missing something fundamental, or is this truly a blind spot?
(This question is motivated by the fact that we have developed a candidate architecture that, in our opinion, solves all six problems. A brief description can be found on our GitHub [https://github.com/ikhrabry-spec/A-P2P-Network-Architecture-for-100B-Nodes]. Patent applications have been filed, and one patent has been granted. However, we doubt the novelty of our solutions and the absence of analogues—please point us to anything we may have missed.)
conartist6 50 minutes ago | parent
You know there's a relevant XKCD... ... Right? Also this article:
https://johnsalvatier.org/blog/2017/reality-has-a-surprising...I fear you might have a fundamental misunderstanding of what the world is really like, and what people are really like.
After all, the system you describe would not be used for democratic voting, it would be the ultimate playing field in which to weaponize surveillance capitalism and fascist control over societies. If you can't see how that could be true, then you cannot have given much if any serious philosophical thought to technology, because all attempts to fit the messiness of the world into an abstraction and "throw away the trimmings" is a violence you do to the real lives of real people
ndriscoll 40 minutes ago | parent
Nerd stuff aside, no voting system for socially significant decisions needs to scale to the planet. Democracies don't (or rather, shouldn't) scale. e.g. if the US and China or India formed a democratic superstate, the effect would be that the US would just become a vassal of the much larger entity.
If larger or more powerful groups want to impose their will on smaller ones, they can go ahead and unilaterally do that, and own their behavior. Doing it "democratically" is just victim blaming.
ikhrabry 12 minutes ago | parent
You are absolutely right. However, covering the entire population of the planet is required not for making democratic decisions at a global scale, but for guaranteeing the absolute uniqueness of every single human being within the network.It is designed to allow anyone to enter and leave the system from any device as a unique, anonymous identity while seamlessly returning to the exact same session. Socially significant decisions themselves can still be confined to any local community, even one consisting of just 1,000 people
viraptor 3 minutes ago | parent
Ok, I'm really curious. Is this just a troll? Phishing attempt for information about specific groups? Then again, the requirements would filter out serious responders, so just spam?
The first point is already impossible to do. The rest don't make much sense for the use case. And nobody would solve those issues without a serious lit review that requires asking HN such questions. Or hide their identity if they're doing PhD.
So is this just a funnel to get some people to check their domain? Or is this some more interesting campaign?