Ken Thompson, co-inventor of Unix, is reported to have uttered the epigram "When in doubt, use brute force". He probably intended this as a [ha ha only serious], but the original Unix kernel's preference for simple, robust, and portable algorithms over [brittle] `smart' ones does seem to have been a significant factor in the success of that OS. Like so many other tradeoffs in software design, the choice between brute force and complex, finely-tuned cleverness is often a difficult one that requires both engineering savvy and delicate esthetic judgment.


Node:

[brute force and ignorance]

, Next:

[BSD]

, Previous:

[brute force]

, Up:

[= B =]