|
|
|
|
|
by qengho
3035 days ago
|
|
Phones aren't PCs. They are crippled and locked-down devices. Of the ones that are capable of running a full Linux distro, I don't believe any are even close to the size of Noodle Pi. I'm not aware of any Linux wristwatch or any other computer that's in production and available to buy that is smaller than Noodle Pi. If you know of a Linux wristwatch that's for sale commercially I'd love to know about it. The only Linux wristwatches I see in a quick online search are two prototype devices, one made by Steve Mann and the other by IBM. Neither of those devices were actually usable as a PC, or available commercially. Mann's actually relied on a second hidden wearable computer to provide the actual processing power. |
|
We have differing definitions. I might concede phones as separate from "PCs", but the original phrase was "handheld computer", which most phones are. Yes, many are locked down at the bootloader level, but they're still general-purpose computing devices. With Termux or a chroot, you can even get GNU goodness on them. Even without that, Android/iOS are as much computers as Windows S devices; they can run programs compiled for that OS, and have normal full-function CPUs, GPUs, and network stacks. The default use-cases are restricted, but worst case you can flip on the switch for sideloading APKs and run any code you want.
> Linux wristwatch
Prepare to be amazed(1) :) https://asteroidos.org/ is a proper GNU/Linux system for hardware that shipped with Android Wear. It's running a tiny QT GUI on the touchscreen, but you can SSH in (https://asteroidos.org/wiki/ssh/) and get a normal system, systemd and all.
(1) I mean this sincerely; it still amazes me every time I look at what they've built.