In school this week, the idea of finding palindromes in Python came up, as a homework assignment in a class I took last semester. A friend asked me for some guidance in how to do this in Python, so I showed him my “simple” solution:

#!/usr/bin/env python3
from …

Read more

In the last few days, I’ve needed to set up several long-running services and I just wanted to take a minute to talk about how helpful systemd’s user services have been.

The things I wanted to run are:

  • A Node.js server which is started with npm run
  • A Node …

Read more

The first large and expensive project I backed on Kickstarter was the Pebble E-Paper Watch, which I got in black. My watch finally arrived about a week ago, so I figured I should do a review, since it gives me something to write about, and someone might find it interesting.

Read more