Thank You OBS Developers
A quick thank you to the developers of OBS for adding the latest features in OBS Multiplatform 0.13.1. It was already a great platform, but with Studio Mode and video sources starting anew when going to a scene, it is near perfect for my use. All this by volunteers and for all three major OS platforms: Windows, Mac, and Linux! It is now extremely competitive against XSplit and competition among software devs always leads to better stuff for users!
Some video game sidewalk chalk
Scarlett wanted to play with sidewalk chalk. Here’s what I drew:


They always say to use a little extra cable.....
They always say to use a little extra cable because you’re going to kick yourself in the butt if you’re short by an inch. But this is a bit ridiculous in terms of how much slack they have.

I believe that’s the cable for the traffic camera on this intersection. After seeing it a few days in a row during part of my commute, I just had to take a photo to share just how much slack they have here.
Snow Day
The other day I posted about how the upcoming snow storm had emptied Costco. Here are some photos from the day:

Scarlett had been dying for winter to get here so she could play in the snow:

Feb Snowmageddon - 2016-01-24--008

Feb Snowmageddon - 2016-01-24--015

Feb Snowmageddon - 2016-01-24--022

Feb Snowmageddon - 2016-01-24--024
Feb Snowmageddon - 2016-01-24--030
Some closeups of Sam
I was watching Sam and wanted to see if I could pull off some closeups and near-macros. Here are the best three shots.

Sam Closeups - 2016-01-13--002

Sam Closeups - 2016-01-13--010

Sam Closeups - 2016-01-13--022
January 2016 Video Games
Because I’ve staggered the publishing of new videos on Youtube, not all of them may be visible on the embeds in this blog post on the day it goes live. For example, I think I created 14 videos for Torchlight in January, but at the moment only 11 are live.
Torchlight (23 hours):
I decide to check out this spiritual successor to Diablo, having never played Diablo. It is a nice game to play after stressful day - just clicking on bad guys and traveling around without much thought.
XCOM, Steam, and Linux
One of the great things about Steam and the internet is the cloud save. It means that you can go from computer to computer and, as long as it’s connected to the Internet, you can pick up your game where you left off. In my case, I have a Windows computer and a Linux computer both capable of running games from Steam. I wanted to see how well XCOM was ported to Linux so I launched it and didn’t have any of my saves! It turns out that the saves are in a folder called SaveData on Windows and savedata on Linux. (In the path: ~/.local/share/feral-interactive/XCOM/XEW - remove XEW if it’s not Enemy Within) Those aren’t the same thing in Linux. So you need to delete the folder savedata and then make a symlink to SaveData where the symlink is savedata. Once you do that it works perfectly. To give credit where it’s due, here’s the forum post where I fond the info.
GOG releases their version of Greenlight

I guess I shouldn’t be surprised that all the digital stores would move in this direction, but I was surprised to see that GOG has come out with their version of Greenlight: Games in Development.
At least I can get Greenlight-quality games with DRM-free and if it completely sucks, I can get a refund.
Setting up a Team Fortress 2 Server on CentOS 7
I used to have a Team Fortress 2 server on CentOS 6 with Virtual Box. Now that I’m using KVM/QEMU/Libvirt, I wanted to set up a new one. Also, Valve somewhat changed how they worked a few years ago and I wanted a clean slate. I started with a VM with 40GB. It’s not supposed to take that much, but I remember last time it took much more than the 10GB I’d given the VM and I don’t want to have to increase the disk size again.
Host to Guest Comms on KVM
So, the current solution for bridging with KVM/QEMU/Libvirt involves macvtap. This allows your VM to be seen by computers on the network which is key if you want to, say, run a server or DNS on a VM. However, there’s a catch - the host can’t reach the VM. Sometimes this doesn’t matter and sometimes it does. For example, if the guest is running DNS and you want the host to be able to use it for DNS, this is an issue. There is another way to do it, but it involves ditching Network Manager. I actually like Network Manager. So what am I to do?