creating a Universally Unique Identifier (UUID) Posted on August 29, 2012ways of creating guid/uuid on Windows and Mac OS X[Read More]utils
Is the Future Fine-Grained Or Coarse-Grained Parallelism? Posted on August 12, 2012linked article from drdobbs about parallelism and granuality[Read More]parallel
Vectorization Series Posted on July 9, 2012a bunch of articles on vectorization from Intel[Read More]performance
C++ and explicit constructors Posted on April 3, 2012some details on why C++11 explicit constructors were introduced in language[Read More]C++ C++11
handy shortcuts for ubuntu Posted on February 19, 2012a few handy shortcuts for ubuntu[Read More]linux
controlling number of processor cores on your machine Posted on February 13, 2012controlling num-processors on windows[Read More]utils windows
Delete User Caches in Mac OS X Posted on January 22, 2012deleting and purging user caches in Mac OS X[Read More]macos utils
C++11: delegating constructors Posted on January 17, 2012notes on C++11 delegating constuctors and a few details[Read More]C++ C++11