Out of Their Minds

In short

A pleasant gallery of some famous computers scientists. The choice is of course disputable, e.g. concerning artificial intelligence. The glossary is a bit weak. An easy-reader in any case.


Table of Contents


Some quotes

p 5, John Backus:

We didn't know what we wanted and how to do it. It just sort of grew.

p 19-20 Comparing:


    c := 0
    for i := 1 step 1 until n do
        c := c + a[i] * b[i]
to

    Def Innerproduct = (Insert +)(ApplyToAll *)(Transpose)
This has three principal advantages, according to Backus:

p 49, Alan Kay:

[B]usinessmen are more like engineers than like scientists. They basically want to do more than understand. At some point with new phenomena, you have to spend some time understanding it, not just worrying about what are we going to do with it.

p 68, Michael Rabin

We should give up the attempts to derive results and answers with complete certainty.

p 146

The guessing part is nondeterministic and the checking part is polynomial.

p 168, Fred Brooks

The waterfall model of specify, build, test is just plain wrong for software.
[T]he principal intellectual problems in software engineering are problems of scale, not how to write little programs but how to manage the complexity of big things.

p 202, Daniel Hillis

Evolution doesn't solve a problem. Evolution invents a problem and solves it at the same time.

p 228

To Popper, a theory is scientific if it is falsiable, that is, if an experiment could show the theory to be false.
Experimental falsiability doesn't work for mathematics.

p 239, Doug Lenat

If you have the knowledge, it's a trivial problem. If you don't have the knowledge, it's an impossible problem.

Reviews, Software, Maths, Physics
Marc Girod
Last modified: Wed Jan 19 09:29:10 EET 2000