Telecommuting Tips – Part 1

As many of you know, I have recently begun living the dream, or what is otherwise called “telecommuting“.  I have worked from home for a day or two a week while employed by previous employers, but never full time.  I have noticed a bit of a difference between periodically working from home and full-time telecommute. […]

HDHomeRun Prime Deal

Newegg.com has a good deal on an HDHomeRun Prime (HDHR) at the moment (http://www.newegg.com/Product/Product.aspx?Item=N82E16815345006) and it comes with a free wireless router as well.  I’ve been pretty happy with my HDHR and it’s assistance in cutting some cords.  I do still pay for limited basic cable which is something like $20/mo.  Since I have the […]

Project Update: Pimometer

Found some time to work on pimometer this weekend.  Made some decent progress.  Our original goal included leveraging a custom built django API, but upon further examining of our needs, we decided the MongoDB API was really all we needed.     We now have a working WebUI (though it is a bit minimal at the moment), […]

What to do with a broken SGS3

My wife and I both have Google Nexus 5 phones (maybe I’ll write more about that decision later) and couldn’t be happier.  However, prior to our current setup, we had a Samsung Galaxy S3 (SGS3) we passed around for a while until the screen broke: Beyond the screen having cracks in it, everything works perfectly […]

You Can’t Do Binary Under Pressure

Think you’ve got binary math down pat?  Put your skills to the test: You Can’t Do Binary Under Pressure I was digging through my bookmarks this morning doing some cleanup and found this gem.  Happy Friday!

Python vs Ruby

TL;DR: I like python (mostly because I’m fairly proficient with it) but have a lot of respect for ruby.  However, the two languages are actually really similar at lower levels. This might be a less typical “vs” article.  Really, I don’t enjoy language wars.  I believe that each language is a tool that solves particular problems well. […]

Puppet git hooks

Since I have noticed an uptick in interest in my puppet-git-hooks, I thought I should dedicate some time to explaining myself (also, this is the first time anyone has ever written a book about anything that I’ve done). The Goal The highest level goal for these git hooks is to provide a programmatic mechanism for validating puppet […]

Latest Project: pimometer

The Birth of pimometer I don’t have too much to report on this yet, but I’ve been working on a Raspberry Pi project to monitor the status of a long BBQ or smoke out.  It’s under the current working title of pimometer.  Various design points are still being talked through, but I think we have the […]

Why I Hate: Java – Library Management

There are many things I hate (or dislike, or currently have a bone to pick, etc.).  I thought that Java would be a good first target for a post. Maybe my lack of any formal training is hindering me here, but I find trying to leverage public libraries (take google-guava for example) in Java the […]