29 Jul
2013

.devdiv//AppDays with Microsoft Interns

Category:General PostTag: :

Internships for big companies like Microsoft are replete with lore and not a few jokes. They are also highly sought after, competitive, and worth every minute of the experience they offer. Never having done an internship myself, I never really understood that. This summer, I have had the opportunity to work with several Microsoft interns […]

Read More
26 Jul
2013

Byte Magazine Archives

Category:UncategorizedTag: :

Earlier this week I accidentally stumbled on archive.org where they are hosting an extensive backlog of old issues of Byte magazine. This magazine was an American microcomputer magazine, influential in the late 1970s and throughout the 1980s (and well before my time). I’ve been skimming through a couple of these old magazines, and I got […]

Read More
20 Jun
2013

Authentication error connecting to Git on TFS

Category:General PostTag: :

I’m throwing this out there since I couldn’t find much on this specific problem. #payingItForward Problem I struggled getting the git command line to authenticate with Git Team Foundation Service online. My current environment is Windows 8, msysgit, with the git-credential-winstore tool installed. (Love that credential tool) When I first tried to (push, fetch, or […]

Read More
3 Jun
2013

Jackson Data Binding Message Serialization

Category:UncategorizedTag: , :

So now that I have a custom game server connected to a message-based infrastructure, I need a way to send messages back and forth to other parts of the system.  Messages going to and from the custom game server are transmitted as JSON given that the format is easy to work with, supported in all […]

Read More