Category Archives: Computers

kontron pitx-sp

Well, my Kontron pITX-SP 1.6GHz board finally came. This is the souped up version of the 1.1GHz board that I evaluated in February. This version in addition to being clocked 500MHz faster also features a bootable microSD socket, and two … Continue reading

Posted in Computers, Programming | Tagged , , , | Leave a comment

nas server

After seeing Jeff Atwood’s recent data loss I had my own nightmare about losing data. Unfortunately for me it involved the loss of all of the photos I’ve taken since 2003. Plus a good deal of other stuff. So, I … Continue reading

Posted in Computers, DIY | Tagged , , , | Leave a comment

making it DRY-er

I am a huge fan of DRY (don’t repeat yourself). It has the obvious perk of making code easier to read and comprehend. There are also other benefits that are less obvious.

Posted in Computers, Programming | Tagged | Leave a comment

the “empty” toolbox

If you wouldn’t trust a carpenter who did know what was in his toolbox work on your house, why do you let developers who don’t know what tools they have work on your code?

Posted in Computers, Programming | Tagged | Leave a comment

at&t uverse woes

The last two weeks I have been on a bit of an adventure with AT&T attempting to get Uverse service and this is my story.

Posted in Computers, house | Tagged , | Leave a comment

long way ’round

I want to know why you might approach assigning “Longitude” to a CString using this method: CString temp_str; sprintf(temp_str.GetBuffer(), “%s”, “Longitude”); temp_str.ReleaseBuffer();

Posted in Computers | Tagged | Leave a comment

project update

So, I’ve been running down the list of features that I want in my system backup application. I’ve decided that this is the must implement feature list: Full system backup (i.e. support bare metal restore) Hourly backups of changed files … Continue reading

Posted in Computers, Programming | Leave a comment

software project

Work has been keeping me ridiculously busy lately, but I’m starting to formulate plans for my next side project. I think I am going to develop a volume shadow copy backup system. The system will be similar to TimeMachine but … Continue reading

Posted in Computers, Programming | Leave a comment

C#

I have been playing with C# for the last few days and I am really starting to like it more. Implementing Singletons are so easy compared to some of the other languages. Additionally the runtime reflection that the .Net framework … Continue reading

Posted in Computers, Programming | Leave a comment

filter filter who has the filter

Been working on the inertial processing software lately. Finally got the package to store the Kalman Filter state vectors. Having a spot of difficulty getting it to load the state vectors though. That too shall pass! I am getting really … Continue reading

Posted in Computers, News, Photography | Leave a comment