Moving from Serendipity to WordPress

I think I have all the steps figured out now, so I should probably document them for others:

  1. Install WordPress 2.x. Yes, 2.x. You can download older versions here. I used 2.9.1-RC1 by accident. It worked, but I would use 2.9.2 if I was doing it over and paying attention.
  2. Grab the import script from Snowulf. Make sure you grab the latest version (1.5) and the readme file.
  3. Follow the instructions in the readme to clear out the database. The actual SQL command is “delete from <tablename>;” (no quotes.) When you get to the wp_terms table you want to do “delete from wp_terms where term_id = 2;”
  4. Copy the script into the import directory and run it according to the instructions. I had about 930 posts and it took maybe two minutes.
  5. Make sure you follow the instructions in the readme about running the post-migration SQL commands. I missed these steps the first time and that may have been part of my issues.
  6. Don’t forget to open a category and save it to fix the hierarchy.
  7. Upgrade to the latest WordPress. Current version as of this writing was 3.5 and it was as simple as clicking the “upgrade” link in the admin panel.
  8. Since 2.9.x creates an admin user, your imported users won’t have the correct privileges set, so you will need to go change them.

If you want to redirect the old blog to the new one, there is another post over at Snowulf about how to do that.

The piece that hung me up there was that Serendipity installed an .htaccess file that specifically turned off mod_rewrite! So I dropped all the rewrite rules into that file and it worked great!

I did end up adding a rule at the bottom to redirect the front page, since both old and new blogs were not located at the root of the site:

#And then lets redirect the front page too
RewriteRule ^$ /<new_location>/ [R=301,L]

Thanks to the Jo(h)ns over at Snowulf for the script and info!

Moving the blog

I’m moving my blog from Serendipity to WordPress.

Mainly just to see if it’s really better.

So it turns out I may have been using an old version of the script AND I didn’t notice there were a few steps to perform afterwards.

Now it appears to have worked properly! I’ll detail the process in another posting.

Adventures in rifle bedding

I brought my Grandmothers old deer hunting rifle home this summer.

It’s a Remington 721 in .270 Winchester from about 1949. The action and barrel are in pretty good shape, but the stock is kind of rough and the scope is an old Lyman Challenger 2515 and low powered.

So I decided to buy a new stock and scope and fix it up a bit!
Continue reading →

Making a temperature controller

Lead melts around 600 degrees. My melting pot has a basic thermostat marked 1-10. It’s nice to know how hot your lead is when casting, as it aids in consistency in bullet size.

The easy answer would be to buy a thermometer. But who wants to use the easy answer? I’m a nerd, I have to use the technical answer.

There are a few threads over on the CastBoolits forum about adding a PID controller (proportional–integral–derivative controller) to your melting pot. It’s not expensive and it’s a techie thing to do. How could I not?

Continue reading →

IM with Stef

I just had the following IM conversation with my 19 year old daughter:

Stef: Why did you order a box of lead?
Me: for making bullets!
Me: is it heavy?
Stef: very
Me: 65 lbs
Stef: lol
Me: did the mailman complain?
Stef: he had it sitting on his shoulder and didn’t think I could carry it
Stef: pfft
Me: haha
Me: did you carry it?
Stef: yes
Stef: I put it on the piano bench
Me: that’s my girl!
Stef: which promptly collapsed under the weight
Me: haha
Stef: it fell through the floor
Me: well, I wanted it in the basement anyway
Stef: I think it destroyed some of your workshop, too
Stef: hahaha
Me: lol

Gumption Trap!

There I was, cruising along, building the fence for my new router table…

I was working off some plans I found on the internet but I needed to change some dimensions and the dust port needed to come out the other end, so I had scribbled some notes and flipped it in my mind.

I was gluing it together and using 18 gauge brads to hold it together. I got about 90% done and SHIT! I had put it together backwards (the way it was in the original plan) and I had made two pieces wrong.

There is no way that it’s coming apart without destroying it. I’ll have to make all but four pieces over. Instant Gumption Trap.

I put down my tools and called it a night. There was no way I was going to get any more done.

Adventures in Pan Lubing Boolits

So the next step after casting boolits is to apply lube to them. There are several ways to do this. I decided to try pan lubing them.

Supposedly that’s as simple as it sounds. You put the boolits in a pan and add some lube. Let’s see how that worked out for me.

Here are 100 boolits in a round cake pan. 50 of each type that I cast the other day.

Do not use your wife’s good cake pan for this. I bought a cheap one at the store for about $2.50.Continue reading →