this post was submitted on 21 Nov 2023
422 points (94.0% liked)
Programmer Humor
32396 readers
514 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you count in binary you can get to 31 on one hand, and 2,047 on two hands
I'm not flipping you off, i just counted to 4
19 is the rock and roll symbol
22 is the shocker
Assuming you use your thumb as the first bit
I taught my kids how to do it and for a while they'd tell each other to binary four off
My seven year old did something similar. At least once a day I'd hear 'Dad, Dad, I'm counting to four!' and see the little shit flipping me off and laughing hysterically :D
It really turns into Naruto style ninjitsu.
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).
I don't count to 1024 over often (literally never) so I don't feel the need to go to trinary.
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.