Archive for the ‘Rant’ Category

Double?!?

Posted: June 23, 2011 in Graphics, Rant

I feel like a quick rant…. Why on earth is the standard numeric data type used throughout WPF and Silverlight a double? 97% of the time, when you’re working with numbers in any app, a float will do you  just fine. Particularly when you’re merely dealing with layout and transforms in WPF/SL, I can scarcely [...]

Steve Jobs called this the “post-PC” era, where simpler smartphones and tablets dominate a market that used to be exclusive to desktops and laptops.  Even game consoles can do many of the basic services of a computer. The focus on the consumer has, in the past few years, taken on its primary role as the [...]

The Object Pattern

Posted: April 2, 2010 in Rant

I’ve been spending more time recently focusing on design patterns. Basically I’m just looking to add more clever tricks to my developer sack-o-tricks.  The best way to think of patterns, in my mind, is just an elegant solution to a common problem. When I run into an interesting problem I need to solve, I do [...]

WPF’s Performance Landscape

Posted: August 17, 2009 in Graphics, Rant

The WPF team, by design, hid what they could of the underlying mechanisms used to render graphical elements in WPF. The overall philosophy was to make WPF a designer-centric universe, where users care more about things being more or less intuitive and “just working” than the more coder-esque ideals of ensuring things work optimally, are [...]