Back to Personal

rank puzzle

about 8 years

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

about 8 years
this is too impersonal for the Personal forum
about 8 years
ok
about 8 years
whats wrong
about 8 years
YOU PUNK
about 8 years
number of times in a ranked game with a hooker
about 8 years

Reamix says

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
about 8 years
by the way the solution is mathematical
about 8 years

Alyssa says

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
about 8 years
it's ranked by the number of memes the user posts
about 8 years
i need to wait until this list gets longer bc i keep guessing but you're still ordering the list around
about 8 years
order of when users post in this thread to get added to the rank
about 8 years

Reamix says

oldest to most recently made accounts?


bamboozled!
about 8 years
in order of what their usernames html color code is

or possibly the main color of their avatar, who knows
about 8 years
stupid mobile ignore this
about 8 years
ok me
about 8 years
oldest to most recently made accounts?
deletedabout 8 years
bless up
about 8 years
Did I miss Terminator 2 Judgement Day movie night?

I bet cub was rooting for the machines.
about 8 years
alphabetical order let's go
about 8 years
hmm interesting
deletedabout 8 years
sigh is going to get it
about 8 years
no thats too complicated this is different
about 8 years
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