head

Basra Snow Storm

Sunday, February 8, 2015 

I was feeling a little left out, reading posts by people digging out of snow storms and here I am in Basra where it gets down to 10C at night sometimes and usually hits the mid 20’s during the day.  Rough.  But the weather here came through with our own sort of snow storm.

 

Blizzard Brown-out conditions

Starting to look like a brown-out!

 

 

Snow covered yard furniture!

 

Obligatory shot of the yard furniture getting covered.

 

I've got snow on my head!

 

Kitty’s head is starting to show some accumulation.

 

Can't see more than a few hundred meters with this snow!

 

With all this blowing through you can barely see a few hundred meters!

 

starting to accumulate!

 

It’s really starting to accumulate. Where’s the snow blower?

 

Takes special cleaning to get that snow off.

 

It takes some special cleaning after playing out in it.

Posted at 06:20:38 GMT-0700

Category: CatsphotoPlacesTravelWeather

Fantomatik Orchestra at Borgo a Mozzano

Thursday, November 3, 2011 

The Fantomatik Orchestra performing at Halloween at Borgo a Mozzano

That’s our local butcher dancing with the cow’s head and eyeball.

Converting to webm to break the privacy leak and serial dependency to Youtube, AV1 recompression with the following command executed the second pass at a blistering 0.00917x actual speed, or 0.3 fps compression rate.

 ffmpeg -i Band_at_Borgo_a_Mozzano.MTS -c:v libsvtav1 -pix_fmt yuv420p10le -preset 2 -svtav1-params tune=0 -b:v 0 -crf 39 -pass 1 -an -f null /dev/null && \
 ffmpeg -i Band_at_Borgo_a_Mozzano.MTS -c:v libsvtav1 -pix_fmt yuv420p10le -preset 2 -svtav1-params tune=0 -b:v 0 -crf 39 -pass 2 -c:a libopus -b:a 128000 Band_at_Borgo_a_Mozzano.webm

 

Posted at 04:03:03 GMT-0700

Category: GeopostPlacesPositiveReviewsTravelvideo

Linux 342

Wednesday, August 15, 2007 

An IBM 342 with a ServeRAID 4lx is a fine machine, but getting Linux to install is less the effortless. Emacs!

2d238159.jpg

I’m trying to get zoneminder to work on this very nice IBM 342 with a serve raid card and some good drives and 3 video capture cards. The thing should be able to capture 12 streams of video simultaneously, or 6 at full 30FPS. But getting Linux variants to properly recognize the serveraid card is a challenge.

The Mandrake LiveCD install works great on IDE systems, no problem at all. But it doesn’t see the serveraid, so that one was out. Gentoo saw the serveraid card, and since video capture and real time analysis is one of those things that would be good to do fast, the gentoo optimization scheme seemed promising, but it wasn’t. Just a miserable series of failed compiles and fixes that went on endlessly.

So from there to Debian, which is very nice and since it is the parent of Ubuntu and there’s an Ubuntu package and Carolyn loves Ubuntu, that seemed worth a shot. It does see the Serveraid, but there seems to be a bug in the IPS.o driver which reared it’s irritating head during package installs causing hangs, even after I updated the firmware to 7.12.12.

So that was out. On to a distro officially supported by IBM: Suse. That installed great, easy no problem, detected all the ADCs on the capture cards and everything. Very easy to install, but there are some weird bugs with ffmpeg that hung the compile of Zoneminder. It descended into another endless series of patch and edit and retry effort to get through the compile….

Then I saw that Fedora 7 has an RPM in the main distro for ZoneMinder. It is officially supported by IBM and seems rock solid. So far the network install has gone well – the install CD is only 7.71 MB (!) and it seems tentatively promising… it’s on the “Starting install process” screen, which is supposed to take several minutes. As it may need a few GB of data, I’ll give it some time. Unfortunately Fedora doesn’t support CD installs and the 342 has a laptop style CD-ROM drive, so doing a DVD install is out of the question. Network installs are efficient if you only have to do them once, but the retry is all penalty download.

Posted at 15:05:15 GMT-0700

Category: Linux