On August 26th, I posted several feature requests for Feedbin. On August 27th, Feedbin became open source. Since the timing was just too perfect to ignore, I decided to fix some things myself. The first big improvement has been fixing Feedbin’s mobile interface, which previously looked like this …
How to find palindromes in Python
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 …CircleCI makes automated builds easy (but not as easy as they could be)
systemd user services are amazing
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 …
Review: Pebble Smart Watch
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.