Behind every good manager lurks dozens of bad ones. While Behind Closed Doors is full of mostly common sense tips it’s uncommon to deal with management that actually apply more than a couple of them. It’s an easy, quick read and an ideal gift for that special manager in your life that you really wished wasn’t. 7/10 The Python Phasebook is a concise, well written set of examples. Each ‘phrase’ is a short task with some sample code that shows one of the possible solutions. Read on →

- file_move_safe(move_from_path, move_to_path) + move_file(move_from_path, move_to_path) Is move_file not as safe as file_move_safe? Is it safer? Dare I read the other diffs to find out? Am I better off not knowing?

It’s actually a good month for dynamic language fans in London as we’ve got both the London Perl Workshop and the inaugural Ruby Manor - both of which I’ll be attending. Although, as a sysadmin, I feel a little bad about not making it to the Linux 2008 event (organised by the UKUUG) I couldn’t really justify the time and cost this year. The talks were a decent selection but not enough to get me up to Manchester on my own budget for a weekend. Read on →

I’ve been spending a fair amount of time recently trying to choose my Language of the year for 2009. I’ve always been a dynamic language fan (yes, I know this means I should be looking further afield for the next one) and I was surprised at how different even such a common task as joining all the elements of an array together, using a given separator, looks between them. First let’s look at the big three, including perl, my current favourite. Read on →

You know what the best way to start the day is? I’m pretty sure that it doesn’t include a production web server putting its file systems in to read only mode. When this happens most local commands don’t work - init, shutdown, telnit and reboot all stop being useful and you have to resort to desperate measures… and here’s the desperate measure of the day. First, check that your system supports the magic sysreq key - Read on →

I made it along to my first ever London Python User Group tonight, and from what the regulars said about the turn out so did a lot of other people. Over 50 people in attendance is very respectable. The first talk was a bit of a let down, it felt really long, quite slow moving and could have been much better as a lightning talk. Shame it was the best part of over an hour. Read on →

You’re in charge of a server that provides two types of assets. The first type is public and its visibility is important to your company. The second should be restricted access only and shouldn’t be public. Now suppose there is a mistake made and the private material is exposed publicly - what’s more important, that the public data is available or that the private data isn’t? Who’d make that decision where you work? Read on →

At $DAYJOB I’m working with a strong team of Python (and Django) developers so over the last couple of months my interest in the language has grown. Thanks to YAPC::EU not being very exciting this year I had a spare slot in my “conference schedule” and went to the highly recommended (by me and previous attendees I’d spoken to) PyCon UK. I’m glad I did. I was more than a little out of my depth in most of the talks but a lot of the speakers were excellent, especially Raymond Hettinger - who I ended up stalking (by accident) and seeing all of his talks. Read on →

I recently went to the London 2008 Google Dev Day (the title of my post doesn’t lie!) and while it was lovely to be near that hallowed grass (only half of which was actually down) the talks themselves left a lot to be desired - actual technical content. I’m not sure if I’m the wrong audience in that I’ve already looked at the front pages and the code samples but I hoped, given the word developer in the events title, that it’d be a bit more tech heavy. Read on →

When it comes to spinoffs the BBC isn’t doing too well. After two, very, very bad series of Torchwood we’re now ‘blessed’ with Spooks: Code 9. It’s got nothing to do with the main Spooks series (a series I do like), has very… inexperienced acting and dull plots. What’s good about it? A lot of the cast are very pretty and it’s only 6 episodes long. Luckily it’s been panned by nearly everyone who’s posted a review of it (I like to be on the bandwagon every now and again) and with a little luck it’ll be canned after just one season. Read on →