this post was submitted on 27 Jun 2023
176 points (97.8% liked)

Programmer Humor

31798 readers
307 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago (1 children)

Yeah when I'm teaching new networking guys how binary and hex works I always reference the changeover from 9- the next place (tens, hundreds, thousands) to conceptualize the idea that we count the way we do only because of base ten.

In order to teach alternate forms of counting you have to first break someone out of the idea that base ten is "how it's done" which is difficult because we never mention in education prior to college or trade schools that you can count with literally any number of symbols if you wanted to.

[โ€“] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Yep, I think the problem with most folks is that base 10 is taken for granted without fully understanding it. Maybe some of the concepts would be even easier to explain in hex instead of in binary - that you count to F instead of to 9 before flipping to 10, then explaining that binary follows the same principle, but only has two digits, hence has to flip to 10 sooner.