So I don’t play 3d shooters any more. But I’ve played a lot in the past, and I’m a programmer, so I had some thoughts on the current state of game development, especially on the consoles. ...
[More]
So Makerbot has promised to support TOM users with Makerware in early 2013. You can see the post here. I’ve also included a screenshot: However, with their last ...
[More]
Here are some tips and tricks I’ve discovered during my first week with the Lumia 920. Some might be documented and obvious to everyone else but me, but I’m listing every one I can think of. ...
[More]
Just read this great article on the different libraries and frameworks for creating SPAs. Take a read if you want to get a state of the land for MV* js implementations.
I’ve been trying to convert a physical machine for a couple of days now. Each time, I’d only get ~2 to ~3MB/s. It was terrible. I finally found the solution here. After the cha...
[More]
Microsoft, Microsoft? When will you learn that common sense should trump “telemetry”? Would Steve Jobs ever make a decision based on automated metrics instead of real feedback from real pe...
[More]
Spam emails are getting more and more real looking. For example, here’s a Paypal email I received below. Looks genuine! But, when I hover over the link, I see that it’s to some...
[More]
I was having an issue where I was copying a batch of objects from one array to the other, which in turn caused a row in a table to be destroyed in one table and created in another for each object....
[More]
It has good, up-to-date information on the t-splost, or the Atlanta Transportation Referendum that will raise sales tax by 14 percent or more if passed. http://tsplost.com
I have switched some of my jsonresult controller methods to use json.net for serialization. Why? Because I needed enums to be serialized by their names instead of their values. To do this...
[More]