Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Web Development

2004 OSCON Round-Up


August, 2004: 2004 OSCON Round-Up

Andy manages programmers for Follett Library Resources in McHenry, IL. In his spare time, he works on his CPAN modules and does technical writing and editing. Andy is also the maintainer of Test::Harness and can be contacted at [email protected].


Andy brings us the news from the 2004 O'Reilly Open Source Convention in Portland, Oregon. If you're going to an upcoming conference and would like to write a conference report for TPJ, drop me a line at [email protected] —Ed.

Walking in to the Portland Marriott this year, I felt like I was home again. It's like nothing had changed, starting with the dozen geeks in the lobby, mostly on Mac laptops, sucking up the free OSCON wireless goodness.

Monday morning started with a bang, with Damian Conway's tutorial "Perl Best Practice." For three hours, he lectured on how to write good, maintainable code in a language that makes it so easy to write bad code. It was the most pragmatic talk I'd seen from someone whose talks are more often aimed at the "proof of crazed concept" angle. Most interesting, or at least most Perl-specific, was a discussion on writing maintainable regular expressions, including the importance of building up regular expressions from components using the qr// operators, and always using the /s, /m, and /x flags.

Damian also mentioned lesser known modules like IO::Prompt, which makes the drudgery of getting user input slick and handy, and Readonly, which makes variables nonmodifiable. (Actually, IO::Prompt is so little-known that Damian hasn't published it yet.) It was interesting to see a few items on which we disagree, like the use of mutator methods instead of setter/getter pairs and inline POD. I firmly believe that POD belongs interspersed throughout the code (see WWW::Mechanize for an example) so that changes can be made to the docs easily when the code changes; Damian says it all begins after the __END__ token. TMTOWTDI, indeed.

This session effectively paid for the entire trip, since I've been working on getting departmental coding standards, and this session covered 90 percent of what I wanted to have in them. If you can see Damian give this talk, do so. If not, don't worry. He'll be turning it into a book for O'Reilly. (And by the way, O'Reilly & Associates is now O'Reilly Media.)

After the lunch break, it was back to Damian talking about how to give a quality presentation. Although there was no Perl content, I'd have been a fool to miss a master of presentation give away his secrets. He discussed every aspect of giving a talk, from what to call it and what to talk about, to what to wear. Key concepts included the importance of telling a story, rather than presenting a hierarchical tree of ideas; that the presentation is meant to inspire and give a taste of the topic, since the talk will probably not be the primary source of information; and the importance of "stair-stepping" your talk, leaving "landings" of less content to let the audience catch its breath.

Larry Wall's yearly State Of The Onion address was a love letter to the Perl community. No big announcements, just a recap of the last year of Larry's life based on the theme of screensavers, and a heartfelt thanks to the people that keep Perl going. After Larry's talk, David Adler and Ann Barcomb presented the Perl Foundation's yearly White Camel awards. Awards went to Dave Cross, the current leader of the Perl Mongers user groups (http:// www.pm.org/), and to two Perl magazine publishers: Jon Orwant is the original publisher of the magazine you're currently reading, and brian d foy is the publisher of The Perl Review, as well as the founder or the Perl Mongers. brian also had copies of TPR's first print issue. It's great to see another magazine about Perl. It makes me feel like we're increasing our collective strength and mindshare.

Speaking of mindshare, Tim O'Reilly's talk on "What Book Sales Tell Us" gave some interesting computer trends reflected in publishing sales trends. Most notable is that PHP books are 50-100 percent better sellers than Perl books, which reinforces what I've been seeing: PHP's lower barrier to entry means more bodies, but more beginner programmers. Perhaps Perl will be seen as more of an "adult" programming language.

The session calendar also backed up the popularity of PHP. PHP was all over the place, especially with the recent release of PHP 5. PHP still doesn't have namespaces, but darned if people aren't doing a lot of cool stuff with it. Ruby was all but nonexistent this year. I hope Ruby hasn't had its day in the sun, fading away into obscurity.

Finally, this year's Lightning Talks were a little different. Normally, Mark-Jason Dominus presents 16 talks in 90 minutes. This year, the reins were in the capable hands of Geoff Avery, who gave us 45 minutes of Lightning Talks, and 45 minutes of Current Projects talks. He referred to these project talks as "lightning talks without the time limit," where project leaders were able to get up and give a call for help on their current projects. Autrijus Tang discussed svk, a Perl-Subversion integration project he's involved with, and Jouke Visser's pVoice generated a lot of interest. Jouke's daughter Krista is unable to speak, and pVoice allows her to speak using the computer. See http://pvoice.org/ for details. (And of course, I plugged the Phalanx project: http://qa.perl.org/.)

As always, OSCON was a blast, and well worth the time away from the family and the mountain of e-mail awaiting my return. It's amazing to watch the interaction of these people who make Perl happen. As immediate as e-mail and IRC and blogs may be, there's no comparison to having people meet in person. I ask everyone interested in Perl development to get somewhere that they can meet other Perl folks, whether it's OSCON, YAPC, or just a local Perl Mongers meeting. I'll see you next year!

TPJ


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.