Cataloguing Work Flow – one wa …

Cataloguing Work Flow – one way to store your images.
I store the images off my digital camera as follows:

  1. in $HOME/Docs/pics/ there’s a directory called camera.
  2. When I have photos to store I create a directory there with the current date, ie “2003-01-22”.
  3. Once I’ve copied the files over and browsed through them with gthumb I rename the parent directory and add a description at the end. ie “2003-01-22 – John’s Garden”

All horribly complicated I’m sure you’ll agree, not! So far there’s around 3800 files in the camera dir, amounting to 1.8GB of space used! Occasionally I’ll backup my photos onto CD, and I think I should do that again this weekend as there’s another CD worth of pictures now. I will go to the bother of backing *everything* up again, instead of an incremental backup, it’s only a CD or two after all.

Turck MMCache for PHP Turck MM …

Turck MMCache for PHP

Turck MMCache is a opcode cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations for speed up of PHP scripts execution. Turck MMCache typically reduces server load and increases the speed of your PHP code by 1-10 times.

Looks like the same thing as PHP Accelerator. Hopefully benchmarks and comparisions will come out soon.