So, I read about Blogging Like a Hacker a few years ago. It sounded like a neat idea. A little over a year ago, after much procrastination, I switched to Jekyll and Disqus for blogging and comments.

Well, guess what? Though the process was novel, I didn’t blog with any more frequency than I have over the past couple of years. I think I’ve discovered this about myself: I like hacking like a hacker, and I might even like writing a book like a hacker using AsciiDoc and git-scribe. But, those are things which tend to demand deliberation and attention to detail.

But for blogging? Forget all that fuss. At least, not the way I want to blog. I usually want to spew things that are longer than a tweet, but shorter than a formal essay. I might iterate by reviewing & revising a few times, because I can’t resist. But, then, I’ll move on.

And, for that kind of writing, the process of using git & jekyll just throws too much friction into my brain:

  • I have to create a text file with a filename of proper form,
  • edit the text with whatever’s floating in my brain stew,
  • start up jekyll for a preview, wait, Ctrl-C after a few minutes,
  • make sure I don’t have my other 1001 posts in the way because generating things takes ffoorreevveerr. (Tools like Marked help here, quite a lot.)
  • start up jekyll again and load the new post in a browser
  • repeat a few times

Oh, and then once I’m happy with the post, I get to:

  • compose a commit message,
  • push to my web server and github for good measure
  • wander off while a post-receive hook regenerates my site on my server

And then, very recently, I decided to check out WordPress again. I almost forgot how stupidly quick & simple it was to set up. Things like that make me want to hack PHP again.

In WordPress, my process is this:

  • visit my blog in my browser, create a new post;
  • go tappy-tappy like a monkey writing Shakespeare, watch the preview pane;
  • hit publish

If I’m feeling frisky, I can update a few more times and also hit some buttons to light up Facebook and Twitter with my new brain vomit.

In my brain, this process makes it feel like so much less of a pain, lame as that might sound. And it’s still self-hosted. And I can still do weird things, if I even care about that anymore. Which I don’t, at least not as much as I did back in 2002.

As it turns out, a pile of static HTML generated from text files kept in git is a great way to archive & mothball a site. And, I’ve been wanting to do more things on http://lmorchard.com — because http://decafbad.com isn’t my name, and there are surprisingly many decafbad’s on the net.

So, now’s as good a time as any. End of an era, and all that.

Oh, and also: WordPress is really easy to update, once I set up an FTP server. It scared me a little to try it the first time, but it just worked. And then it worked again. I never had to ssh into my server, just click buttons in my browser. And that’s about my speed when I’m in a lazy blogging state of mind.

Whew. This was a long post, given all I just said up there. So, I think it’s time to hit the publish button.