> If I call out to ImageMagick and say "rescale this image", ImageMagick should not be able to initiate network requests in response.
Impossible in the world where programmers routinely cram together networking
and file transformations without any regard for whether the operation belongs
there or not (build systems that on `compile' command download random things
from internets; even Rust's build system does such a dumb thing by downloading
rustc after running an hour-long LLVM compilation, instead of failing before
doing anything).
Impossible in the world where programmers routinely cram together networking and file transformations without any regard for whether the operation belongs there or not (build systems that on `compile' command download random things from internets; even Rust's build system does such a dumb thing by downloading rustc after running an hour-long LLVM compilation, instead of failing before doing anything).