# Wednesday, May 19, 2004

Ever want to have an application idle timer for you CF app?  Maybe to pop up a login screen, power down a peripheral or log off a network?  A recent newsgroup post prompted me to write one, and in VB of all things.  The thing that took longest was figuring out that VB.NET doesn't actually have an application entry point and call to Application.Run unless you modify the project settings.  And this is supposed to be easier than C#?

At any rate, the code is in the OpenNETCF Wiki.  Expect a C# version in the near term.  In fact I'm going to work on a set of IMessageFilter implementation examples, so if you have any ideas or things you'd like to see, let me know.

Wednesday, May 19, 2004 1:03:03 PM (Central Daylight Time, UTC-05:00)  #     | 
Just in case you've missed the news, on Monday we released version 1.1 of the Smart Device Framework.
Wednesday, May 19, 2004 12:56:42 PM (Central Daylight Time, UTC-05:00)  #     | 
# Monday, May 10, 2004

So now NASA is considering using robots to repair Hubble instead of a manned mission.  The primary reasoning being that it is safer and more cost effective.  While laudible reasons, I think that using robots should be the preferred method for a completely different reason.

Let's face it, putting a man up there and doing repairs, maintenance and upgrades isn't technically challenging (though it is rocket science).  We've done it all before, and doing it again really doesn't teach us anything or push the boundaries of space exploration for us.  Using a robot, on the other hand, is a new advancement.  We've not done it before and by pursuing it we'll be improving our ability to understand the complexities of the job.  THis will further our ability to make robots that repair other craft and machines even further from Earth.

So by all means, scrap an astronaut visit. It's costly, risky, and just plain boring.  If we want to push further in our abilities to explore space, we need to push our abilities to do work locally, and in this seemingly rare case what is good for science may also be good politically.

Monday, May 10, 2004 4:33:44 PM (Central Daylight Time, UTC-05:00)  #     | 
This article predates my days as a developer (I was a seismic geologist in those days) but it's unbelievably valuable.  Sure, it talks about Windows 3.1 and DOS and 95 was the latest, but if you develop on any windows platform you should read an understand it.
Monday, May 10, 2004 4:23:46 PM (Central Daylight Time, UTC-05:00)  #     |