this post was submitted on 23 May 2025
774 points (96.6% liked)

memes

15055 readers
4207 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 1 week ago (6 children)

It's a language issue. We say 10 because we don't have a single digit symbol to represent 10. If a alien with 20 fingers came we wouldn't recognized their symbols for anything bigger than 9. Base 4 creatures don't use 4 because after 3 comes 10 for them.

[–] [email protected] 11 points 1 week ago (1 children)

Base 16 is used all the time in computer science. The symbols for 9+ aren't arcane or unrecognizable it's 0 1 2 3 4 5 6 7 8 9 A B C D E F. It's often written with an 0X in front to indicate hexadecimal or something like 'h for hex and 'd for decimal.

Examples:

  • 'h7 = 'd7
  • 'hC = 'd12
  • 'hF = 'd15
  • 'h7CF = 'd(7 × 16^2^) + (12 × 16^1^) + (15 × 16^0^) = 'd1792 + 'd192 + 'd15 = 'd1999
[–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

Yeah I know but base16 creatures would use 10 to express 16 not "G"

[–] [email protected] 5 points 1 week ago

What do you mean they don't use A B C D E for 10 11 12 13 13 15?

[–] [email protected] 5 points 1 week ago (1 children)

We wouldn't recognize the aliens symbols for 0-9 at first either.

[–] [email protected] 5 points 1 week ago

should interstellar contact ever actually happen, maths would be the first (and for a long while, probably the only) thing we'd actually be able to communicate in.

[–] [email protected] 3 points 1 week ago (1 children)

What do you mean? X is 10. 1 symbol.

[–] [email protected] 3 points 1 week ago

Considering this, for us humans base-10 is base-X

For the four fingered aliens base-10 is base-4. But they don't call it base 4 because they don't use 4 like we don't use X. They say base-10 because for their language it's how they say 4. And that applies for all bases.

[–] [email protected] 2 points 1 week ago (2 children)

Actually, I saw this meme before and I didn't notice the alien has four fingers. Do we use base 10 because we have that number of fingers??? Is there really a proof of that?

[–] [email protected] 6 points 1 week ago

It's a good reason for us to use base 10, but in the past many people have not used base 10. However, the bases a society use often are somehow tied to something about the body. As an example (haven't looked it up for a while, sorry), I think there is/was a group that used base 8, and counted on the gaps between their fingers.

[–] [email protected] 2 points 1 week ago (1 children)

So we should say base 9+1? Or base ✋🤚 this many.

[–] starman2112 1 points 1 week ago

Hey mathematicians, is this a good universal way to communicate number bases? I think y'all would call it 1111111111₁ or something like that

Fun tangent, on my hands that would be 1023 because I count in binary on my fingers