Those nice people from the London Perl Mongers have announced the 2005 London Perl Workshop. It’ll be on Saturday 26th November at The City University. More details from the web site. I expect I’ll be giving some kind of talk. Hope to see some of you there. Update: 2005. It’s 2005!
Tag: tech
Flatterer
From an interview with Gregory Wilson where he talks about his recent book Data Crunching. I was also inspired by David Cross’s excellent book “Data Munging with Perl“, which taught me most of what I know about how to actually use the language. If he’d written a cross-language version of that book, I probably wouldn’t… Continue reading Flatterer
ActiveRecord Does It Wrong
I’m listening to the keynotes on the final day of EuroOSCON and David Heinemeier Hansson is talking about the secrets of Ruby on Rails. He talks about how they promote “convention over configuration” and how that means that you don’t have to describe the same object attribute multiple times. This is a great idea, but… Continue reading ActiveRecord Does It Wrong
EuroOSCON Day 1
Ok, so it was probably day 2 if you were here for the tutorials, but it was my first day here, so I’m calling it day 1. Just a few brief notes so that I remember what I did yesterday, I’ll fill in more details later. The morning started with the keynote speeches. Nat began… Continue reading EuroOSCON Day 1
How Not To Publish RSS
More and more web sites are publishing RSS feeds of their useful data. But if you’re going to publish RSS feeds then it’s important to get it right. The Transport for London site is a good example of how not to do it. Whilst trying to get the latest news on the current Northern Line… Continue reading How Not To Publish RSS
EuroOSCON
Interesting post from Nat Torkington about what he’s thinking on the eve of the first European OSCON. It’s been a few years since I went to one of the US OSCONs and I’m really interested to see how the European version works out. I’ll be arriving in Amsterdam on Monday and will, of course, be… Continue reading EuroOSCON
Hacking URLs
How do you surf the web? Chances are that you’re like most people and you just click on links to move from page to page. Seems that most people don’t use the location bar in their browser. That’s the text box near the top of your browser window that contains the URL (or, in plain… Continue reading Hacking URLs
Neologism
Is Lloyd the first person use the word “pingosphere”? I’ve never seen it before. Oh wait, Google has one previous usage. Does anyone else just think of penguins when they read it?
Databases and Metadata
Following on from my previous post let’s take a closer look at the kinds of metadata that you might put into a database and how an Object-Relational Mapping layer (like Class::DBI, ActiveRecord or Hibernate) might make use of it. We’ll start with the most obvious stuff and work our way down to less common features.… Continue reading Databases and Metadata
Be Prepared
Today was the day I gave my talk on Enterprise Perl at the LinuxWorldExpo conference. As always when speaking at these conferences I was well prepared. I had my talk on my laptop and a copy on a USB memory key. Also, as my laptop is looking a bit long in the tooth and isn’t… Continue reading Be Prepared