A plant started making funny movements at an animal, confusing the animal. The animal asked in its own language “Um, plant, you ok there?” The plant responded with a chemically secreted coded language. When decoded by a more advanced animal species, the decoded chemical language said “I find it funny that an organism with a brain is confused by another organism without a brain finding something funny.”
1 Like
aah31415
(The maker of SitF, Radiostrocity, The Lifenote and TGBing; The Second Ascended...; And just maybe a security warning come alive...?)
57
Can you find anything funny if you’re brainless through?
In english, we type in Decimal (‘Dec’ for short), so for example we would type ‘10’, meaning in the right most spot we have 0 ones and in the next spot we have 1 ten, we multiply by 10 for every time we increment left, so hundreds, thousands, etc.
The joke is about the numeric system Octal (‘Oct’ for short), which instead of each digit multiplying by ten it’s an eight, so ‘31’ in Octal is 3 eights and 1 one, or 25 in decimal.
5 Likes
aah31415
(The maker of SitF, Radiostrocity, The Lifenote and TGBing; The Second Ascended...; And just maybe a security warning come alive...?)
61
Oh I see. Do programmers still use octal so much through?
Not that I’m aware of. But base-2 (Also called binary) is common as that’s what computers count in, hexadecimal is also occasionally used. I assume programmers were used because that’s the profession that works best for the joke setup.
2 Likes
aah31415
(The maker of SitF, Radiostrocity, The Lifenote and TGBing; The Second Ascended...; And just maybe a security warning come alive...?)
63
Unix file permissions are still often specified in octal numbers. So I’ve had to use octal numbers in the past few weeks when working, well to be fair it’s more like devops than pure software development, but still I needed to use them.