GitHub Pages: Quick Start Guide

GitHub Pages lets any holder of a GitHub account host static HTML pages at no cost. The bigger benefit: Pages hosted at GitHub automatically become part of GitHub’s content delivery network (CDN). People who visit your site will get faster page loads because of the CDN.

This article focuses on interacting with GitHub Pages via Git at the command line. The browser-based automatic page generator is already well-documented. Another purpose of this post: To put useful information about GitHub Pages all in one post, so I won’t have to go hunting around next time I forget this procedure!

Continue reading →

The Lambda Jam 2015 Experience

Lambda Jam 2015

Working in software development is like being the proverbial kid in candy store. Every new language is a shiny and delicious thing. Lambda Jam (which bounces between Chicago and Melbourne) is a traveling candy store. And, like the kid in the candy store, I am sometimes distracted by tangential temptation.

Most of my time is spent running WisdomGroup, where we focus on Ruby and Swift. We’re object-oriented all the way. Given that, why would I want to attend a functional programming conference like Lambda Jam? For the brain-stretching experience. If your background is anything like mine, you might enjoy it, too. Here’s why.

Continue reading →

Parallella Examples

Performance is of paramount importance in parallel programming. The reason we are in the game of writing parallel programs is either to solve a problem faster than on a serial computer, or to solve a larger problem than could previously be done.
 
~D. Thiébaut, author
 Parallel Programming in C for the Transputer

Some developers buy a Parallella board because they already know parallel programming. They knew what to do with the device the moment they laid eyes on it. Others (like me) are relatively new to parallel programming. We see Parallella as an inexpensive tool for hands-on learning.

Continue reading →

3D Printing at BLUE1647

Parallella with a 3D-printed case.

Every visit to BLUE1647 is full of pleasant surprises. There’s new equipment, a new opportunity to learn new technology, new people to learn from, or all of the above.

I recently bought a second Parallella for a WisdomGroup project. Since it’s important to protect the device with a case, this seemed like a good time to try one of the 3D printers at BLUE1647. The result is in the photo, above.

Continue reading →

Getting Started With Jekyll

Jekyll, the static HTML generator.

Jekyll is a static HTML generator for web sites that don’t require a content management system (CMS). Jekyll sites load quickly, especially when combined with GitHub Pages. Bobby Reyes and I will present Jekyll at ChicagoRuby: 1871 on Thursday, June 25, 2015. Slides are below.

Continue reading →