> Everything is always on. Power consumption is constant.
That was the case in ye olden days of single-core CPUs, but is it still true today?
I can easily imagine a computer that has one always-on core for kernel chores and hardware management, and a dozen dormant cores that wake up when userland tasks need those cycles, all running in hard real time. Or even better, a mix of real-time for UI & audio on some cores + non-time-bound jobs on others.