Wednesday, May 18, 2005

Sorry, couldn't resist the pun.  Here's an article I did for .NET Developer's Journal this month.  It's a peek at what I've been working on the last couple months.

5/18/2005 6:10:42 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]  | 
 Saturday, May 07, 2005

My wife and I head to Vegas in the morning for MEDC and a little R&R.  It'll be nice to get a break to recharge from a very hectic last 6 months (though things are still going better than for Neil it appears).

Once I'm back I'll post some stuff on what I've been up to lately as well as some status info on the long awaited SDF 1.3 (it's good news, I promise).

5/7/2005 9:58:19 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]  | 
 Tuesday, April 26, 2005

It seems that mobile and embedded computing is finally being recognized as an actual career path.  Purdue University has a class and a Mobile Computing Lab.  Check out the projects students have done so far.  Very promising indeed.

4/26/2005 9:54:33 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [3]  | 
 Tuesday, April 19, 2005

Here's a quick look at the object model so far (the Aircard555 is where the bulk of it resides).  The documentation is a bit sparse yet for descriptions, and there are methods that I've not yet added - largely for voice calls - but it's coming along well.

Anyone have interest in the voice end of things anyway?

4/19/2005 12:24:42 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]  | 
 Friday, April 15, 2005

I've got a basic code line counter that I like to run on my projects occasionally.  Just hit the SDF source tre and this is what I got:

code lines=51090 comment lines=32619 files=473 projects=12

A typical rate of development for an experienced developer is probably 100 lines of debugged code per man-week.  That means that the SDF has roughly 9.8 man-years of development invested.  Now consider you can get it for free, including source.  Even if you were superhuman and could write 1000 lines of code per week, it would still take you a year to replicate it.

4/15/2005 12:13:47 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]  |