fossilesque@mander.xyz to Programmer Humor@programming.devEnglish · 9 hours agoRobobert?mander.xyzimagemessage-square23fedilinkarrow-up1346
arrow-up1346imageRobobert?mander.xyzfossilesque@mander.xyz to Programmer Humor@programming.devEnglish · 9 hours agomessage-square23fedilink
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up5·5 hours agoWut? 10 binary = 2 decimal 10 decimal = 1010 binary Where are we getting 11?
minus-squareaaaaaaaaargh@feddit.orglinkfedilinkarrow-up2·edit-23 hours ago10 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
Wut?
10 binary = 2 decimal
10 decimal = 1010 binary
Where are we getting 11?
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