Twitter
- @christwise Is our cuisine not the best? Seriously! 2010/06/22
- @Kersimus Wow, what did you do to it!?!?! 2010/06/17
- Headed home to write some code. 2010/04/07
Archives
Categories
Blogs I Read
Coding Blogs
Web Comics
Meta
Monthly Archives: March 2009
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();
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