December 2004 Archives

How to get the most out of conferences

| No Comments

Browsing around, I found this nice piece about how to not get bored on conferences by Scott Berkun.

He talks about different kinds of sessions, and notes that it is often the case that conversations are more valuable than the sessions, something I deduced for myself long ago. Then he proceeds with helpful hints, some of them obvious, others less so.

Pierced eyeglasses

| No Comments

A horror of the day: pierced eyeglasses.

Link "longening" service

| No Comments

In the vein of various link shortening services (http://tinyurl.com/ , http://xrl.us/ and so on) some evil soul has created an absolutely hilarious link longening service, http://www.hugeurl.com/

Beware exponential code

| No Comments

I am not discovering America, but this:

s/(\S+)$//s); $x = $1; $y = $_;

is the hell of a lot faster than an equivalent

/^(.*?)(\S+)$/); $x = $2; $y = $1;

One can really feel that with moderately long lines (50K or so).

About this Archive

This page is an archive of entries from December 2004 listed from newest to oldest.

January 2005 is the next archive.

Find recent content on the main index or look in the archives to find all content.