Book Review: Life Evolving: Molecules, Mind, and Meaning: "In this book, Belgian biochemist de Duve comes across as an exceptionally genial, humanistic scientist. Awarded the 1974 Nobel Prize in medicine for his groundbreaking work in cell biology, de Duve here surveys the scientific approach to understanding how life began, crucial bottlenecks in its increasing complexity, and the question of the contingency versus the inevitability of the entire process. Born in 1917, de Duve regards this presentation as his testament, which perhaps motivates his addressing, periodically in the text, overtly in the final chapter, religious beliefs about the existence of life. Unlike aggressive scientific atheists such as Richard Dawkins, nonatheist de Duve sympathetically reasons through why it is unnecessary to invoke nonphysical influences. On the other hand, he argues against assertions that life and its evolved forms are dumb, naturally selected flukes. Beneath the philosophizing, de Duve delineates biology excellently and authoritatively, introducing it with wonder and curiosity that are bound to excite the next generation. A worthy legacy of a great career. Gilbert Taylor"
What makes programming so difficult - and can we make it easier? By Karsten Wagner I read this great article by Karsten Wagner and couldn't stop myself from reproducing it here... I often thought about the reasons why programming seems to be so difficult and also so different to many other professions. And to what degree it's possible to simplify and quicken the process. Inspired by this blog post , I want to share my view of the topic here. What's the 'process' behind programming? How do we do it? I think that we can break down the process of programming info three steps: Step 1: Analyse the problem you want to write a program for and create a model of the problem which can be implemented as a program. This step has do be done no matter which programming language you use for implementation. It requires both domain specific knowledge as implementation specific knowledge. It also requires knowledge how people interact with computers, about which things are solvable ...
Comments