Beatnik (email not shown publicly)
http://www.ldl48.org/
A 29 year old belgian who likes Mountain Dew, Girl Scout Cookies, Tim Hortons French Vanilla Flavoured Cappucinno, Belgian beer, Belgian chocolate, Belgian women, Magners Cider, chocolate chipped cookies and Perl. Likes snowboarding, snorkling, sailing and silence. Bach can really cheer him up! He still misses his dog.
Project Daddy of
Spine [sf.net], a mod_perl based CMS.
In his superhero time (8.30 AM to 5.30 PM), he works on world peace.
underspec'd code? (Score:2)
Are you an equal opportunities *ROOAAR*er? Your code as is will trigger on male leads in tight outfits. Not that this is wrong, just that it's not consistent with a subtle trend I noticed in your examples. This is what comes from not writing decent regression tests before coding. :-)
Re:underspec'd code? (Score:1)
if ($trailer =~
will also match movies with babes and guys in that kind of outfits. I don't use RE's when I walk down the street
What is spine? (Score:1)
sky
Re:What is spine? (Score:1)
For now, a short description. It's a CMS. Oh yes, uhm it's mod_perl based, uses a DB and should become flexible to expand (at some point). You can browse around the admin section and see what it does (for now).
"uses a DB" (Score:2)
Most of the 'id'-fields are auto_increment, which rules out any RDBMS that does not use that syntax (or which doesn't have auto_increment fields).
Your default database setup file uses MySQL syntax to create the database (something for which there is no common syntax yet - Ingres (which I know best) does not allow you to create databases from within a session - a session is connected to a database, it is proba
Re:"uses a DB" (Score:1)