There is binary code, and of course you can represent it with fingers. Nobody does this, though. That is to say, there is no cultural practice of "finger binary". Finger binary is not a "thing" that's "out there". Whoever wrote this Wikipedia page just made it up. The Wikipedia must document the existence of real things that are out there, and can be properly referenced.
Should there be a Jelly Bean Binary wikipedia page, just because you can use jelly beans of two colors to represent binary? How about Othello Binary? Using the two-colored chips from the disc-flipping game for counting in binary?
> That is to say, there is no cultural practice of "finger binary".
... That you know of. When did you memorize the exhaustive list of all cultural practices?
> Finger binary is not a "thing" that's "out there".
... In your social circle. If someone mentions a programming language you've never heard of, do you immediately decry them as having "made it up"?
I was taught finger binary several years ago as a way of counting the WPM of speeches. The method I use puts the LSB on the index finger, and involves tapping a table rather than forming a fist, in order to count more quickly. I have since taught several others. This certainly qualifies it as a cultural practice that's "out there."
I find using the thumb for the first digit much better, since it's the one switching each time when counting up or down. I use this for counting down reps on one hand and sets on the other during exercise.
I taught my wife to count this way. She is a teacher and 31 is about as big as a class gets at her school, so she can count her kids as they come in and still carry her books or her laptop etc. Its quite a simple pattern once you get then hang of it. She can just advance the count without thinking and then look at her hand and work out what she is up to.
I'd suggest inverting the numbers so that your thumb is 1, your index finger 2, you middle 4, etc. That way your more dexterous fingers do the fast movements of 1's, and 2s and 4s while your slower ring and pinky count up in 8 and 16s.
It really can be rather handy.
I find the most useful times is when you think of your hands as two five bit registers... when you need to count two things at once.
In fisrt (2?) novels of The Baroque Cycle there is a section explaining this system and character who uses it as a trader. Wall street floor traders use(d) their own system for quickly flashing round numbers in ranges higher than ten http://1.bp.blogspot.com/-xRJQ7X06g_I/TgyPveGUbqI/AAAAAAAAAl...
I've used this for years to count measures when playing with an orchestra. I have to continually support my instrument with one hand, so I use the other hand to count.
It helps me visually understand and debug bitwise operations. I suppose you could also compare inputs and outputs by printing the resulting integer as binary text, but I've always just used my hands.
It can also be nifty for ASCII conversions, as letters A-Z and a-z are the numbers 0-26, but with different prefixes (010 and 011 accordingly). This means you can read people's binary tattoos.
Ah, misspent youth!... I remember having completions with my friends, at 17, to see who could cycle through all 1024 states the fastest. AFAIK, I'm still the record holder at just over six minutes. I'm 33 now, with no sign of arthritis ;)
18 is conspicuously missing, is anyone (everyone?) incapable of extending both their thumb and their ring finger? Or extending their ring finger alone, without using their thumb to hold down the middle finger?
The muscle which extends the ring finger (at the MP joint at the base of the finger) also extends the middle finger.
It’s basically impossible (for me at least) to simultaneously flex the middle finger at that joint while extending the ring finger, unless I relax the relevant muscles and use some other force (e.g. my other hand) to hold my middle finger down or my ring finger up.
More generally, there are lots of shared muscles between the last three fingers and especially between middle and ring fingers, so moving them with some degree of independence takes training and isn’t ever perfect. The index finger and thumb are much more independent and flexible.
You can flex the middle joint on the middle finger while mostly extending the ring finger, to sort of make a passable #18 by the scheme in the wiki article. Overall though that binary counting method isn’t all that well aligned with comfortable finger motions. A better one could probably be developed, but it might be a bit more complex.
If you lock your fist, you can extend your ring finger, then your thumb -- leaving the other three fingers "hanging" in your fist. Will probably be a little painful, and won't be pretty -- but it's (sort-of) possible.
On my right hand, I can move my ring finger as independently as any other, but on my left hand, I cannot extend it fully by itself. I can extend it if I simultaneously extend the adjacent pinky, but not alone.
I learned this as a kid -- I think from a program in Cursor Magazine (distributed on cassette tape!) for the Commodore Pet. You can only count to 99, but it's a little more practical for base 10 calculation:
While you can count very high using this method, it's quite difficult to make some of the numbers. I've found the optimal tradeoff to be base-6; using one hand to keep track of the first position and the other the second position.
The one I came up with used both hands. Each finger on one hand has 9 points - three on the left side, three on the middle surface, and three on the right - which were the values 1-9. The fingers of the other hand indicate the point, by touching the point. If the value is 0 then there's no touch.
Do you think the numbers given as example are just randomly choosen?
7 (ok sign)
8 (pointing finger)
11 (should have been 13?)
12 (peace sign)
25 (satan/metal hand sign)
[+] [-] rawnlq|10 years ago|reply
https://news.ycombinator.com/item?id=10131057
And actual submission: https://news.ycombinator.com/item?id=10128815
[+] [-] mycelium|10 years ago|reply
I can count binary. I don't know which bit/finger to flip to count in gray code.
[+] [-] nicklaf|10 years ago|reply
[+] [-] hliyan|10 years ago|reply
(notice that extended fingers indicate 0, not 1)
[+] [-] kazinator|10 years ago|reply
Should there be a Jelly Bean Binary wikipedia page, just because you can use jelly beans of two colors to represent binary? How about Othello Binary? Using the two-colored chips from the disc-flipping game for counting in binary?
[+] [-] AnkhMorporkian|10 years ago|reply
[+] [-] sirsar|10 years ago|reply
... That you know of. When did you memorize the exhaustive list of all cultural practices?
> Finger binary is not a "thing" that's "out there".
... In your social circle. If someone mentions a programming language you've never heard of, do you immediately decry them as having "made it up"?
I was taught finger binary several years ago as a way of counting the WPM of speeches. The method I use puts the LSB on the index finger, and involves tapping a table rather than forming a fist, in order to count more quickly. I have since taught several others. This certainly qualifies it as a cultural practice that's "out there."
[+] [-] kw71|10 years ago|reply
[+] [-] unknown|10 years ago|reply
[deleted]
[+] [-] micaeked|10 years ago|reply
[+] [-] dllthomas|10 years ago|reply
[+] [-] timharding|10 years ago|reply
[+] [-] dexterdog|10 years ago|reply
[+] [-] hiq|10 years ago|reply
[+] [-] suddenlyme|10 years ago|reply
I'd suggest inverting the numbers so that your thumb is 1, your index finger 2, you middle 4, etc. That way your more dexterous fingers do the fast movements of 1's, and 2s and 4s while your slower ring and pinky count up in 8 and 16s.
It really can be rather handy.
I find the most useful times is when you think of your hands as two five bit registers... when you need to count two things at once.
[+] [-] jeffwass|10 years ago|reply
"No, I wasn't flipping you off with both hands, I was trying to tell you the number 132 in binary."
[+] [-] asciimo|10 years ago|reply
[+] [-] ldpg|10 years ago|reply
[+] [-] bornon5|10 years ago|reply
[+] [-] brianshaler|10 years ago|reply
It can also be nifty for ASCII conversions, as letters A-Z and a-z are the numbers 0-26, but with different prefixes (010 and 011 accordingly). This means you can read people's binary tattoos.
[+] [-] unknown|10 years ago|reply
[deleted]
[+] [-] Latebird|10 years ago|reply
[deleted]
[+] [-] unknown|10 years ago|reply
[deleted]
[+] [-] unknown|10 years ago|reply
[deleted]
[+] [-] regehr|10 years ago|reply
[+] [-] wiredfool|10 years ago|reply
[+] [-] Xophmeister|10 years ago|reply
[+] [-] pliny|10 years ago|reply
[+] [-] jacobolus|10 years ago|reply
It’s basically impossible (for me at least) to simultaneously flex the middle finger at that joint while extending the ring finger, unless I relax the relevant muscles and use some other force (e.g. my other hand) to hold my middle finger down or my ring finger up.
More generally, there are lots of shared muscles between the last three fingers and especially between middle and ring fingers, so moving them with some degree of independence takes training and isn’t ever perfect. The index finger and thumb are much more independent and flexible.
You can flex the middle joint on the middle finger while mostly extending the ring finger, to sort of make a passable #18 by the scheme in the wiki article. Overall though that binary counting method isn’t all that well aligned with comfortable finger motions. A better one could probably be developed, but it might be a bit more complex.
http://www.madsci.org/posts/archives/2005-05/1117326759.An.r...
[+] [-] e12e|10 years ago|reply
[+] [-] gamegoblin|10 years ago|reply
On my right hand, I can move my ring finger as independently as any other, but on my left hand, I cannot extend it fully by itself. I can extend it if I simultaneously extend the adjacent pinky, but not alone.
[+] [-] kyberias|10 years ago|reply
[+] [-] njloof|10 years ago|reply
https://en.wikipedia.org/wiki/Chisanbop
[+] [-] hackuser|10 years ago|reply
Finger hex is much simpler, though you can't count as high (2^5):
* Your thumb is the pointer
* Your other 4 fingers have 4 joints each
You can figure it out from there. That's 2^4 on each hand. You also could do the alphabet, with a few code joints[1] left over.
[1] Sorry, couldn't resist
[+] [-] PhineasRex|10 years ago|reply
[+] [-] geetee|10 years ago|reply
[+] [-] tomadi|10 years ago|reply
[+] [-] dalke|10 years ago|reply
This could encode the values 0-99,999.
[+] [-] JTxt|10 years ago|reply
[+] [-] spike021|10 years ago|reply
[+] [-] lozf|10 years ago|reply
[+] [-] geeklodhi|10 years ago|reply
[deleted]
[+] [-] spapin|10 years ago|reply
They missed 4 (the finger) 17 (phone sign)
Coincidence? I don't think so... Aliens, maybe.