Greetings, I'm dis/root: developer and systems enthusiast. I work with ML tooling, Linux software, backend automation, DevOps and SecOps. For focused collaboration, DM me; I can share a portfolio.
Clarke: sufficiently advanced tech looks like magic // Torvalds: talk is cheap; show me the code // Dijkstra: simplicity is prerequisite for reliability // Abelson: write programs for people to read // Kay: simple things should be simple // Unix: do one thing well // Unix: compose tools with pipes // Asimov rule: protect humans first // Asimov rule: safe orders only // Asimov rule: preserve the system // ops rule: logs before fixes // ops rule: backups before migrations // ops rule: rollback must be boring // security rule: least privilege first // deploy rule: healthchecks before traffic // deploy rule: automate the boring path // bash tip: set -euo pipefail // bash tip: quote variables // bash tip: trap cleanup on EXIT // bash tip: shellcheck before deploy // bash tip: prefer arrays over word splitting // bash tip: use mktemp for scratch files // bash tip: print commands with set -x when debuggingClarke: sufficiently advanced tech looks like magic // Torvalds: talk is cheap; show me the code // Dijkstra: simplicity is prerequisite for reliability // Abelson: write programs for people to read // Kay: simple things should be simple // Unix: do one thing well // Unix: compose tools with pipes // Asimov rule: protect humans first // Asimov rule: safe orders only // Asimov rule: preserve the system // ops rule: logs before fixes // ops rule: backups before migrations // ops rule: rollback must be boring // security rule: least privilege first // deploy rule: healthchecks before traffic // deploy rule: automate the boring path // bash tip: set -euo pipefail // bash tip: quote variables // bash tip: trap cleanup on EXIT // bash tip: shellcheck before deploy // bash tip: prefer arrays over word splitting // bash tip: use mktemp for scratch files // bash tip: print commands with set -x when debugging