$ cat welcome.txt
Welcome to the Terminal Blog
Thoughts on aviation, code, cybersecurity, scuba diving, and the engineering discipline required to operate complex systems safely.
Written in plain text. No fluff.
$ ls -lt ./posts/ | head -10
When the Air Stops Flowing
The most interesting part of an equipment failure sometimes happens after the event. Once the dive is over and the immediate problem is solved, the mind begins replaying the scenario — analysing decisions, imagining alternatives, and quietly updating its internal safety model. A recent regulator failure during a dive became a useful reminder of how humans process risk in complex environments.
Building a Simple Blog in Laravel
A blog does not require a CMS, a headless frontend, or an ecosystem of packages to function well. In Laravel, a clean publishing system can be built with a single model, a focused controller, and a handful of Blade views. This article walks through a minimal, disciplined approach to building a simple blog — one that prioritises structure, clarity, and long-term maintainability over unnecessary complexity.