Hacker News new | ask | show | jobs
by garren 2678 days ago
I recently picked up a Yoga C630 out of curiosity. I figured that if the chromeos thing didn't work out, then I could probably install linux. It turns out that the C630 is a pretty capable machine - I'd initially toy'd with developer mode but gave up pretty quickly once I found crostini.

The chrome crostini project [0] basically gives you a little container in which you can run a terminal (probably more, but a terminal is good enough for me). Docker is supported so I can run additional containers within the crostini.

I've pulled all of my dotfiles into the crostini terminal, and have encountered very few issues experimenting with docker, python/flask, ruby, and C/C++ locally. I can't speak to emacs, but vim/tmux run as expected.

The C630 in particular has worked out remarkably well: the hardware is much better than I'd expected, the battery is very good, the touchpad is second only to my macbook (this is what piqued my curiosity initially), and the display, while not matte, is big and bright enough to split a browser and terminal side-by-side.

The C630 would probably fit the bill for a nice travel box. It's not as pricey as a macbook, but at $600-700 it's a little more than most chromebooks.

The only real concern I have is the reliance on Google and the G-ecosystem.

[0] https://chromium.googlesource.com/chromiumos/docs/+/master/c...

1 comments

This is pretty interesting. Thank's for the details, I might try this out.