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:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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."
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).