Ask HN: Is ChromeOS a viable platform for serious development?
I'm mainly a web developer (React on the front, PHP and Node on the back, some hybrid mobile with Ionic). I would like to buy a Chromebook but am not sure if that's enough of a machine for development work. The price for a machine with enough hardware seems to be at the point where I might as well just buy a Windows machine (and erase the SSD, install Linux and build out my dev environment there, of course).
Is there any reason for a developer to seriously consider a Chromebook as their main machine?
2 comments
[ 3.9 ms ] story [ 29.5 ms ] threadI have used a Samsung Chromebook Plus and found that it worked well for web programming and scripting language development (Python and Perl).
Crostini makes it rather easy to use a surprising amount of Linux software with minimal effort. The biggest gotchas are:
1) the machine's processor which could limit software that only works on x86
2) some of the security restrictions of running in a container. Crostini might not be ideal if you are doing development that requires I/O to external devices (e.g. Android development over adb)