@whitequark The problem that everyone has but doesn't clearly see is: dependencies.
Most software used to depend on the standard library of a language (which was statically compiled into the binary, or provided as versioned linked libraries) and maybe a handful of very selectively chosen 3rd-party libraries.
But now in 2026 even the most trivial apps literally have hundreds or even thousands of dependencies.
This is wrong. :)