Login
Discover
Waves
Communities
Login
Signup
Topics
#pseudonympairs
Global
Trending
Hot
New
Top
#pseudonympairs
New
Top communities
Create your community
latest #pseudonympairs created topics on internet
johan-nygren
pseudonympairs
2020-01-26 19:39
scheduling in Pseudonym Pairs revisited
Pseudonym Pairs is built around a simple schedule, and all actions are contained within the period your "proof-of-personhood" is valid. In the reference implementation I am writing, a modifier
$ 0.000
4
johan-nygren
pseudonympairs
2020-01-22 17:29
Pseudonym Pairs reference implementation
The code for issuing "border tokens", giving a random person the ability to issue one more. This mechanism is used to allow the swarm to grow as fast as it wants. Think a colony of bacteria,
$ 0.000
6
3
johan-nygren
pseudonympairs
2020-01-16 22:32
Pseudonym Pairs as an egalitarian social coordination protocol
The game theory in Pseudonym Pairs is that pairs are broken if there is a conflict. As long as people play nice, people only meet 1 on 1. Mob rule is only introduced if there is a conflict, 2 over 1. That
johan-nygren
pse
2020-01-14 20:35
Pseudonym Pairs, most of what I think is needed for the full system
uint genesisEvent = 1580540400; uint[] clockwork; uint hour; struct Reg { bool rank; uint id; } mapping(address => Reg) accountID; uint[][2] index; uint[][2] courtUtility; function incrementCourtUtility()
dead-pets
dead-pets
2026-06-23 13:03
Promoted
011. Holy Pet
Dead Pets Society is a passion project of @honeydue and @godfish. It is about yearning for the other. About the desire to subvert meanings and look at the world through different eyes. To see things anew.
johan-nygren
pseudonympairs
2020-01-13 17:18
Pseudonym Pairs reference implementation
Roughly how I'm structuring the Pseudonym Pairs reference implementation at the moment. I'm not a coder, I'm learning as I go along. To implement this is harder for me than for an experienced person. The
johan-nygren
pseudonympairs
2020-01-10 19:41
The algorithm for sorting into pairs
When the event begins, people are in index[registry[msg.sender]]/2, floored. uint[] index; function register() { registry[msg.sender] = index.length; uint link; if(index.length != 0) link = getRandomNumber()
johan-nygren
pseudonympairs
2020-01-07 01:52
Scheduler for Pseudonym Pairs
uint pseudonymEvent = 1578726000; uint hour; uint[] clockwork; function eventScheduler() internal { pseudonymEvent += 28 days; if(clockwork.length == 0) { for(uint i = 0; i<24; i++) { clockwork.length++;
johan-nygren
pseudonympairs
2018-11-08 10:55
new sorting mechanism
new one, lets people join continuously, everyone ends up in a pair, and people who opt-in can assign themselves to pairs continuously as well. the optIn() function has a few lines that need to be added
tonyz
Photography Lovers
2026-06-25 19:08
Promoted
Porticello, Sicily.
Early morning, fresh fish brought in.
johan-nygren
pseudonympairs
2018-11-07 09:52
another sorting mechanism
another one. good thing about this one is that every person sorted ends up in a pair, except if there is an uneven number. and, no need to index anything beforehand.
johan-nygren
pseudonympairs
2018-11-07 06:41
Gas cost per person for scheduling, over infinite pseudonym events
This here does scheduling. No input needed except for the people using the system. Once deployed it operates with no other input than the people it mediates. Gas cost per person for scheduling, per pseudonym