Posts for Systems

Switching from Linux to Mac

Embracing Minimalism Over the course of the last year, I've slowly gone through a major shift in my philosophy about technology and about life in general. I've begun to see the great value of minimalism, and as a result I've begun to strive for elegant simplicity. For a long time, I've almost obsessively tinkered with my computer setup, both software and hardware. I have been a long time Linux user, and as soon as I got a stable setup I'd always be eager to update to the latest alpha or daily build so that I could get things working again. With web development, I would often start a project and get excited about it, and then start another one at the same time, and then another. In my personal life, I would get interested in something and I would pursue it 110% - spending hours perfecting guitar solos, writing fiction, ...

(click to read more) 1 comment so far

Automated Webfaction DNS Override Updates

I use DNS overrides with WebFaction to point several subdomains to my home servers. My internet service provider, however, provides my router a dynamic IP address that changes every time my DSL modem is disconnected and then reconnected to their system. Each time this happens, it disrupts service to the home servers because WebFaction is still pointing to the old IP address. I decided to do some searching on the WebFaction forums to see if there was an easy solution to this issue. I was happy to see that I was not the first one with this issue, and WebFaction's solution was to write an XMLRPC API function allow users to create and delete DNS overrides with their own code. Reading through this post reminds me of why I love WebFaction so much. Their customer posed the question to them on December 29th, and despite the New Years holiday their ...

(click to read more)