Heya ! A mediocre-production-but-content-is-good presentation I gave at the Auckland Rust meetup on 2024-10-31:
Peace is my long standing software automation project where I've engineered my heart into code.
Video (45 mins) - watch at 1.5x speed, will not disappoint
Features ("surprisingly good" - azriel):
- See a diagram of the environment that would be created, before it exists.
- See a diagram of the environment that actually exists.
- See what would happen at every step of the process before you press go.
- See what's actually going on as it is happening.
- Interrupt and resume automation safely.
- Beautiful command line and web interfaces generated for you.
- "Like git status, diff, commit, and push, but for servers"
Links:
- Slides: Peace: Zero Stress Automation - The Peace Framework
- Website: https://peace.mk/
- Code: GitHub - azriel91/peace: Zero Stress Automation
- Diagram: Aesthetics: Outcome - The Peace Framework
To engineer with empathy, whether verbal, visual, or vocal, refine your voice, connect, and communicate with clarity.
Let it reach you.
p/s: It's not deep on technical details, but I figure the concepts are interesting in general. Coding them in Rust probably required a lot more difficult programming constructs, but it also made it easier to express difficult concepts clearly and correctly.