TIME WAIT BLOG.

#Software Engineering

5 entries tagged Software Engineering
rsync Two Large Directories: Resume Interrupted Copies and Verify Them
#Software Engineering Aug 14, 2026

rsync Two Large Directories: Resume Interrupted Copies and Verify Them

Don’t stuff two trees into one rsync. Dry-run first, copy serially with partial files and logs, then verify. A 100% progress bar is not permission to wipe the source disk.

read full log arrow_right_alt
OpenAI Terraform Provider 1.0: Manage the API Platform as Code
#Software Engineering Aug 13, 2026

OpenAI Terraform Provider 1.0: Manage the API Platform as Code

The official provider talks to the Administration API, not model inference. Get the Admin key right, import existing resources, and treat terraform plan as the review gate.

read full log arrow_right_alt
Mechanical Sympathy: Software for Silicon Reality
#Software Engineering Aug 02, 2024

Mechanical Sympathy: Software for Silicon Reality

A practical playbook for recovering performance lost in modern abstraction stacks.

read full log arrow_right_alt
Monoliths in 2024: Principled Simplicity
#Software Engineering Jul 15, 2024

Monoliths in 2024: Principled Simplicity

Why many teams ship faster with a disciplined monolith than early microservices.

read full log arrow_right_alt
Zero-Cost Abstractions: Borrow Checker Deep Dive
#Software Engineering May 12, 2024

Zero-Cost Abstractions: Borrow Checker Deep Dive

How Rust guarantees memory safety without GC while keeping predictable performance.

read full log arrow_right_alt

← All entries