Ad fail : Ukrainian beauties

Maybe it was the 3am, maybe I’ve been watching comedy videos for too long, or maybe it’s genuinely funny – I’ll never know for sure.  But it made me smile.  While watching Andi Oslo stand-up comedy improvisation, I saw this ad popped up:

ukrainian beauties

International Space Station Assembly

Absolutely amazing!  Humans have created this complex structure, bit by bit, while it flies 370 kilometers high and covers over 7 kilometers per second!  And while there are actual humans inside it too.

What’s more amazing is that having proof of the fact that we can work all together, we still kill each other over sill things like religion, skin color, and money.  I wonder when we’ll get over it finally and start working together more.  Maybe never …

Fedora and USB disks going into /run/media/user

Fedora and USB disks going into /run/media/user

As part of systemd/DBus revolution, newer Fedoras have this annoying feature that all USB disks get mounted into to /run/media/[user]/[diskname] (also /var/run/media, which is a symlink).

[…]

To return old behavior back and make udisks2 change mount point to /media, create a file /etc/udev/rules.d99-usb-shared-media.rules:

ENV{ID_FS_USAGE}=="filesystem", ENV{UDISKS_FILESYSTEM_SHARED}="1" 

udev should notice and read this file automatically. After this, just unplug and plug your USB drive back to see it in good old /media.