Development
Migrating to Node
So I wanted an app server.
How hard could it be right? Well, not really that hard at all.
I was tired of having a static site served by apache. I want to do some cool stuff with the google APIs, like maybe a form submit where the results end up in a google doc for me. To do that I need more than …
which which?
I’m using locomotivecms for a project I’m working on, and it uses ImageMagick for resizing pictures on the fly. The standard instructions say to use the bitnami Ruby stack installer to get everything you need in a nice neat bundle.
That worked for me for a while, until I needed to …
hosting the blog
I decided to use Amazon EC2 to host the blog, because they give you 1 year free on a micro instance. Plus I’ve always wanted to learn how to host something on Amazon’s cloud. I’ll get a linux instance and put an Apache HTTP server on it. Should be easy enough to do.
Here’s …
Creating a blog
Well, here it is.
I’ve been wanting to create a blog for a while. I don’t know what it will look like in the future, or how often I’ll update it, but as I sit here writing it it’s kind of cathartic. It would be good to get some thoughts out there, and if anybody reads it …