rank puzzle

cubabout 9 years ago

every time i see one of these threads im trying to figure it out based on objective criteria but it's always about someone's opinion and that's boring

so this one is based on a totally objective mystery criteria

ill em-marry whoever gets it before time runs out

Christopherzillaabout 9 years ago
this is too impersonal for the Personal forum
2
Benabout 9 years ago
ok
cubabout 9 years ago
whats wrong
trapabout 9 years ago
YOU PUNK
trapabout 9 years ago
number of times in a ranked game with a hooker
cubabout 9 years ago
Reamix
i need to wait until this list gets longer bc i keep guessing but you're still ordering the list around
its in order now
cubabout 9 years ago
by the way the solution is mathematical
cubabout 9 years ago
Alyssa
in order of what their usernames html color code is

or possibly the main color of their avatar, who knows
actually if you converted names to numbers (which would be base36, alphanumeric), it would basically amount to alphabetical order which is too obvious
Christopherzillaabout 9 years ago
it's ranked by the number of memes the user posts
Reamixabout 9 years ago
i need to wait until this list gets longer bc i keep guessing but you're still ordering the list around
Reamixabout 9 years ago
Reamixabout 9 years ago
Reamix
oldest to most recently made accounts?
bamboozled!
Alyssaabout 9 years ago
in order of what their usernames html color code is

or possibly the main color of their avatar, who knows
trapabout 9 years agoedited
stupid mobile ignore this
SirAmelioabout 9 years ago
ok me
Reamixabout 9 years ago
oldest to most recently made accounts?
deleteddeletedabout 9 years ago
bless up
Christopherzillaabout 9 years ago
Did I miss Terminator 2 Judgement Day movie night?

I bet cub was rooting for the machines.
Christopherzillaabout 9 years ago
alphabetical order let's go
Reamixabout 9 years agoedited
hmm interesting
deleteddeletedabout 9 years ago
sigh is going to get it
cubabout 9 years ago
no thats too complicated this is different
Negraabout 9 years ago
the ranking is a bitmask where 2, 4, and 8 are positive qualities and 2|4|8(14) represents all of them


the way it works is you have up to, say, 16 flags (for 31 users), and rank corresponds to a bitmask of those flags

for example, you have a 16 bit value

0000000000000001 (1) = flag 1
0000000000000010 (2) = flag 2
0000000000000101 (5) = flags 1|4
0000000000000111 (7) = flags 1|2|4

etc
2