It works well for me so far and I’m pretty happy with it!
Ask HN: What are you working on? (June 2026)
271–280 of 1001 posts
Re: Ask HN: What are you working on? (June 2026)
#272Besides Materia itself I've been bouncing around some other ideas for the Podman quadlet ecosystem. The biggest one is Athanor[1], which re-uses the same plan-execute system and primitives provided by Materia to backup Podman volumes.
I've also been kicking around a clustering system for Podman volumes called Firmament that uses Serf and the built-in Podman import/export API to move volumes to where they need to be in the cluster. But this will probably wait until Materia hits 1.0 before I really start putting effort into it. Or if my homelab needs something like it, whichever comes first :).
[0] https://github.com/stryan/materia ,main site https://primamateria.systems [0] https://github.com/stryan/athanor
Re: Ask HN: What are you working on? (June 2026)
#273Re: Ask HN: What are you working on? (June 2026)
#274Modules are simply folders, and the tool just reads from stdio and outputs to stdout. Runs are stored in simple text files with all the info of inputs, outputs and other metadata.
Re: Ask HN: What are you working on? (June 2026)
#275Re: Ask HN: What are you working on? (June 2026)
#276Perhaps the more interesting bit is that it's in Java (not Typescript or Rust)! Java 25 is pretty neat. Bonus: getting to know how to distribute a self-contained Java program using jlink and the likes: https://docs.oracle.com/en/java/javase/17/docs/specs/man/jli...
Re: Ask HN: What are you working on? (June 2026)
#277Reading Brand's quick little life changer kept me going with surprisingly few cuss fits:
The Maintenance of Everything: https://search.worldcat.org/title/1511798465
Thanks, Stew!
Re: Ask HN: What are you working on? (June 2026)
#278agent-vault-proxy is a local proxy that injects real secrets into requests in-flight, so a compromised or prompt-injected agent has nothing to steal, feedback welcome: https://github.com/inflightsec/agent-vault-proxy