this post was submitted on 22 Mar 2026
308 points (97.5% liked)

Programmer Humor

30551 readers
768 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
[–] aaaaaaaaargh@feddit.org 1 points 1 day ago (1 children)

But on a binary scale this would translate to 11 base 10.

[–] jaybone@lemmy.zip 2 points 1 day ago (1 children)

Wut?

10 binary = 2 decimal

10 decimal = 1010 binary

Where are we getting 11?

[–] aaaaaaaaargh@feddit.org 2 points 22 hours ago* (last edited 22 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