DeVault: Announcing the Hare programming language
DeVault: Announcing the Hare programming language
Posted May 4, 2022 12:41 UTC (Wed) by ilammy (subscriber, #145312)In reply to: DeVault: Announcing the Hare programming language by LtWorf
Parent article: DeVault: Announcing the Hare programming language
APT is not going to get my system have up-to-date repositories that I trust configured all by itself, someone has to administer that configuration.
APT is not going to package my software all by itself, someone has to write all that Debian packaging, telling dpkg that ”my-app.service” is from “my-app” package which depends on “libssl” and needs to be restarted when its dependencies are updated.
APT is not going to decide for me which instance need an update, which instances are safe to update and in what sequence. Someone has to define that, then orchestrate actual update, juggle the load, etc.
APT is not going to test the update for me before it’s deployed. Someone has to try it out first in a safe environment.
Sure, there are automated tools for switching over one binary for another, sending signals, waiting on pipes, etc. But that specific part is just a small fraction of what “update” entails. And those tools do not really care whether they have to replace “libvulnerable.so” or statically linked “vulnerable-executable”.
