Larger than a breadbox
You probably will only be interested in my software section or maybe my blog.
I've also been spending a lot of time writing solitaire games. Here's some links to games you can play right in your browser (or on your phone): Freecell Solitaire, Klondike Solitaire, Flower Garden Solitaire, Spider Solitaire, Sea Haven Towers Solitaire.
#define BITCOUNT(x) (((BX_(x)+(BX_(x)>>4)) & 0x0F0F0F0F) % 255) #define BX_(x) ((x) - (((x)>>1)&0x77777777) \ - (((x)>>2)&0x33333333) \ - (((x)>>3)&0x11111111)) -- really weird C code to count the number of bits in a word
If you feel so inclined, you may browse my CD collection...