Merry Christmas 2004
“We’re getting out of here” – 2004 Christmas card.
Geese photographed by the Cemetery Lake, Southampton Common.
Geese photographed by the Cemetery Lake, Southampton Common.
[Jump to gallery | script] These are some almost SooC images BUT cropped square AND with left and right images swapped AND “alignment circles” at the bottom. These 3D square stereograms were captured with my recently constructed stereo camera module. This is part of an ongoing project to create a modular GNU/Linux digital camera system…
Trip to France on the Eurostar train.
Decided to take visit the flamingoes in Hong Kong’s amazing Botanical Gardens.
Sometimes in GNU/Linux one needs to set file and directory permissions separately and recursively. This is a way to do it. Set file permissions:- find . -type f -print0 | xargs -0 chmod 644 ; Set directory permissions- find . -type d -exec chmod 755 \{\} \; Note these are powerful commands with which you…
Pécs Driving around the beautiful city of Pécs and some snaps from the observation platform on the Pécs TV Torony. At 197 metres tall, the Pécs TV Tower is the tallest building in Hungary and the views from it are quite stunning. Other days Part 1 Part 2 Part 3 Part 4 Part 5 Part…
In my early days of using GNU/Linux full time, we had an application called Gwenview. It was, and still is an excellent thumbnail viewer. But back then it also used to have an excellent set of plugins called KIPI. Sadly the really useful ones such as resizing and changing format completely disappeared when KDE 5…