A collection of small experiments and scripts exploring how systems actually behave.
Most of these are tied to write-ups where I try to reason about why things exist the way they do, not just how to use them.
Each folder represents a focused experiment:
- a specific idea or question
- a minimal setup to test it
- scripts to reproduce behavior
Examples:
docker-systemd-reliability/→ exploring how far Docker + systemd can go- (more to be added over time)
Each experiment is self-contained.
cd <experiment-folder>
./setup.sh upFollow the README inside the folder for what to observe.
Clean up after:
./setup.sh downMost tools are easy to use once you know the commands.
What’s harder is understanding:
- where they work well
- where they start breaking
- what problem they are actually solving
This repo is an attempt to explore that through small, runnable setups.
- Safe to run on a local machine or VM
- Experiments are intentionally minimal
- Focus is on behavior, not production readiness