Criminal

So, after having some thoughts about doing something interesting this weekend, I seem to have wound up doing very little today. I went out for a walk in the morning, and then spent some time installing Windows 8.1 Update 1 (or whatever it’s called) on my ThinkPad, and reading comics.

Specifically, I’ve been reading Ed Brubaker’s Criminal. I read the first series, with “Coward” and “Lawless”, a few weeks ago, and now I’m reading volume 2. I have V2 #1-7 in single issues, which I bought when they first came out. (They’ve been in my to-be-read pile for quite a while.) I stopped buying new comics not long after they came out, so I’ll need to pick up the rest in trades or hardcover, or on Comixology or something. (The series is definitely good enough that I will be reading the rest of it!)

I remember reading some of Brubaker’s early work in Dark Horse Presents, years ago, and really loving it. This series reminds me of that stuff, but a lot more mature. (Not that his Captain America work wasn’t great too, but that’s a very different kind of thing.) And the essays on film noir in the back of each issue are pretty cool; I’ve added several books & movies to my Amazon wish list based on recommendations found in those essays. The artwork by Sean Phillips is also great; just perfect for this kind of story.

WordPress caching plugins

I’ve been thinking about installing a caching plugin on this site. After reading this thread on reddit, I think W3 Total Cache is out. Maybe I’ll try WP Super Cache instead. That one sounds like it would be more straightforward to remove, if need be.

from Drupal to WordPress

As a guy with a good bit of Drupal experience, and a limited amount of WordPress experience, I’ve thought about writing up a little comparison & contrast essay for my blog. I just found this post from a guy who has a lot of Drupal experience, and is just getting into WordPress. I agree with most of what he’s saying here, and have definitely noticed some of the same stuff that he has. So now I guess I don’t have to write up that comparison/contrast post!

One note though: since I started using WordPress, I’ve been keeping an eye out for something similar to drush, the command-line tool for Drupal. Well, I stumbled across it today: WP-CLI. I’m not sure if it does quite as much as drush, and I’m also not sure if I’ll be able to get it working on my web host, but it looks useful.

too much to do this weekend

I just figured out that both AnimeNEXT and WordCamp Philly are happening this weekend. I kind of like the idea of checking out a WordPress gathering, and the Philly WordCamp would be relatively convenient. And I haven’t been to an anime convention in a few years, so it would be cool to drop in on AnimeNEXT and check it out. Maybe I can drive to Philly on Saturday and drop in on AnimeNEXT on Sunday? Of course, I need to fit my laundry and grocery shopping in there too somehow.

SSL is working

So my SSL cert came through (after about 12 hours, instead of the expected 4). I’ve added:
define('FORCE_SSL_ADMIN', true);
to my wp-config.php, and it seems to be working. I think it’ll be OK to have the whole admin under SSL and not just the login; SSL doesn’t seem to have slowed down the admin interface.

I realized also that I should make sure the WordPress iOS app will connect with SSL. According to the FAQ, it does, though I don’t know if I have any good way of checking that.

Beginning COBOL for Programmers

Holy cow, somebody actually published a new book on COBOL this year. I haven’t touched COBOL in years, and I don’t plan on touching it again any time soon. But I guess I shouldn’t laugh too much at the idea that COBOL skills are still relevant.

SSL for WordPress

After reading a little about Reset The Net, I got to thinking that it might not be a bad idea to order an SSL certificate for this site, and put, at least, the admin stuff behind SSL. (I never really thought about it much with Blogger, but of course the blogger.com admin interface was always behind SSL.)

So I went ahead and ordered a cert from my host, 1&1. They charge $30 for the first year, and $50 per year after that. So it’s not the best price, but it’s not horrible. It looks like I don’t need to do anything special to set it up, just click a few buttons and wait (then click a few more buttons).

For WordPress, I will likely try this plugin to manage what’s behind SSL and what’s not. Or maybe I should read this page at wordpress.org.