Category Archives: Programming

Installing Hadoop on OS X El Capitan (And probably Sierra)

This information is primarily sourced (read heavily copied and modified) from: getblueshift.com and references stackoverflow.com.  This also assumes you have homebrew and Java 1.7+ installed. When I did this it installed Hadoop 2.7.3 Steps: 1.  Set JAVA_HOME in your bash profile.   $ export JAVA_HOME=$(/usr/libexec/java_home) 2.  Install hadoop with brew, as of this writing it will download and […]

Ruby Serialport on Windows

At work, we design and build directional sensors (glorified digital compasses). I like to use Ruby for my scripting needs at work. Most of the the time this works well, but sometimes I need to talk to one of our sensors through the serial port, and this gets a little messy on the windows side […]

Ruby-on-Rails: Mongrel Configuration

I actually forgot I had this site, until Alec Jacobson made a comment and reminded me of it’s existence  (oops).   Will attempt to remember to post more, but I’m just not the blogging sort of person. So this post pertains to some work I actually did about a month ago, which would have made […]

Qt and Ruby on Windows and Mac

Setting up Qt and Ruby