9
dspinoz
7y

Meanwhile, inside the kernel of my device that has a relatively frequent release cycle...

if (!isLatestVersion()) {
forceUserToUpgrade();
}

forceUserToUpgrade() {
extraSleepForCpuSoDeviceBecomesSlowAndUnusable++;
}

Comments
Add Comment