The Wrath of Kon

Dispatches, thoughts, and miscellanea from writer Jon Konrath

October 2009

Cart racing

width=300

My work had a team-building event today where they brought us to an indoor go-cart track and set us loose for a while on a twisty course with gas-powered carts.  I raced 40 minutes of an hour-long race on a three-person team, and had a car change about halfway through because my throttle broke. Then I spent the last part of the race in a sliding car with cold tires.  I finished the practice round in second, but finished sixth in the full race.

Overall, it was a lot of fun, although it left me sore as hell, and made the commute home interesting.  I kept wanting to slam into turns and shave corners.  The whole experience reminded me of snowmobiling in Alaska, down to the annoying helmet.

If you ever have the chance to do this, here is one big tip: when the track safety guys blue flag you and tell you to let the guy behind you pass, ignore them.  I actually let people pass when I got flagged, and I was the only one who did.

Album reviews are here

So, ProgSlob.com, my attempt at a music site, has pretty much died on the vine.  I stopped blogging there after my car accident in April, and never got back on the horse.  I’m in the process of moving all of the worthwhile writing here; since both are WordPress installs, this is easy-peasy.

Now you can find all of my album reviews scattered amongst the entries here.  Or just go to reviews and read them all in one clip.

End of another season

God.  Damn.  It.  I am pissed about the way the Rockies lost tonight.  They were winning 4-2 at the top of the 9th, and then a blown save later, the season was over.  I spent most of the game pissed, thinking for sure they blew it, and then in the end of the 8th, a brief turnaround, and now… well, maybe next year.

I am thankful for a few things though:

  • I got to go to two games in Denver, when I initially thought this would be my first Coors Field-less season.
  • I also got to see a win here in Oakland.
  • I got to listen to a ton of games due to MLB at Bat on the iPhone, and all of them from the Denver-local 850 KOA feed.
  • They made it to the postseason.  After much last-second nail-biting wildcard antics, they managed to make it in.
  • They didn’t get swept in the NLDS.  In fact, they were the only team that wasn’t swept in a division series this year.
  • The switch to Jim Tracy not only got them a club-record number of wins, but they also got a bit of attention in the national media with their winning streaks and race to Rocktober.
  • It was good to see Jason Giambi in the purple pinstripes.
  • At least the Red Sox got eliminated.
  • And more salt to the above wound, at least the Yankees are still alive.

And in the “maybe next year” department, it will be good to see Jim Tracy coach a full season, with that initial two months’ of piss-poor coaching removed from the record.  And maybe Jeff Francis will be back, and Aaron Cook will stay with it for longer, and who knows what other talent will be added to the club.  I’m almost certain Garrett Atkins will move on, given his high salary and crappy year; I initially felt bad about that, given the sentimental attachment of him and 2007, but I’m now convinced that could be for the better.

There are still a few more weeks of baseball left, but I’m ready to close the book on 2009.  Way back before the all-star break, I predicted a Yankees-Dodgers WS, and maybe that will still happen.  I wouldn’t mind seeing the Angels make it, but this is the point where I tune out for a few months until the itch starts to develop again, and I start pulling out the baseball books and yearning for the start of April to roll around again…

Automatic writing

I haven’t been writing in a while. I still feel like my last great writing project was Rumored to Exist, which shipped in 2002. Everything since then has been a greatest hits or a remix or a collection or something that I started and then watched die on the vine. I’ve managed to get a few good short stories hashed together in the zine, but it starts and ends there.

And in the last year, forget about it. I haven’t been able to spend more than ten seconds in front of my home computer, given my work schedule. I thought about a lot of different book projects, and would chip away a few words here and there, but I think in the last year, I’ve managed to write maybe a few thousand words. I did finish one short story, and I sort of dicked around with a few ideas for books, but never committed. And like waking up one day a decade after college and finding oneself fifty pounds overweight, I simply do not write anymore. It might be like riding a bike to some people, but I think it’s a perishable skill, and if you don’t sit down and work on something every day, it goes away. I now flip back to some of my old writing, the books or even stuff on here, and I’m amazed at how much better it is than anything I’ve tried to do in the last few months. And it’s because I used to write every god damned day, and now I write about as much as I go to the gym, which is basically never.

I’ve been talking to my friend Michael about this, and finally came to the conclusion that I just need to man up, wake up earlier every day, and pound out some writing every day, even if it is not for a project. That was the original intention of this journal, to give me some practice every day before I got to the actual writing. But there are a lot of political reasons I can’t just dump anything in here. I’m always afraid of who will read it, and I want things to have a start and a finish, and I want to match a certain theme, and blah blah blah and then I end up paralyzed by fear and unable to write anything. But I need to write SOMETHING.

That’s when I decided I needed to dump more into automatic writing. I’m not talking about the spirit world trance writing bullshit; I mean sitting down at the keyboard, starting with a thought, and just typing, dumping thoughts straight into the buffer with no concern about plot or structure or underlying anything, just brain to hard disk, trying to capture a scene or a feeling. I don’t know the history of this method; I guess Kerouac was pretty hip to it. But my goal was to sit down at 5

AM, eat my bowl of cereal, and speed-type down a thousand words a day of something.

I dropped this into my .emacs file:

(defvar write-directory "~/writing/automatic-writing")
(defun writing ()
  (interactive)
  (find-file
   (expand-file-name (format-time-string "%Y%m%d.txt" (current-time))
                     write-directory))
  (goto-char (point-max))
  (newline)
)

(global-set-key "\C-c\C-w" 'writing)

Now I can hit Control-C Control-W in emacs and open up a text file with today’s date, and type away.

I’ve been doing this for the last two weeks, and it has been amazing. I’m just writing stupid stuff, memories of old computers and cars and places I’ve lived, bits I’ve vaguely forgotten and have never put into stories, or things that don’t even make stories but have some good potential for description. I think of an idea in the shower, then without thinking too much, start hacking away. I’ve really been able to knock the rust loose, and I feel like my ability to write is coming back. I am not assembling together the next War and Peace or anything, but it’s something I’m thoroughly enjoying, and I look forward to doing it every day.

My next goal is to (maybe) try to get up a hair earlier, and see how I can work on actually getting the next book going. Or maybe I need to actually focus on a list of vague topics, and see if I can eventually knit together a hundred days of this stuff into something more substantial. But for now, a thousand a day, until I can do it in my sleep. (I sort of am doing that already…)