True enough about the sd cards, sandisk + proper shutdown and they never seem to corrupt. I've yet to have one flake out on 12 rigs. The wobble thing is a very fair criticism though. Never should've been set up with that silly connector.
I just wish the stratum proxy worked as failover (if primary pool fails, go to backup, so on), instead of splitting work.
Just chuck chainminer and that proxy and run cgminer.
Can anyone confirm cgminer working with V2.2 H-cards? I followed instructions found elsewhere in the forum, compiled from a certain github repo (can't find link right now) with --enable-bab and running cgminer did not hash, just gave spi errors. If I could get cgminer going for my V3 m/V2.2 H rig, I'd be very very happy

All of my hcards are v2 and running cgminer. Just nano driver-bab.c and change this:
#define BAB_SPI_SPEED 96000
to this:
#define BAB_SPI_SPEED 625000
run make again and you're gold.
These options can be passed to cgminer on startup:
--bab-options <arg> Set BaB options max:def:min:up:down:hz:delay:trf
As mentioned above bfgminer also works with --enable-bfsb, but cgminer autotunes bitfury, uses far less of the rpi's weak cpu, and runs much better imo.