Monthly Archives: February 2014

Our Mathematical Universe: My Quest for the Ultimate Nature of Reality

This short post is a reference to the book by Max Tegmark and a link to his talk at Microsoft Research. Max Tegmark leads us on an astonishing journey through past, present and future, and through the physics, astronomy and mathematics that are the foundation of his work, most particularly his hypothesis that our physical […]

C++ Events using Condition Variables

This code is from the chapter 4 of the C++ Concurrency in Action book by Anthony Williams and can be downloaded directly from the book companion site. I made some minor changes and compiled it in Visual Studio 2013. Making the code available on MSDN may help many who learn multithreading in C++. Code to chapter […]