So, *another* person asked if I’m “on twitter”, so I went and got on there. Whatever. As far as I can see, it’s a useless distraction, but people seem to be obsessed with it. I’m convinced that these people don’t have any real work to do. Once you sign up, the only thing you can…
Month: July 2007
Where does that Python DB handle go?
UPDATE: Well, that didn’t take long. My solution works, but there’s a better way. Create the connection in main(), and create separate *cursors* for each Host. Cursors are cheap, and you reuse the connection. Thanks to Brend on #python (irc.freenode.net) for the enlightenment. Python has been a wonderful language to get to know so far….
Why you should write: common myths debunked
I give a talk that advocates writing. I do this because I owe my career to people who wrote down what they knew and made it available in one form or another; either free on a web site, or in a book that I bought. When I started editing, one of my jobs was to…
My first interview
I was interviewed by Tony Mobily of Free Software Magazine! You can see the interview here. Also, if you’re tired of Slashdot and Digg, Tony also works on Free Software Daily.
Python 2.5’s “partition” saves my bacon
So I was on more than one IRC channel today asking a question that I got lots of answers to, all of which looked really messy to me, so I dug into the documentation and found that in Python 2.5, strings have a new method, called “partition”. Here’s the trouble I had, and why “partition”…
On the demise of SysAdmin Magazine
CMP recently announced that they will cut 200 jobs, and shut down more than one magazine in the process, folding their content into other existing magazines. There has been a lot of buzz in the sysadmin community (which I know largely as a loose collection of people who belong to LOPSA, SAGE, USENIX, or local…
Python Magazine Lives
I have a confession to make: For the past 6 weeks, I’ve been leading a secret double life. By day, I’m a mild mannered system/network/database admin in academia. I also write some PHP, Perl, and Python code. By night, however, I’m an author and editor. My latest project is bigger than most. In fact, it’s…