trying to figure out a title for this "how your CPU represents integers and floating point numbers" zine
so far the best idea is "inside the machine: integers and floating point" but that's not great
trying to figure out a title for this "how your CPU represents integers and floating point numbers" zine
so far the best idea is "inside the machine: integers and floating point" but that's not great
@b0rk Whatever you do, make it count!
*ducks* đ
@b0rk How about:
"When 1+1 doesn't equal 2"
"It's just a 1. How hard can it be?"
"What's the (floating) point?"
"I do not think the floating point representation means what you think it means" (Princess Bride!)
"Numbers: a bit of this, a bit of that"
@b0rk
Some random ideas:
How Numbers Are Made
Inside Numbers
The Bits of Numbers
Numerical Bits
I hope these might be helpful.
@b0rk Something Iâve been trying to figure out about big- and little-endian designs: The reason Iâve always felt weird about little-endian integers is that the most-significant bit is on the right and most-significant byte is on the left.
But⊠is that just because of the convention of writing left-to-right? Could you write a 16-bit little-endian int containing â1â as
10000000 00000000
?
Does the hardware fundamentally care or is it just writing convention?
@b0rk I think "how your CPU represents integer and float numbers" is good as is!
maybe "how your CPU sees ints and floats" if you want something shorter
@b0rk I remember having trouble explaining numeric-resolution problems to a nontechnical friend and I finally realized the key issue they didn't know but we all do is that we want to fit numbers into fixed-size slots. 16/32/64/128 bits. So maybe something like "numbers as bits in slots" or some such.
(Then this smart person asked "what if they won't fit?" and I had to explain about BigNumbers etc, but that's maybe a distraction)
Hey, I just `ADD` you.
And this is Craaaazy.
Bits make these numbers.
So `CALL` me Maybe!