Utilitarianism self-cannibalizes and falls over after it's eaten its legs

07 Jul 2017

I’ve been reading a fair bit of Coraline Ehmke’s writing in the last couple of days after her post about her year at Github went viral. Which lead me to her post on Model View Culture, The Dehumanizing Myth of Meritocracy. I haven’t thought about Utilitarianism in a long time, but I have for that time considered myself one, passively at least. The article has made me reconsider that.

» Read post

How I am doing the 4th of July

04 Jul 2017

I’ve been thinking long and hard about what I might be celebrating today. A lot has changed since the last 4th of July.

» Read post

Url Grey v 0.3.0 release notes

01 Jul 2017

This release implements tracking changes to short URLS with paper_trail.

» Read post

Dokku: Backing up apps on Dokku

30 Jun 2017

Previously in the series, I’ve focused on setting up and using Dokku. This post is less Dokku focused, and more on making sure that you keep all the precious data you generate and collect with the apps on it safe.

» Read post

Dokku: Automated deployment to Dokku

23 Jun 2017

In the first two posts of the series, I looked at setting up Dokku and setting up automated builds and testing with Codeship, Code Climate, and Hakiri. This one ties those two together and covers the process I’m using for automated deployments with Dokku and Codeship (and the gotchas I hit along the way).

» Read post

Url Grey v 0.2.0 release notes

18 Jun 2017

This release implements basic tracking of short URL usage. It tracks the following data:

» Read post

Url Grey v 0.1.3 release notes

16 Jun 2017

This release protects the application’s domain from being redirected to by the app to avoid possible infinite loops or inaccessible application routes.

» Read post

Dokku: Automated Builds and Testing

16 Jun 2017

Last time in the Dokku series I went through how I set up Dokku on a VPS. This one is going to be about setting up Codeship, Code Climate and Hakiri (Ruby only, though the principles should be pretty similar for other languages/frameworks) to automate builds and testing. Should be a bit shorter, because there were fewer gotchas in this than in setting up Dokku (not that there were many there!)

» Read post

Url Grey v 0.1.2 release notes

10 Jun 2017

This release introduces the ability to use randomly generated slugs for Short URLs.

» Read post

Dokku: Setting up Dokku

09 Jun 2017

Heya. I posted last week about building Url Grey, my URL shortener, a process which lead me to discovering and setting up some new tools. Specifically, Dokku, Codeship for Continuous integration and delivery, and Code Climate and Hakiri for code security, style, and test coverage reporting. I’ve decided to write the whole process up more completely, in part for myself, and in part because there a few hiccoughs I ran into that didn’t have answers (or readily apparent answers–it took me some hunting and piecing together of things) online.

This will be part of a series (hello slug up above!), starting with setting up Dokku, and moving on through the process of linking all the pieces together to get a continuous deployment setup.

» Read post