Show HN: Hm – a task runner with a Python DSL, growing into a CI/CD system
Marko, founder of Harmont, Inc., released an open-source CLI task runner called "hm" that uses a Python DSL for defining pipelines. The tool aims to address pain points in existing CI/CD systems like GitHub Actions (stateless/slow) and Jenkins (stateful/not horizontally scalable). Future plans include copy-on-write filesystems, dev containers, a cloud CI/CD service, and a plugin system.