this post was submitted on 24 May 2024
1169 points (97.6% liked)

Science Memes

10348 readers
2284 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.


Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

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

Octal is base 8. Decimal is base A. Hexadecimal is base G. Any questions?

[–] [email protected] 35 points 3 months ago (5 children)

Jesus Christ.

I just realized that we call binary base2 and there's no 2 in that numbering system. We call hexadecimal base16 but there's no 16 (at least not like we know it). But then why is base10 base10? We have a 10...but it's not a single digit number.

Why is this reminding me of Project Hail Mary?

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

Every base has ten, but it's made of two digits

Binary 0, 1, 10 Ternary 0, 1, 2, 10 ... Decimal 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Hex 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, 10

Each has the right count of digits for its base before you go two-digit - binary has two (0, 1), etc

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

more precisely, every base has 10, but it's usually not equal to ten. ten is a fixed value, while 10 depends on the base. you still count normally (one two three four five), even in a base two system. you just write it differently.

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

I don't see the need to bring values into this, this is about the naming of number systems. We really have no more claim to ten being this many (..........) than hexadecimal people have to claim ten has this many (................)

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

10 as the first overflow of digits is not a clear vlaue, it depends on the notation because its base is unclear.

Ten as the English word is 100% defined. The issue is we translate seamlessly between the word and number, but there really is no confusion when writing ten. 10 in hex has a different english word: sixteen.

English number names are mostly decimal-based, but their values are still fixed. Ten isn't the word for "the first time our number system overflows", it's an amount.

So I disagree. Ten will always be (..........) this many, because it's an English word.

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

If you are working in a different number system with other people ten loses its unique meaning just like any word that has another technical meaning.

In code 0x10 is hex 10 (what you'd call sixteen), but in spoken technical English you don't need to pronounce the 0x

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

It's because we count the 0...... no? 0 and 1, base 2. 0123456789, base 10.

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

The same is true for all bases. What we call base-4 in base-10 is 0123. In base-16 it's 0123456789abcdef, where f is what we would call 15

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

because then every base would be 'base 10'

That or the decriarchy has been normalizing the decimal counting system as the default one for far too long!

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

Love that book!

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

(There is no 10 in base-10, which is why we construct it out of two other numbers)

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

What is this “8” you refer to? Here in the land of people without thumbs, 10 comes after 7.

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

If you have a problem with that you must also have a problem with the other two

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

What about unniftimal? (Base 37)

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

If there's no agreed symbol for digit 37, you can call it Base 37~A~ (or express it in another base of your choosing).

In case the formatting doesn't work, that A is supposed to be subscript

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

every unsigned system is base -1 ...or maybe -1+1