Former out and out scumbag, depraved psychopath and and god-wannabe Google CEO tells US congress that 99% of all electricity will be used to power superintelligent AI. And he's serious, he's totally serious.
So, all the barbers and bakers, the hospitals and schools can survive on 1% electricity and water, while the tech bros devour 99% of everything. This is their plan. This is how they think. This is how they feel. Big Tech will burn everything to the ground.
https://futurism.com/google-ceo-congress-electricity-ai-superintelligence
Our camera support is completely community driven! If you camera isn't supported, you can get it added by following the instructions at https://github.com/darktable-org/darktable/wiki/Camera-support
my #build #container framework:
sudo unshare \
--fork \
--mount \
--uts \
sh -c "
mkdir -p $ROOTFS/proc
mkdir -p $ROOTFS/sys
mkdir -p $ROOTFS/dev
mount -t sysfs /sys $ROOTFS/sys
mount -t proc /proc $ROOTFS/proc
mount --rbind /dev $ROOTFS/dev
hostname $MACHINE
su $USER
export PUAVO_CACHE_PROXY=$PUAVO_CACHE_PROXY
sudo unshare --root $ROOTFS $CMDLINE
"