Posts tagged “Automation”
5 posts
What Is Machine Learning?
Part 1 of the ML Fundamentals series. What machine learning actually is, the three main learning paradigms, and why it matters for infrastructure, automation, …
Managing a NixOS Fleet with Claude Code
Using Claude Code as an infrastructure co-pilot: a dedicated service account, scoped sudo, and a workflow for managing NixOS hosts through conversation.
Archiving Claude Code Conversations to Hugo
Every Claude Code session is a JSONL file sitting in ~/.claude/projects/. Across 17 projects I had 156 sessions — debugging logs, architecture decisions, …
Makefiles as Your Project Interface
Every project gets a Makefile before it gets a README. Not as a build system, but as a project interface — coloured help menus, Docker Compose lifecycle, …
GitLab Slash Commands for Claude Code
I’ve been using Claude Code as my daily driver for development work on a self-hosted GitLab instance. One of its best features is slash commands — custom …