View from Mt Clay - looks like a ship in reality
Blurry ferry
water rat
P1060086.JPG
00024.jpg
HPIM1006.JPG
00009.jpg
00113.jpg

 

November 2006
M T W T F S S
« Oct   Dec »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Some tricks for Perl people using ViM

This is mostly for me - I always forget how to convert my regexp from Perl knowledge to the Vim editor. The place where I got a fair amount of info is: http://www.geocities.com/volontir/
The first thing is greedy matching, Perl knows it as: .*?, but Vim knows it as .\{-}
The next is back referencing, Perl [...]

Popularity: 4% [?]

Everybody's a critic WTF?? Nothing about this made senseas useful as a blindfolded monkey throwing dartsmediocre ... at bestsolved my problem but needed modificationspectacular.  \'Nuff said (Be the first to rate this post)
Loading ... Loading ...

Still haven’t done a full write up on my installation of mythTV 0.19 on Ubuntu, but I promise that I haven’t forgotten (thinking about migrating to 0.20). Just thought I’d put up the extra cron items that I have just inserted.
root@flexo:~# vi /etc/crontab# These next two entries are for mythTV15 *    * * [...]

Popularity: 5% [?]

Everybody's a critic WTF?? Nothing about this made senseas useful as a blindfolded monkey throwing dartsmediocre ... at bestsolved my problem but needed modificationspectacular.  \'Nuff said (Be the first to rate this post)
Loading ... Loading ...

ASP return value from .execute command

I’ve done this before and I spent ages looking for the answer again, so I decided to document it (finally!). ASP has some really nasty functions (especially coming from a PHP background) and all that I wanted to do was to be able to see if a simple INSERT or UPDATE statements succeeded or [...]

Popularity: 15% [?]

Everybody's a critic WTF?? Nothing about this made senseas useful as a blindfolded monkey throwing dartsmediocre ... at bestsolved my problem but needed modificationspectacular.  \'Nuff said (Be the first to rate this post)
Loading ... Loading ...

Patching debian with IMQ for traffic control

I’m just writing a quick note about how I patched my kernel to handle traffic control (tc). To begin with I believe that I’m running a Sarge distro of debian with a modified 2.6.10 kernel but I used the prepackaged kernel patch as documented http://debian.nix.hu/projects/kernel-patch-imq/, I then did a make-pkg using the following command:
make-kpkg [...]

Popularity: 5% [?]

Everybody's a critic WTF?? Nothing about this made senseas useful as a blindfolded monkey throwing dartsmediocre ... at bestsolved my problem but needed modificationspectacular.  \'Nuff said (Be the first to rate this post)
Loading ... Loading ...