Monthly Archives: August 2006

Back Injury, Dav VII

I’m still decomissioned. I can walk better, although now my hips (particularly on the right) are starting to hurt a little because I walk with a funny gait. I have now been inspected via X-ray and MRI and have been … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Back Injury, Day V

My back is still mostly kaput. I can stand & walk (ok, ok, shuffle) for short amounts of time (i.e., < 30 minutes). I can sit up for a little longer than that, but after about an hour, it's about … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Back Injury, Day II

I went to a physical therapist today. He ran me through a number of motions, excercises, and devices intended to make my lower back feel better, but at least for the first visit, they made the injury more painful. I … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

A back is a terrible thing to waste

Well, yesterday morning, after spending many, many hours over the weekend lifting building supplies and getting the floor frame of my detached study built, I woke up feeling great. There was no soreness or anything, and I felt well-rested. I … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Carpentry Project #3: Day III

After attending church on Sunday, I went back out to get a little more done on the study. I finished up the last two floor joists, but before I could start putting on the plywood flooring, I needed to round … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Carpentry Project #3: Day II

On Saturday, I finished up getting the concrete blocks leveled. That was quite hard work. The boards in the picture were only used for leveling purposes at this point (although they get used for their purpose soon). After getting the … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Carpentry Project #3: Day I

After getting the materials I needed to get started, I just needed some time to work. I got my chance this weekend. Thursday was the first chance I had, and the first step was to get a foundation in place. … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Carpentry Project #3: A Detached Study

I’m about to be kicked out of my study to make room for a new addition to our family. I still need a place to go, and we didn’t really want to buy house (not to mention that we don’t … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

C++ Style Redux

I just discovered the POCO library. It’s pretty neat-looking: it has a number of components that provide functionality that goes beyond the standard C++ library, such as threading support, networking, XML reading/writing, etc. The cherry on top is that not … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Understanding STL Containers

This article is a really great way to start understanding STL containers. It discusses the differences between a vector and a deque (a double-ended queue) (you’ll often see C++ rookies as “what’s the difference between vector and queue” or something … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment