Open tools / field notes

Useful software,
kept within reach.

A small, quiet index of open-source tools and practical engineering notes. Start with the directory, or browse the ideas behind the stack.

01 / Directory

Start with the source.

Official release pages and documentation for dependable, general-purpose tools. No account, tracking, or local mirror required.

SYSTEMS

Rust

Install the toolchain, read the book, and follow the stable release channel.

Open install guide →
CLI

ripgrep

Fast, recursive search for source trees, logs, and the files that matter.

Open release page →

02 / Notes

Small principles, durable systems.

Short reminders for maintaining tools that remain understandable after the first setup.

01

Make the shell boring.

Prefer defaults that can be inspected, backed up, and explained without a diagram the size of a wall.

02

Pin the important parts.

Record versions for the pieces that affect compatibility, then leave the rest easy to update.

03

Let logs answer questions.

Keep operational output short, timestamped, and useful when the original context is gone.

04

Keep the escape hatch.

A tested backup and a reversible change are part of the feature, not an afterthought.