Stories
Slash Boxes
Comments
NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

barbie (2653)

barbie
  reversethis-{ku. ... m} {ta} {eibrab}
http://barbie.missbarbell.co.uk/

Leader of Birmingham.pm [pm.org] and a CPAN author [cpan.org]. Co-organised YAPC::Europe in 2006 and the 2009 QA Hackathon, responsible for the YAPC Conference Surveys [yapc-surveys.org] and the QA Hackathon [qa-hackathon.org] websites. Also the current caretaker for the CPAN Testers websites and data stores.

If you really want to find out more, buy me a Guinness ;)

Links:
Memoirs of a Roadie [missbarbell.co.uk]
[pm.org]
CPAN Testers Reports [cpantesters.org]
YAPC Conference Surveys [yapc-surveys.org]
QA Hackathon [qa-hackathon.org]

Journal of barbie (2653)

Monday July 15, 2002
10:35 AM

My week in Perl

[ #6364 ]
Reinstalled my laptop (was RH 6.2) to RH 7.3, mainly to get mod_perl compiled properly in Apache, but also cos I was getting bored of wishing I had a decent Office system that worked under Gnome (and for anyone thinks StarOffice does, it doesn't on the 2 different cover disks, 1 official disk and a site download I tried).

Having got KDE up and running with various extras, discovered I only have 200MB left on my HD :( Mind you it's my own fault for adding games I suppose ;)

Alas it isn't as fast as my previous installation, and has the annoying habit of continually popping up the contents of the CD drive when reviving from suspend mode. I can probably turn it off, but have found the option yet...

With everyone seeming to rave about KDE I expected it to fly, but on this box it appears to be at least 30-60 seconds slower to open a browser.

I prefer the Workspace split on Gnome as I usually have a defined role for each one. Several times with KDE I select the workspace, then accidentally select the wrong console and I flip to another workspace. Is there a option to only show the apps running for the selected workspace? I might get better with practice, but I doubt it.

Started redevelopment of our flagship product into mod_perl. Previously codenamed Mephisto, the mod_perl version has been christened Elizium (see Fields Of The Nephilim). Proving a bit messy to begin with, but hopefully it should make the whole thing a bit more streamlined.

Also saw my contribution to NMS get an official release this weekend :) Nice to know I can do something useful every once in a while.

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • If that's the code I looked at, then I'm not sure the codename is sufficiently diabolical.
    • No, you looked at the other product that is being developed for NTL.

      The one I'm responsible for is a much simpler beast. The only major hassle really is making sure all our globals are being passed correctly.

      Unfortunately because it was based on an old code base that has gradually been rewritten, we don't run with -wT and strict, which is very scary. However, running on my laptop with -wT and strict mainly just showed up that the passing of globals between scripts is bad and there are several instances