THE UNKNOWN

Essays, notes, and practical guides for making sense of the world.

Writing · Page 3 of 7
84 notesBrowse archive
Five Quiet Minutes After the Lights Went Out

Five Quiet Minutes After the Lights Went Out

A brief neighborhood blackout turns five ordinary minutes into an unexpectedly social evening.

2 min read
Docker Bind Mounts or Volumes? A Practical Choice

Docker Bind Mounts or Volumes? A Practical Choice

Choose between Docker bind mounts and named volumes by ownership, portability, backup needs, and failure modes.

2 min read
The Plant I Was Asked Not to Name

The Plant I Was Asked Not to Name

An unnamed office plant, a handwritten warning, and the surprisingly serious politics of keeping one leaf alive.

2 min read
When Cron Does Not Share Your Shell

When Cron Does Not Share Your Shell

Why a command can succeed interactively but fail under cron, with a small wrapper pattern that makes paths and output explicit.

2 min read
The Elevator That Skipped My Floor

The Elevator That Skipped My Floor

An apartment story about an elevator with selective hearing and a surprisingly organized complaints process.

2 min read
Reading a Failed systemd Service Without Scrolling Forever

Reading a Failed systemd Service Without Scrolling Forever

A compact sequence for checking a failed systemd unit, its recent logs, and the exact configuration systemd loaded.

2 min read
The Coffee Machine's Final Warning

The Coffee Machine's Final Warning

An office story about a coffee machine that communicates exclusively through increasingly personal error messages.

2 min read
SSH Config Aliases for a Small Fleet

SSH Config Aliases for a Small Fleet

Replace long SSH commands with readable host aliases while keeping usernames, ports, keys, and jump hosts explicit.

2 min read
The Convenience Store Knew My Schedule

The Convenience Store Knew My Schedule

A late-night story about a convenience store clerk, a predictable snack order, and the danger of becoming a regular.

2 min read
GitHub Actions CI/CD: A Practical Guide

GitHub Actions CI/CD: A Practical Guide

Learn how to build production-ready CI/CD pipelines with GitHub Actions through real-world examples, covering frontend/backend workflows, Docker builds, multi-platform releases, and automated issue management.

17 min read
Troubleshooting Google Public CA and acme.sh

Troubleshooting Google Public CA and acme.sh

A focused troubleshooting companion for Google Public CA EAB registration, DNS-01 validation, installation, and renewal with acme.sh.

3 min read
Docker Multi-Stage Builds: Optimizing Image Size

Docker Multi-Stage Builds: Optimizing Image Size

When building Docker images, one of the most common challenges developers face is keeping image sizes manageable. Large images lead to slower deployments,...

7 min read