humans and logic

Eugene Leitl Eugene.Leitl at lrz.uni-muenchen.de
Wed Jun 13 04:53:00 EDT 2001


On Tue, 12 Jun 2001, Rainy wrote:

> >> Try writing 1,388,034,093 in binary on a piece of paper
> > 101,0010,1011,1011,1011,1000,0010,1101-ly y'rs -- Jan
>
> That's much more unweildy, isn't it?

It's not the representation, it's the operation. Try adding these things
manually, or, worse, multiplying, or dividing them. Lots of little bitsys
to keep track of.

If you want it compact, or succinct, that's what octal or hex is for.
Decimal needs not apply, because you can't just take three or four groups
of bits, and convert them back and forth via lookups.

And of course the question is not for people using the numbers daily
(though binary should be the first number system taught in school), but
for digital hardware (hint: it's called digital for a reason. No, it
hasn't got fingers, guess again).

-- Eugen* Leitl
______________________________________________________________
ICBMTO  : N48 10'07'' E011 33'53'' http://www.lrz.de/~ui22204
57F9CFD3: ED90 0433 EB74 E4A9 537F CFF5 86E7 629B 57F9 CFD3





More information about the Python-list mailing list