Live data from Hacker News

Chromebook Developer Setup Guide

afaqdar.blogspot.com

21–29 of 29 posts

Re: Chromebook Developer Setup Guide

#21

I think the thing that has always held me back from finally pulling the trigger on A chromebook pixel is the fact that you have to dismiss the "developer mode" popup everytime you boot. I guess that is a bit of a nitpick though and it otherwise seems like a solid machine.

It's annoying, but it's not much different from seeing the BIOS screen on an old Wintel machine. It still starts up quickly enough that I'm more likely to turn it off than to sleep it.

Re: Chromebook Developer Setup Guide

#22
I've got my install documented (and scripted) here:

https://github.com/appsforartists/pixel_webdev

It uses crouton to setup a bare minimum dev environment, using Sublime as the editor. It's designed for people who use ChromeOS for most things, but want a good text editor on top of that.

Re: Chromebook Developer Setup Guide

#23
Chromebook Pixels continue to drop in price on EBay and they are an absolute STEAL if you are willing to put in the work.

The hardware presentation is better than my rMBP 15. I just don't like having to jump through hoops to get it to do what I want.

They could have sold a lot more had it had a native Linux option OOB.

Re: Chromebook Developer Setup Guide

#24

I think the thing that has always held me back from finally pulling the trigger on A chromebook pixel is the fact that you have to dismiss the "developer mode" popup everytime you boot. I guess that is a bit of a nitpick though and it otherwise seems like a solid machine.

I don't get it. If Linux or Windows is the end goal, why not start with a Surface Pro (2)?

The startup popup is annoying, but that's at most a one-off per day. It's the pixel's trackpad, mushy keyboard, and weak screen hinge that turns me off from using it as a dev machine.

It's great for couch surfing or as an ipad replacement, but I expect a dev machine to be more than a screen and a cheap price.

Re: Chromebook Developer Setup Guide

#25
post #8

What are the odds of programs like SublimeText being able to run on ARM in the near future? I'm sure Eclipse would be far too heavy. Most of the 'Chromebook as a developer laptop' make it into a fancy SSH terminal - which is fine. But I don't really see a 'terminal' as a 'developer laptop'. I understand you can still access the internals of Linux along with the shell and other languages, but it doesn't work for a lot…

> make it into a fancy SSH terminal

Yup. A full Linux OS like Ubuntu is nothing but a fancy SSH terminal.

Re: Chromebook Developer Setup Guide

#26
post #3

While this is probably very helpful to Chromebook owners, it doesn't make me want to use a Chromebook for development, or understand the choice. If the hardware is particularly good (is it?), why doesn't someone make it easier to just straight up run Linux from the hard drive? I mean no weird scripts, SD cards, etc. but just a proper distro like Debian.

The pixels have fantastic screens, the other chromebooks are fantastically cheap. The hardware on regular chromebooks is apparently great for the price, the hardware on the pixel is not great except for the screen. If neither of those things are what you are looking for, then steer clear of chromebooks.

(I use a Pixel with plain old Debian. I have to press Ctrl-L every time I boot, as DanBC describes.)

Re: Chromebook Developer Setup Guide

#27
If you get around replacing chrome OS with linux and reflashing the firmware with uboot, you'll lose GPU acceleration (3D and 2D). ARM is pretty shitty about releasing specs for their GPUs, so the Chromebook GPU (Mali T604) remains unused.

Re: Chromebook Developer Setup Guide

#28
post #24

I think the thing that has always held me back from finally pulling the trigger on A chromebook pixel is the fact that you have to dismiss the "developer mode" popup everytime you boot. I guess that is a bit of a nitpick though and it otherwise seems like a solid machine.

I don't get it. If Linux or Windows is the end goal, why not start with a Surface Pro (2)? The startup popup is annoying, but that's at most a one-off per day. It's the pixel's trackpad, mushy keyboard, and weak screen hinge that turns me off from using it as a dev machine. It's great for couch surfing or as an ipad replacement, but I expect a dev machine to be more than a screen and a cheap price.

How's Linux on the surface pro? I'm worried that it'll be a device driver scavenger hunt.

Re: Chromebook Developer Setup Guide

#29
post #16
post #8

What are the odds of programs like SublimeText being able to run on ARM in the near future? I'm sure Eclipse would be far too heavy. Most of the 'Chromebook as a developer laptop' make it into a fancy SSH terminal - which is fine. But I don't really see a 'terminal' as a 'developer laptop'. I understand you can still access the internals of Linux along with the shell and other languages, but it doesn't work for a lot…

With crouton, there are very few Linux apps that you can't run on a Chromebook. While I haven't tried it with SublimeText, I have run Eclipse on my Chromebook. It's not the smoothest experience, but it can get the job done. So far, Arduino and IntelliJ are the only apps that I haven't gotten working on my Chromebook. The former relies on some x86 libraries that obviously won't work on an ARM processor, and the latter…

Android Studio, who is based on IntelliJ, didn't like the fact that I was running OpenJDK on my notebook but it worked. You should probably check on IntelliJ again.
Post reply on HN