The Pattern on the Stone : Book Review

If one rips apart a computer and looks at its innards, one sees a coalescence of beautiful ideas. The modern computer is built based on electronics but the ideas behind its design has nothing to do with electronics. A basic design can be built from valves/water pipes etc. The principles are the essence of what makes computers compute. This book introduces some of the main ideas of computer science such as Boolean logic, finite-state machines, programming languages, compilers and interpreters, Turing universality, information theory, algorithms and algorithmic complexity, heuristics, uncomutable functions, parallel computing, quantum computing, neural networks, machine learning, and self-organizing systems.

How to Find Fulfilling Work

The author tries to answer two questions via this book : What are the core elements of a fulfilling work ? How should we make a change to our current path so that our work is in line with our being. Give meaning to work The author talks about five aspects relevant to work : earning money achieving status making a difference

Superforecasting: Book Review

In this post, I will attempt to briefly summarize the main points of the book An optimistic skeptic The chapter starts off by saying that there are indeed people in the world who become extremely popular, make tons of money, get all the press coverage, by providing a perfect explanation, after the fact. The author gives one such example of a public figure who rose to fame explaining events post-fact, Tom Friedman.

Quote for the day

“Do not be too timid and squeamish about your actions. All life is an experiment. The more experiments you make the better. What if they are a little coarse and you may get your coat soiled or torn? What if you do fail, and get fairly rolled in the dirt once or twice? Up again, you shall never be so afraid of a tumble.” -- Ralph Waldo Emerson

Reproducible Research with R and RStudio : Summary

The book starts by explaining an example project that one can download from the author’s github account. The project files serve as an introduction to reproducible research. I guess it might make sense to download this project, try to follow the instructions and create the relevant files. By compiling the example project, one gets a sense of what one can accomplished by reading through the book. **Introducing Reproducible Research **The highlight of an RR document is that data, analysis and results are all in one document.