Backpacking Blunders

The Cascades are a very photogenic mountain range: a choice location for a first backpacking trip (you can see full resolution versions of these photos and more here). I have done plenty of camping and hiking in my lifetime, but until several weeks ago I had never combined the two. It’s something I’ve always wanted …

Continue reading ‘Backpacking Blunders’ »

Focused on Fast

I love the counterintuitive. Fortunately software development provides many opportunities to observe the phenomena. Of course it can be frustrating at times, but it is fascinating once you realize what is really going on. A while ago I blogged about Jerry Weinberg’s Pickle Principle. The very next section of his book containing that anecdote tells the …

Continue reading ‘Focused on Fast’ »

EC2 Automation

A new colleague and friend of mine, Cosmin and I were talking at lunch the other day about EC2. He has been playing with AWS and EC2 for longer than I have and had some great suggestions. One of them was to prefer automating EC2 Instance creation and setup with shell scripts over using Instance …

Continue reading ‘EC2 Automation’ »

nodeJS: Beginnings

So two posts ago I documented my first foray into nodeJS. The result was a simple HTTP server that served one line of static HTML. All I really accomplished was to prove to myself that nodeJS was installed correctly, I could copy/paste six lines of code, and that the copied code would actually create a …

Continue reading ‘nodeJS: Beginnings’ »

EC2: Important Safety Tip

As I was doing research and working to get my EC2 instance up and running, I ran across a thread (I can’t remember where) that outlined a potentially frustrating scenario. Fortunately I escaped learning this lesson in my normal mode and learned it from someone else’s mistake! There are two ways to shut down a …

Continue reading ‘EC2: Important Safety Tip’ »