PostgreSQL basics Mar 26, 2015

I gave this talk at OSU’s Open Source Club on 2015-03-26.

... ➦
A simple service status page in PHP Jan 11, 2015

I’ve recently added several services to my hobby VPS, including GitLab, Neo4J, and some custom-written Python stuff. I figured that it would become necessary for someone not logged in to the server to see the status of these particular processes, possibly for external monitoring purposes.

... ➦
PostgreSQL materialized views, functions, and unrestorable dumps Jan 09, 2015

I recently had to upgrade a PostGIS-enabled PostgreSQL 9.3 database to 9.4. In the process, it was decided that the server itself should be rebuilt and expanded. I accomplished the upgrade by dumping the data from the 9.3 installation (with pg_dumpall -c), transferring the file over SCP, and loading it into the new database with psql.

Unfortunately that wasn’t enough - psql kicked back an error:

... ➦
DRM considered harmful Dec 20, 2014

I wrote this short paper for a philosophy of computing course here at OSU.

... ➦
Simple branch-by-feature in git Dec 16, 2014

I’ve been working heavily with Git, and the more I get into it, the more well-designed I find it to be.

... ➦
Minecraft, CraftBukkit, and the GPL Dec 13, 2014

I have run a Minecraft server for a couple of years now for my family and friends. The way it’s entertained me has changed over that time - first I was interested in the game itself, but I gradually became interested in how different rules and levels of enforcement affected gameplay.

But that’s a different story; I’m here today to talk about GPL violations.

... ➦
Shellshock is underplayed Oct 06, 2014

The shellshock bug, though it’s now old news, is a bit more serious than how we treat it.

... ➦
Freeloader Sep 11, 2014

Last fall, I went to Startup Weekend here in Columbus, courtesy of the NEWPATH technical entrepreneurship group here on campus. It was a lot of hustle and a lot of fun.

... ➦
Why I deleted facebook Sep 09, 2014

I’ve been putting it off for a while now, but I axed my Facebook profile.

... ➦
Ewakz Sep 09, 2014

This past spring I had the good fortune of attending BoilerMake on the dime of my wonderful university.

... ➦