Reading List

The most recent articles from a list of feeds I subscribe to.

TinyPilot: Month 37

New here?

Hi, I’m Michael. I’m a software developer and the founder of TinyPilot, an independent computer hardware company. I started the company in 2020, and it now earns $60-80k/month in revenue and employs seven other people.

Every month, I publish a retrospective like this one to share how things are going with my business and my professional life overall.

Highlights

  • I think through what it would take to add recurring subscriptions for TinyPilot Pro.
  • I’ve done some more exploration into Nix for managing development environments.

Goal grades

At the start of each month, I declare what I’d like to accomplish. Here’s how I did against those goals:

Installing NixOS on Raspberry Pi 4

Nix is a tool that allows you to define your software environment from code. Nix has several components to it, and one of the most interesting to me is NixOS, which lets you use Nix tooling to define your entire OS configuration using plaintext files.

I only recently started experimenting with Nix, and there’s a huge amount to learn. One of the first things I tried to do was install NixOS on my Raspberry Pi, but my first several attempts failed. Every NixOS Pi tutorial I could find was either incomplete or out of date.

Failed Attempts to Install NixOS on the Raspberry Pi 4

In creating the tutorial, “Installing NixOS on Raspberry Pi 4,” I ran into a ton of paths that didn’t work.

I’ve collected them here for the sake of saving others time retrying the same steps.

The standard NixOS aarch64 image doesn’t work

When I checked the NixOS download page, I saw that they offered 64-bit ARM images.

Screenshot of 64-bit ARM download links on NixOS download page

NixOS offers bootable images for 64-bit ARM systems

TinyPilot: Month 36

New here?

Hi, I’m Michael. I’m a software developer and the founder of TinyPilot, an independent computer hardware company. I started the company in 2020, and it now earns $60-80k/month in revenue and employs seven other people.

Every month, I publish a retrospective like this one to share how things are going with my business and my professional life overall.

Highlights

  • I’m trying to figure out where I’m spending unnecessary time on TinyPilot.
  • I realized I’ve once again become addicted to email.
  • I built my first server rack.

Goal grades

At the start of each month, I declare what I’d like to accomplish. Here’s how I did against those goals:

Debugging VLANs on my TP-Link Managed Switch

I recently bought my first-ever managed networking switch, a TP-Link JetStream TL-SG3428X.

The main feature of a managed switch is that it lets you segment your network into VLANs. I was excited about this functionality, but it took me hours of trial and error to get VLANs working.

I found TP-Link’s VLAN documentation lacking, so I’m sharing my notes in case they’re helpful to others.