I should be …

Well I caught a cold recently and I’m pretty sure it was from a recent TX visitor. Regardless of where it came from, productivity pretty much died up until this morning. I made a few pathetic attempts before the weekend started, but pathetic they were. I am glad to know that I’ve made really good friends/alliances with my team members so they helped pull my slack.

This year I got into a program at work called E2(Expert Engineer). It is supposed to represent my company’s leetest of the leet. However, there is another title called DE(Distinguished Engineer), which apparently is even “more leetierest” than E2. Anyways, my point of this is that I should be reading about 200-300 pages worth of materials for the program… and I am uber failing to have the drive for that now.

Instead, I toyed around with writing C++/CLI and XNA applications. The CLI stuff is pretty bland. Wrote code, didn’t work and threw an obscure error. I then remembered that c++ is target platform specific(x86 or x64). So setting the flags correctly, I got x86 to work and attempted to do the same with x64 but then those ‘x’s reminded me of XNA and I deviated to that.

On the platformer, I started following Microsoft’s guidance on populating models using Xml IntermediateSerializer. At first I was a bit cautious on how well it supported OOP paradigms and patterns, but apparently it seems to do all of the magic that I requested; it also has pretty decent pre-compiled support. So I performed that refactor and off it ran again.

My Reference Site

Now that I feel like I’ve done something productive to increase my Programming skill points a little bit, I’ll get to that reading

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.