Back to Personal

rank puzzle

over 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

over 8 years
this is too impersonal for the Personal forum
over 8 years
ok
over 8 years
whats wrong
over 8 years
YOU PUNK
over 8 years
number of times in a ranked game with a hooker
over 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
over 8 years
by the way the solution is mathematical
over 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
over 8 years
it's ranked by the number of memes the user posts
over 8 years
i need to wait until this list gets longer bc i keep guessing but you're still ordering the list around
over 8 years
order of when users post in this thread to get added to the rank
over 8 years

Reamix says

oldest to most recently made accounts?


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

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

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