Hacker News new | ask | show | jobs
by hoosieree 3182 days ago
I had one of the 2012 Samsung ARM Chromebooks, then when its battery started to die I replaced it (earlier this year) with an Acer R13 (also ARM).

For development I mostly only need git, ssh, and emacs. So I use the cli-extra target from crouton for an Ubuntu command line.

Occasionally I need to run something graphical so I have a 2nd chroot for X windows.

The R13 is nearly perfect as far as the hardware goes - high-resolution touchscreen, 12+ hours of battery life, trackpad and keyboard are the best I've used (better in my opinion than Macbook Pro). The processor is 64-bit and it has 4GB of RAM, which is usually plenty.

Software is another issue. Most of the time if there isn't already an Arm64 binary, compiling from source works. I view claims of "cross platform" with total suspicion nowadays.

One thing I miss is hardware accelerated graphics in crouton. ChromeOS supports it but the driver isn't open as far as I know.