Skip to main content

Interesting Things

A blog of whatever I find interesting. Mostly tech-related, but not entirely.

Moving to Amsterdam!

published on

I've done a fair amount of travel in my life, and I've often wondered what it would be like to actually live in another country, rather than just visiting as a tourist. Well, I've decided to find out. I've been planning and preparing for the last few months, and last week I packed up my belongings, hopped on a plane, and moved to Amsterdam!

Read more...

Oppose HB2796

published on

There’s a lot of scary stuff happening in United States politics these days, to the point that it’s easy to lose track of it all. There’s a bill in committee right now that is frankly terrifying, and it’s getting very little attention in the press because it targets a minority that’s easy and popular to oppress: transgender people. The bill is HB2796, and here's the official summary:

Read more...

Tutorial: Automated Tests for Node.js

published on

The company that I'm currently consulting for has a codebase with a large, complex front-end written in React. Not only does this codebase actually have automated tests, but their test coverage is pretty good, and every new feature needs to include automated tests before it can be merged. This is incredible, and every software company should work like this -- sadly, very few of them do. This means that in order to do my job, I need to know how to write and debug automated tests for Node. I've been learning how to do this very quickly, and there have been a few stumbles and hurdles on the way.

Read more...

PyDX 2016

published on

I'm back in Portland, land of the hipsters. PyDX was this past weekend, and I had a great time! To be honest, I was looking for an excuse to visit the Pacific Northwest again after going there for PyCon, so when PyDX accepted my talk proposal, I knew I had found the right excuse. :)

Read more...

Tutorial: Deploying Static Sites on AWS

published on

I've blogged about how the contents of my website are maintained with Lektor, a static content management system. However, websites are about more than just content. Deployment is a deceptively difficult problem, and a lot of software developers struggle with learning how to deploy their software effectively. It's a large enough problem that there's an entire field dedicated to it: operations, or DevOps. I deploy my website using Amazon Web Services (AWS), and I've gotten some requests to write a tutorial for how to do that.

Read more...

Making HTTPS Certificates

published on

The latest website I'm working on needs to run over HTTPS, the secure version of HTTP. Turns out that getting HTTPS set up properly is really difficult! Even worse, I need to set up HTTPS on not just one domain, but an infinite number: I need to support wildcard subdomains! Getting this to work right involved a lot of searching the web, a lot of wasted time, and a lot of frustration. I'm writing it down to make life easier for you, me, and everyone else that might run into this problem.

Read more...

Learning React

published on

I've been working on a new project lately, and I figured it was time to bite the bullet and finally look into React, the hot new front-end Javascript framework that everyone in the web developer community is talking about. If you're not familiar with the web developer community, it truly is very fad driven. I heard about React months ago, but didn't bother learning it because I figured that in a month or two, everyone would have moved on to some other popular JS framework. However, React seems to have some staying power, and since Lektor's admin pages are built with it, I decided to finally learn it.

Read more...

PyCon US 2016

published on

PyCon! My favorite conference of the year, full of friends, projects, wacky ideas, and unexpected connections. I'm glad I had a few days between Write the Docs and PyCon to recover and prepare, because this year's PyCon was exhausting, inspiring, and wonderful.

Read more...

Write the Docs 2016

published on

I attended Write the Docs, a conference focused on technical documentation and those who write it. Although I'm not a documentarian (one who works in the field of documentation), it was an interesting and enlightening experience.

Read more...