Hacker News new | ask | show | jobs
by onion2k 2966 days ago
I do 'serious' development on a Chromebook, and a very low-spec one at that (Acer Chromebook 11, with an 11" screen and 2GB of ram). What's more, I do development in user mode rather than developer mode, without using Crostini. The thing is, very little of what I'm doing actually runs on the Chromebook itself. I use Codepen.io (which is awesome) for a lot of front-end dev work, which does SASS, Babel, etc on a remote server for me. I use Codenvy to do more complex things, again on a remote server. I do some Node and Python on the machine itself (using Termux), but that's very light-weight in terms of resources. It's still proper development though. The things I make end up on servers being used by thousands of people.

I'd do frontend things on the machine itself if Chrome let me access localhost, but it doesn't. (Weirdly, Firefox for Android does, but that doesn't have any dev tools).

The problem with asking whether Chromebooks are ready for 'serious' development is that development is a huge topic that covers everything from editing a config file in VIM to building a UI in XCode. You can't answer a yes or no to a question like that.

tl;dr It's great but I wouldn't want to run Android Studio on it? My iMac struggles with that...