Podcast list

When washing dishes, mowing the lawn or during commute I enjoy listening to podcasts. The following is a list of my favorite podcasts. I link to their homepage, but you can most likely also find them via iTunes or whatever podcast software you happen to use.

Windows Utilities

The following is a list of the programs and tools that I install when I get a new computer or reinstall it.

My iPad Apps

The iPad app-store is not the best with respect to search and comparison of the overwhelming number of available apps.

Project Euler 35

To create the rotations I make a “detour” by converting the number into a string and then performing the rotations on the string.

Visual Studio 2008 GUID Macro

I have never completely understood why Visual Studio had to start another (graphical) utility in order to create GUIDs. I’m all for the UNIX kind of small (text based) utilities than can be combined. Furthermore, this utility creates GUID in formats that are useful to C++ programmers. Why have they not used the built in Macro system?