Archive for September, 2007

Brian Honan 5k

This morning Cath and I ran the Brian Honan 5k Road Race in Allston. We’ve been looking for a 5k to do for the past few weeks, and this one was in a nearby location at noon today, so we pulled the trigger.

My goal for this race was to run under 23 minutes, which is a 7:24/mi pace. I’ve been doing intervals and tempo runs lately, and I felt that was an achievable goal, but honestly I wasn’t sure I’d be able to run that fast. In recent races I’ve been starting out too fast, so I wanted to run negative splits today. My plan was to run 7:30 for the first mile and 7:20 for the next two miles.

What actually happened was that the entire first mile was uphill. I did a good job moderating my pace even though I wanted to go faster. I finished off the first mile in 7:37, but I think that was OK because of the hill. The second mile involved a somewhat steep downhill to a turnaround, and then back up the hill. This uphill looked pretty nasty, and I sped up on the downhill because I knew I would lose time coming back. I was also slightly worried since I was behind my goal pace. The second mile went by in 7:21, almost perfectly on pace, though coming back up the hill nearly killed me. The third mile was just the reverse of the first mile, so it was a slight downhill. I pushed hard and ran it in 7:08, then sprinted the final 0.1 mile in 37.9 seconds (5:54/mi pace!). Total time: 22:43! I had made it well under 23 minutes!

This was one of the most difficult races I’ve even run. It was kinda hot today, and the hilly course was pretty rough. I’ve also never run anywhere near this fast before — my previous 5k PR was 24:38, almost 2 minutes slower, and the fastest pace I’ve ever run a race is 7:48/mi in the Concord 5-Miler this past July. This race I ran at a 7:18/mi pace. No wonder it felt so difficult.

Given my performance today, I think my goal of a 22-minute 5k is within reach. With another month of speed work, cooler and flatter conditions, and more even splits, I think I can pull it off.

The race itself was well organized. The mile markers were right on, which was very helpful in monitoring my pace. There was lots of water and Gatorade at the finish, and there was even free pizza (though I couldn’t stomach any). The course was kind of ugly and pretty hilly (despite the “fast and flat” description on the website). But I would definitely run this again.

Comments (1)

Fedora 7 on a Dell Inspiron 700m

I thought I would document the process of installing Fedora Core 7 on my Dell Inspiron 700m laptop. I’ve installed it several times on desktops, but this was my first time setting it up on a laptop.

  1. Enable the NetworkManager and NetworkManagerDispatcher services. These allow you to choose which wireless network you want to connect to, enter encryption keys, etc. You can do this by typing “setup” at the command line and enabling the services through the interface. Or you can follow these instructions.
  2. Set the screen resolution to the native 1280×800. First, go into the display settings and change your display type to generic LCD 1280×800. Then switch X from the “i810″ driver to the experimental “intel” drive. You can do this in gnome-config-display or by editing xorg.conf. Other people suggest using 915resolution with the i810 driver instead, but the i810 driver doesn’t work with suspend, which is important in a laptop IMO.
  3. I find Compiz too slow on this particular machine, but it does work. You can enable it from the Desktop Effects control panel in the Gnome menus.
  4. Set it so that you don’t have to enter a keyring password every time you boot and connect to an encrypted wireless network. Instructions here.
  5. I’m seeing lots of error messages from NetworkManager about “Error getting killswitch power.” These are clogging up my log files, and I know that my laptop doesn’t support the kill switch. Do a “locate rfkill” and you should find a file with a “.fdi” extension and also “dell” in the filename. Rename this with a “.bak” extension, reboot, and no more messages. As far as I can tell, this doesn’t hurt anything.

I will keep adding to this list as I come across other problems/solutions.

Leave a Comment