LPW 2005

davorg on 2005-11-27T09:01:32

Well that's the LPW finished for another year. I hope everyone else who was there enjoyed it as much as I did.

Highlights for me were:

  • Greg talking about how he had recently rediscovered the joy of hacking by writing a couple of small programs that made his life better
  • Leo and Leon talking about how they wrote MighTyV in four week's of evenings and weekends
  • Mark Dominus whose presentations are, of course, always a pleasure to watch

If anyone is interested, the slides for my talk on Databases and Perl are now online.

Many thanks to everyone involved in organising it (how's that JIT organisational strategy working out?) I'm really looking forward to next year.


re Databases and Perl

n1vux on 2005-11-27T21:21:36

Nice presentation deck you've got http://mag-sol.com/talks/db/. Nice to a tutorial something go from naive SQL to Class::DBI.

Is the logo supposed to be an Onion and a Lightbulb?

If I read the source right, this was an S5 presentation? There seems to be a built in delay between page transition and next strip-tease bullet shown, no matter how fast I click. The styles that are actually used are in external CSS files, so what's with the "perltidy style" definitions, I don't see them used?

Comments

Slide 2
Someone at LPWS probably already mentioned that the SQL parenthesis ") needs to be inside the perl parenthesis like this: )".
Slide 20 (Sample Code)
Presumably you mentioned that real code would have to check return values and throw useful errors on at least prepare?
Slide 27 (Music::Artist code) (repeated Slide 30)
Someone at LPW probably already mentioned that last two lines should begin with Music::Song not Music::Artist -- cut-and-pasteo.

Cheers!

Re: Databases and Perl

davorg on 2005-11-28T10:02:08

Nice presentation deck you've got http://mag-sol.com/talks/db/ [mag-sol.com]. Nice to a tutorial something go from naive SQL to Class::DBI.

Thanks. Glad you liked it. It was quite a rush getting all that into thirty minutes. Quite a lot of it had to be "here are some interesting things that you should go away and look at later".

Is the logo supposed to be an Onion and a Lightbulb?

It's the Perl Foundation onion logo.

If I read the source right, this was an S5 presentation? There seems to be a built in delay between page transition and next strip-tease bullet shown, no matter how fast I click. The styles that are actually used are in external CSS files, so what's with the "perltidy style" definitions, I don't see them used?

You're right that it's an S5 presentation. But it was created from a POD file using spod5. I guess that the extra definitions were added by that.

And thanks for the specific comments on the slides. I'll put them right tonight. Perhaps it's because of the speed I was going, but no-one else spotted them.

Oh, and regarding errors. I stated clearly that detailed discussions of error processing were one of the things that were cut due to time constraints. When I got to the slide you mention (slide 20) I said something like "this is just an example, please don't use it verbatim, it has no error checking and if you use it like that your bosses will all come after me with very big sticks!"