this post was submitted on 27 Jun 2023
307 points (97.2% liked)

Programmer Humor

32600 readers
57 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
[โ€“] c0mbatbag3l 1 points 1 year ago (1 children)

Honestly explaining base 15 first is probably the way to go, once you add symbols you can be like "ok now binary works the same way we just have to limit ourselves to two characters."

[โ€“] kamen 1 points 1 year ago

I guess the way I'd explain it is take base 10 and replace all the digits with letters, then show how other bases are the same, you just have a different number of possible digits (however you choose to represent them - letters or actual 0-9 digits).