Show Nav
Jason Porritt

Managing Partner in Grand Rapids, MI. Leading ambitious creative and technical achievements with Atomic's excellent software product teams. A driven and experienced creator, building the path to connect today's teams with the dreams we have for building the future.

 
Featured

Bias in Computer Systems, and Beyond

Software can be biased in many ways. Friedman and Nissenbaum do an excellent job of describing a framework for classifying unfair bias.
All Posts
.NET / WPF

Generic Memoization in C#

Dynamic languages have good generic forms of memoization, but I haven't found one I'm happy with in C#. This is a sketch of a generic memoization in C#.
Embedded Systems

A Little Bit of XBee

We asked a lot of questions starting a technical spike with XBee radios. Hopefully, some of the answers we found can save you some time and frustration.
Web Apps

Using Backbone.js with CoffeeScript

There are certain parts of Backbone’s example Todos application that become unnecessary or clunky if translated verbatim to CoffeeScript. Following are a few little things that we