Sudoku observations and programmatic considerations

  • November 28, 2010
  • James Skemp
At the lowest level, any Sudoku puzzle consists of a number of squares. There are rows times columns squares consisting of a single value. There are x number of larger squares consisting of y values, where x is the smallest of rows and columns, and y is the largest of rows and columns. As already mentioned, there are a x number of rows, as well as a y number of columns. Overlap is possible, but the puzzle still consists of these basic parts.

Read More

23+ hours with the PlayStation Portable: Initial thoughts

  • November 15, 2010
  • James Skemp
On the first of the month I purchased a Sony PlayStation Portable, which was delivered to me on the 4th. Since then I've used it, mostly for play, for approximately 24 hours. Approximately 23 hours and 12 minutes of that was with my first game, Crisis Core; Final Fantasy VII, and the rest (which was probably over an hour) was initial setups, as well as the playing of a handful of demos, and Castlevania: Symphony of the Night, which I had purchased for play on my PS3 a long while ago.

Read More

Game Informer's The 30 Characters Who Defined A Decade is an excellent read

  • November 12, 2010
  • James Skemp
Having just received this month's issue of Game Informer I was pleasantly suprised by the article 'The 30 Characters Who Defined A Decade,' contained on pages 46 to 69. I was particularly surprised to see Elena Fisher on the list, since Nathan Drake was already present, but feel that was an excellent choice. Lost Odyssey doesn't show up as much as I feel it should, so it was great to see Kaim Argonar showing up on the list.

Read More

Getting started with StatSVN (0.7.0) and CollabNet Subversion Server

  • October 31, 2010
  • James Skemp
This past week I was looking at advanced statistical information about a couple Subversion repositories we use at work. While TortoiseSVN has some basic reporting, the downside is that, out of the box, users must have access to the repository to access this information. StatSVN, seemingly the most popular solution, works rather well as an alternative to granting this access. The downside (or upside, depending upon your perspective) is that viewers of the report can see what files changed, and how many lines, but not what the actual changes were (outside of the logged message).

Read More

Oh why can't I find a reason to buy a current gen portable console?

  • October 30, 2010
  • James Skemp
I've spent a great portion of the day researching current gen portable consoles; the Nintendo DS(i) and Sony PSP. MLB for the latter was disappointing (I'm not much of a sports fan, so no surprise), but the Pokemon (I'm ashamed to admit) game was a blast. If any of the stores in Madison actually carried the Metal Gear PSP bundle I would have purchased it, even though I logically have a difficult time justifying it.

Read More

Subversion repository dump: WPF and Silverlight application, with MVVM (revision 25)

  • October 24, 2010
  • James Skemp
As alluded to in a previous post, in regards to an excellent Silverlight/WPF with MVVM tutorial, I've begun looking into the MVVM pattern, as I begin moving towards WPF and Silverlight for applications. Having fully watched the series twice, and begun a third watch working through the example, albeit with the Northwind sample database, I decided to share my labor with others. To that end I present a Subversion repository dump with a fairly step-by-step look at how to go from nothing to a simple application with WPF and Silverlight support.

Read More

Sin City / color in movies

  • October 23, 2010
  • James Skemp
A thread from Facebook that I don't want to lose. To be updated as more responses come in. Initial post Ah, color in movies. Like the bar scene - http://www.youtube.com/watch?v=sbl2LxNZ2eY - in Sin City and near the end of Avalon - http://www.youtube.com/watch?v=P28-PPzCI3k - and the obvious ones in the Wizard of Oz. Any other good examples? Response from Rob Lumley You seem to be mentioning when a particular color stands out.

Read More

iTunes Playlists to Xml: Parsing categories with LINQ

  • October 20, 2010
  • James Skemp
I recently had the need to determine what types of music I had within my collection of music. Since I created iTunes Playlists to Xml so that I could export out my library on my iPod, it was easy enough to run that and then open LINQPad to run the following query. Obviously, you must export the Genre field in order for the following query to work. // Location to the XML from iTunes Playlists to XML String playlistXml = @"

Read More

Excellent Silverlight/WPF MVVM video series

  • October 17, 2010
  • James Skemp
Here's an excellent video series on Silverlight/WPF (XAML basically) and the MVVM pattern. He does, what I believe to be, an excellent job of covering XAML and MVVM during this series, and includes a bit of unit testing as well. Part one is included below, but another user on YouTube created a Playlist with the eight videos released. Update: Or you can view his blog post, time cockpit at NRWConf.

Read More

Fragile Dreams: Farewell Ruins of the Moon (Wii) - leveling and initial thoughts

  • October 16, 2010
  • James Skemp
A little over an hour into Fragile Dreams: Farewell Ruins of the Moon I have three levels of information, and some preliminary thoughts. Leveling information I'll put this into an XML file at some point, I'm sure, but here are the first three levels. Level - HP - Base Attack - Experience to next level 1 - 100 - 4 - 1000 2 - 120 - 6 - 3000 3 - 140 - 8 - 6775

Read More