03 SEP 2011 by ideonexus
The Hierarchical World of Mathematics and Theoretical Phy...
The world of mathematics and theoretical physics is hierarchical. That was my first exposure to it. There's a limit beyond which one cannot progress. The differences between the limiting abilities of those on successively higher steps of the pyramid are enormous. I have not seen described anywhere the shock a talented man experiences when he finds, late in his academic life, that there are others enormously more talented than he. I have personally seen more tears shed by grown men and women o...The difference in talent between individuals is enormous, and shocking to those who discover others are vastly more talented than they.
21 APR 2011 by ideonexus
Ken Thompson on Obfuscation in Modern Code
Suppose someone describing something to me from postulates like. "Here's a computer and here are the op codes." I can visualize the structure of programs and how things are efficient or inefficient based on those op codes, by seeing the bottom and imagining the hierarchy. And i can see the same thing with programs. If someone shows me library routines or basic bottom-level things, I can see how you can build that into different programs and what's missing—the kinds of programs that would st...Modern programming principles involve a great deal of delegation, resulting in code that is very hard to follow.