Board Gaming

Games we own. These are all available for game night with the North Tahoe Tabletop Board Game Meetup group....

Art Projects

I have worked on various art projects over the years. This is a collection of some of those projects....

Programming Projects

I have worked on various personal and professional computer programming projects over the years. This is a collection of...
Uncategorized

Arrow Puzzle

The only hint I can give for this puzzle is to say that it is a puzzle. There is something encoded in the arrows. I will send $50.00 via paypal to the first person to solve it (although no one reads my blog so I’m off the hook!)….

Continue reading
Computers & Programming

New Blog Style

I was inspired to use a Windows Phone style for my blog. I came up with this: It’s not really the Windows Phone style but it does move towards the simplicity that I see on the phone and on the Windows App Hub site. The choice of color…

Continue reading
Computers & Programming

MMO Simulation of Real Life

I was thinking earlier today about my railroading/train game ideas. In my train game, you would manage a railroad. The first version of the game would have the player starting with enough money to build a small railroad. The game would take place in an area that had…

Continue reading
Computers & Programming

Tombstoned

… or “How my app dies and comes back to life to read its own tombstone” I’m working on code related to tombstoning my Windows Phone app. I’m slowly discovering that the Microsoft designers were not thinking much about app developers when they designed their tombstoning feature. When…

Continue reading
Computers & Programming

Windows Phone Project

Since I am writing a Windows Phone app for a private company during my free time, I don’t have any other news to report. I can’t describe much about the phone project because it is all proprietary. I’ll try to have more cool posts some day. Dave

Continue reading
Computers & Programming

Time Zones

Time Zone handling in programs is interesting. Beyond the incredible inconvenience of Daylight savings time, programs tend to use the local time and let other programs deal with that information. I suggest that all code in the world be changed to send and receive data using GMT, UTC,…

Continue reading