Hacking rake:stats to get gross LOC

28 06 2007

Web App Autopsy has some juicy metrics such as the 100:10:1 ratio of anonymous visitors to free registered users to paying users. But they also have LOC counts which seem quite high, and which include things that rake:stats (a Rake task that’s part of Rails, which counts lines of source code and provides some basic analysis) doesn’t count. So, I hacked rake:stats to include them. Here’s what I did:
Read the rest of this entry »



Bruce Tate on learning J2EE

27 04 2007

I’ve been listening to the Ruby on Rails Podcast over the last month or so, starting with the first episode from way back in July 2005 and now I’m up to the March 10, 2006 episode with Bruce Tate. There’s a great section in this podcast where Bruce describes the immense amount of information that programmers have to learn in order to approach J2EE.
Read the rest of this entry »



A funny rant about SOAP

13 02 2007

I have encountered SOAP firsthand once (as opposed to reading about it) and I was kind of appalled at its ickiness. It looks like I’m not the only one; here’s an amusing post from a couple of months ago:

The S stands for Simple, by Pete Lacey.



Regarding “Awaiting the Day When Everyone Writes Software”

29 01 2007

To: pontin@nytimes.com

Regarding your article “Awaiting the Day When Everyone Writes Software”:

Your ignorance of the reality of software development would be excusable if not for the fact that your CV suggests that you should know better. Your defamatory description of programmers smears an entire industry of individuals with a single, pejorative stereotype.
Read the rest of this entry »



The Reason There Is No Silver Bullet

7 01 2007

Joel Spolsky does a good job of describing why “there is no silver bullet” is true.