Tag Archives: programming

Faraday Libraries

Faraday Faraday is an high-level HTTP client library with middleware support, and support for multiple low-level HTTP client libraries. It can be used just by adding it to the Gemfile and running bundle install, just like RestClient can. Or, a … Continue reading

Posted in uncategorized | Tagged , , , , | Comments Off

WordPress Plugin: SyntaxHighlighter Brush Pack

After installing the CoffeeScript brush for SyntaxHighlighter Evolved, I wanted a Clojure brush. Rather than install another plugin, I created a combined plugin, with a generic name so I can add more semi-popular languages to it, called SyntaxHighlighter Evolved: Brush … Continue reading

Posted in uncategorized | Tagged , , , , , | Comments Off

Proudly Powered

I archived this blog using HTTrack for a few months because it was killing my tiny (256MB) improperly-configured slice and I was considering switching my blog engine. It worked surprisingly well, except I couldn’t write new posts. My blog is … Continue reading

Posted in uncategorized | Tagged , , , | Comments Off

URLs worth caring about

I like seeing URLs, whether in the link text or by hovering over a link. They are often truer to their content than what the person adding the link writes. I always have the status bar turned on in my … Continue reading

Posted in uncategorized | Tagged , , , , , | Comments Off

Downgrading Django to 1.1.2

I had some issues upgrading to Django 1.2.1, and needed to roll Django back to 1.1.2. I searched for “Downgrading Django”, and didn’t find instructions, so now that I’ve figured it out, I’m posting instructions here. First, if you’re using … Continue reading

Posted in uncategorized | Tagged , , , , | Comments Off