|
|
|
|
|
by TheOtherHobbes
4227 days ago
|
|
To me that's a bit like arguing that Linux/Windows/OS X should have driven broadband take-up. What actually happened was that a meta-OS - the web - drove broadband take-up, and broadband providers scrambled to improve the technology to meet demand. The demand for super-bandwidth mobile services isn't there in anything like the same way. And there's no equivalent meta-OS for mobile. But... at some point we're going to be moving to non-local storage and non-local processing, and Linux isn't really ideal for that. My guess is that will happen when computing finally starts moving past concepts that were developed in the late 1960s. AI may well be a driver of a non-local distributed computing which isn't based on the cycles-as-utility or cycles-as-private-resource models we're stuck with now. Is it too unrealistic to consider the possibility that the web could evolve into a single connected intelligent application that automatically load-balances and distributes cycles and storage across all connected devices? |
|
This is fundamentally different from a world where you assume always-on connectivity. It's more like the old pre-Internet days where email and Usenet were stored and forwarded.
If you have a compute task to accomplish on a phone, there's a tradeoff whether doing an RPC versus computing it locally would use less power and have less latency. As phone CPU's get faster it becomes more feasible to do compute-only tasks locally. This also increases availability.
So I'd argue that the trend is more towards offline computing and data synchronization protocols, not always-connected computing.