Unit Testing Aspects

April 9, 2010

Something that I haven’t really run into is how to unit test an aspect – given how unique the circumstances are required to invoke such an event, I was at a bit of a loss. After some thinking and trial/error, I came up with a cut-down version of what the application uses – a limited [...]

Read the full article →

Drink the Kool-Aid

April 8, 2010

“Perhaps the best announced feature of iAds, though, is that it doesn’t take you outside of the app you’re using to view the ads. Dismiss the ad whenever you want, and you’re right back where you left off.”Seriously?  This is the best announced feature of an advertising platform that can ram things down to you [...]

Read the full article →

Code Attrition

April 8, 2010

Given my day job as a software developer, I tend to get asked random questions by family and friends about computers.  On this occasion, my dad was asking me how to make some C# code work, since he’s working on a C# based project.  I popped open the project in Visual Studio, noticed that it [...]

Read the full article →

Bullying and You

March 29, 2010

Read this and tell me why District Attorney Elizabeth Scheibel (the ‘she’ in the following quote) needs to re-think her worldview, especially in light of the fact that they could probably have saved somebody from suicide. She said the investigation looked at whether the adults’ failure to help Phoebe amounted to criminal behavior. “In our [...]

Read the full article →

NoSQL vs. SQL

March 28, 2010

The backlash against NoSQL has begun!  After enjoying a solid rise in popularity over the last 12-18 months, people are starting to fight back.  The problem is that, as always, people are missing the point.  NoSQL became popular quickly because it addressed an area that DB servers do not: scalability.  Of course many businesses have [...]

Read the full article →

DSi XL

March 1, 2010

“Many gamers only play their Nintendo DS games at home—in bed, in front of the TV while their parents or spouse watch something they’re not interested in.” – http://bit.ly/dBuRNf I play mine while I’m at the PC waiting for games to load, or while doing something in EVE and there is no action. Gaming while [...]

Read the full article →

Wicket Bug

February 17, 2010

I’ll have to file a bug report for this, since it is so interesting, though more investigation is required to see how pervasive it is. Generally, when I use Wicket, I don’t use a FeedbackPanel to display error messages to the user. Instead, I use a FormComponent.IVisitor that walks through all the FormComponents for the [...]

Read the full article →

HTML5 – Expanded

January 3, 2010

My HTML 5 tweet needs a bit of expanding – one that 140 characters won’t allow for.One of the blogs I follow is Dive into HTML5 as it provides some great insight and explores some of the new features that HTML5 provides. The most recent entry (that I read) was called A Form of Madness, detailing [...]

Read the full article →

µTorrent UI Changes Bad Idea

December 29, 2009

The new µTorrent UI just doesn’t do it for me; replacing the ‘play’ start button with that weird up-down icon, the other icons, the menu bar style itself – they just don’t fit well together. Changing a UI to make it more functional is one thing, but breaking something that was pretty perfect makes no [...]

Read the full article →

Math Problem

December 2, 2009

If Ana leaves point A at 9AM and Michael leaves point A at 9:50AM, what speed is Ana’s fist moving at when she hits Michael for arriving at point B at the exact same moment?

Read the full article →