this post was submitted on 22 Mar 2026
281 points (97.6% liked)

Programmer Humor

30529 readers
575 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] jaybone@lemmy.zip 3 points 16 hours ago (1 children)

Wut?

10 binary = 2 decimal

10 decimal = 1010 binary

Where are we getting 11?

[โ€“] aaaaaaaaargh@feddit.org 2 points 14 hours ago* (last edited 14 hours ago)

10 is the base (2) overflowed by 1 (zero indexed) which kind of translates to 10+1 base 10 (1 indexed). I didn't really mean in in mathematical but rather nonsensical way. I just wanted to pull 11/10