|
|
|
|
|
by holowoodman
544 days ago
|
|
But it had some features that modern phones lack sorely. E.g. incremental reboot-free (or reboot-only-on-kernel-updates) updates ala Debian, such that patching wasn't a big deal or a 1GB download twice a week. And it had a Keyboard! With really real keys! |
|
Yes, on Linux you can replace binaries and libraries in use, but then you're not actually running the new code until you restart the program and are still vulnerable to any security issue that it fixed.
And with things like runtime loading of plugins that now may be incompatible, and programs not expecting stuff changing underneath, online updates can be troublesome.
The online model works well enough for a command line usage where applications are transient, or a server usage where you remember to restart a service or two. But for a desktop user with long lived, huge apps like a browser it's not that good of an idea anymore.