Saturday, April 11, 2015

For future reference – US Census Microdata

The other day, took the kids to the Niagara Aquarium.
On our way home, desperate for bathroom, we stopped at the Tuscarora Reservation. Inside, there is a tiny museum with awesome maps. 

Snapping pictures of them does no justice. They are gorgeous prints. I found out that they are from the 1892 Census.

Looking around online, I found this website with the actual images. The Integrated Public Use Microdata Series website is not just information on the US Census, it is data on individuals. What an excellent historical document.
I am pretty sure they didn’t think of someone pulling maps from the public documents, but what a wonderful resource for history and art.

Thursday, April 9, 2015

Next → Stupid Saucy and XFCE Minecraft Trick

Installing Minecraft on a Chromebook is simple. Get Crouton, install Saucy and XFCE then get stuck. Why stuck?
You need to change the permissions of the Minecraft.jar to be an executable.
On many versions of Ubuntu, it is a simple matter of right clicking and checking the “make executable” check box. Using the standard Thunar XFCE file manager, that isn’t an option.
You have a couple of choices here. Installing a new file manager is a possibility, but if you are running XFCE or other light version of Linux, maybe you simply don’t want to do that.
This is a great chance to use the terminal to do what you want. The command needed is “sudo chmod +x”.


As you can see from the screenshot, I am using XFCE on a Chromebook, so my directory line is a little different.


Supporting the Story

Last month, TheseOldGames.com provided two raffle baskets to Boy Scout Troop 601. Each basket had a board game, a set of dice, decks of cards and two sets of Story Cubes. Funds raised allow the Troop to absorb some of the cost of outing and activities such as summer camp.
Rory’s Story Cubes are a great, family friendly way to break the ice.
Having given away 4 sets, I am dying to purchase one (or more) for myself. You can check out the story behind Rory’s Story Cubes over on Youtube or click the video below.





Hooked on Destiny

It is rather simple game, three classes, a couple of sub-classes and a bunch of armor and weapons. But the stories and different modes of play are really entertaining.
You are a guardian, your companions are a Ghost to provide details and wit and a lot of firepower. You must fight to free Earth, the Moon, Mars and Venus.
Right now I found the perfect farm location on the Moon. You can check out the details on this sweet farm right here.

Monday, March 9, 2015

Map - Temple of the Wanderers


I am fooling around with various temple ideas for a D&D campaign.


This is The Temple of Wanderers. It is a simple mud brick and thatch construction. It is dedicated to the sky. The central dais is for the sun and Mercury. The upper left dais is for Mars, while the right is for Venus. The lower two are Jupiter on the left and then Saturn. Mars and Jupiter are surrounded by red wooden posts and handrails, while the other two daises have yellowish trappings.
The rectangular structure has four stone columns and descends 6 feet into the ground. This space is dedicated to the Moon.

Updated with scanned maps.

click to enlarge
click to enlarge

Monday, February 16, 2015

February 2015 Wordpress Tips

In Wordpress, entering commands for terminal is easy. Obviously you can simply type the words "sudo apt-get..." and hope that everyone removes the quote marks, but there is actually a better way: the code command.
This results in text that looks like this:
this space intentionally left blank
It looks very polished and is ready to paste into the terminal.
On another note, Wordpress will not accept Wordpress code inside the code markup, so I used a screen shot of the example. However, there is a non-intuitive way to show code markup. To use the code tag, you need to be in "text" mode. If you switch from text to visual, the markup code will fail to render correctly.
<code><div>This is an example of incorrectly entered code markup text.</div><code>
Note that the font also did not change.
<code><div>This is an example of correctly entered code markup text.</div><code>
Did you see what I did there?