this post was submitted on 21 Nov 2023
420 points (93.9% liked)

Programmer Humor

31800 readers
468 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 9 months ago (2 children)

One hand would be 2**5 = 32 (0 to 31) and two would be 2**10 = 1024 (0 to 1023).

And if you use 3 states per finger (down, half raised and raised), you can have 3**10 = 59049 (0 to 59048).

[–] [email protected] 2 points 9 months ago

I don't count to 1024 over often (literally never) so I don't feel the need to go to trinary.

[–] LudwigvanBeethoven 1 points 9 months ago

nah, you can have 16+8+4+2+1 = 31 on one hand, and 1024+512+256+128+64+32+16+8+4+2+1=2047 on two hands.