Review: Alternity
My rating: 3 of 5 stars
There are a few things in this book that are a bit on the nose - for example, there’s a distinct Moon theme going on with a bunch of things and the main characters are Skye and Dawn. However, the deeper you get into the book, the more these things make sense. There are similar themes are Alice in Wonderland and The Wizard of Oz that are referenced via the names of things. At first I found it slightly annoying, but eventually it just seemed like a crazy meta commentary on how there are no truly original stories and everything is borrowing from the stories that came before it. So what starts off clunky ends up being much more seamless at the end.
Review: This is How You Die: Stories of the Inscrutable, Infallible, Inescapable Machine of Death
This is How You Die: Stories of the Inscrutable, Infallible, Inescapable Machine of Death by Ryan North
My rating: 4 of 5 stars
This book was more than just more stories in the Machine of Death world. It was also the Machine of Death in fantasy worlds and science fiction worlds and all kinds of creative new worlds. It was a lot of fun and a great followup to the first book.
SuperMario now has 3/4 of its possible RAM
While it’s generally not needed for a general purpose Linux computer, when editing large RAW files it helps to have lots of RAM. But the biggest reason I upgrade the RAMĀ on SuperMario was that Crashplan requires about 1GB of RAM per 1TB being backed up. With me moving everything but gaming over to SuperMario, I have 4.8TB of data to back up! It had been failing its backups and now, with 24GB of RAM it works quite well and I’m getting close to having everything backed up! Plus, there’s a lot less swapping of programs in and out of RAM!
August 2015 Video Games Report
Civilization 5 (14 hours):

Dan and Dave finally started playing their multiplayer turns again. YAY!
The Witcher (14 hour):
Finally was able to find some uninterrupted gaming time. Here’s the video!
https://youtu.be/iw8LjKofqU0?list=PLEJrELYLxNgUtl5L7oM52YnJj9Jt4c5yp
If you’re interested in watching, it goes from session 25 through 40 (or more if I forget to update this section before I publish)
Super Mario 64 (3 hours):

Scarlett kept asking me to play until I found the princess.
Pacific Northwest Trip Part 2
This year happened to contain one of the driest summers the Pacific Northwest had seen. There were lots of fire raging, some intentionally set and some caused by nature. On the way to the Bachelor Party caving trip, I saw this immense plume of smoke from a fire.

I’d been to lots of caverns before, so that’s what I expected from this bachelor party trip. I first suspected I was wrong when I couldn’t find a sign for the place. My suspicions grew when Dave arrived (along with other attendees) and we just started walking into the woods. As we arrived at the entrance Dave told us that one can be sure he’s arriving at the entrance to a cave by spotting mosquitoes. Turns out we were going into a lava tube. I thought that meant we’d be walking in a cave that was fine as glass. Instead it was as if someone had chosen a cave to dump a bunch of rocks. We did see some baby stalagtites, though.
Pacific Northwest Trip Part 1
A while ago I went to the Pacific Northwest for Dave’s wedding. I finally am getting caught up with my photos from back then. It was a fun trip because we’d lived in Oregon for a few years when I was a kid so I was able to revisit some fun areas.
First up was Multnomah Falls. It is the second tallest falls in the US and it’s a really neat hike. Because of timing and Scarlett being 3 (and unlikely to be able to hike back and forth) we only went up to the lower level. But it was still neat to be reminded of the great outdoors areas in Oregon.
A Couple Windows 10 Upgrade Gotchas
- I “lost” my optical drives. I had to mess with a registry key to get them back.
- Here’s one I didn’t realize until I went to play Civ 5 and my saves were all gone. Because I have my main OS on a small SSD (and originally had my games on a regular hard drive - now they’re on their own bigger SSD), I had My Docs and My Pictures pointing to another drive. The Windows 10 upgrade lost those settings. I had to open up Windows Explorer and right click on each of those and change the location on the location tab.
Scarlett's 3-Year-Old Vocabulary
Some people still treat TV as if it’s the boob tube (that’s boob as in dummy, not breast). But Scarlett’s kid’s cartoons led her to learn some stuff that led to the following exchange:
Danielle (rhetorically): Why does this monkey have a frog on its head?
Eric: It’s Swedish. (The toy is from Ikea)
Danielle: What?
Scarlett: No, it’s symbiosis!
Eric: Symbiosis? (I wonder if she knows what it means) What does that mean?
This guy has figured out the holy grail of PC gaming
I’ve been dreaming (no foolin’) about this for two or more years now - having one computer running Linux with a Windows VM for gaming when there aren’t Linux ports. Less hardware overhead for me. But until now VMs haven’t been able to gain native use of the graphics card. This guy figured out how to do it and it’s great. I’m likely going to do this next time I do a CPU/Motherboard refresh.
Fedora Print Debugging Tip
I was having trouble printing and couldn’t figure out what was going on. I tried everything, including reinstalling the printer and reinstalling the driver. I was getting a misleading “you are using the wrong driver” message. Turns out SELinux was to blame! I happened to check dmesg and see some audit messages. Then I did a
setenforce 0
to turn it off and printing worked. I tried some restorecons on some directories, but I don’t think that fixed it. What I think fixed it was going into the policycoreutils gui and checking as active the cups module “Allow cups execmem/execstack.” Obviously, I turned setenforce back on after checking the box.