Google’s Chromebooks Have Hit Their Stride
91–100 of 138 posts
Re: Google’s Chromebooks Have Hit Their Stride
#92Bought Chromebooks (and Chromecasts) for all my tech-illiterate family members in order to cut down on having to provide tech support, and it's been amazing. No issues so far, and everything just works.
I do nearly all my work on remote machines, writing code in Vim over SSH. Could chromeOS work for someone like me? Is there a decent terminal app for chromeOS? I don't want a PuTTY-like utility that allows me to open sessions; I'm looking for a tabbed terminal that allows me to run basic linux commands locally and ssh into remote machines...
Re: Google’s Chromebooks Have Hit Their Stride
#93I got a Chromebook (XE500C21) as a gift and I didn't think it'd see much use. I set up crouton on it and I'm using it for browsing, IRC and some (very light) programming. I've come to use it far more than I thought I would. My primary reasons for reaching for it rather than a "real" laptop (got a couple of Thinkpads around as well) is that it's got great battery life and that it's so cheap that I don't care if it get…
Re: Google’s Chromebooks Have Hit Their Stride
#94Over the last few days, I was looking at building an IDE as a Chrome Packaged App, but went with node-webkit due to the file I/O limitations of Chrome. However, for many apps, the combination of ease of building a Chrome Packaged App and the automatic cross-platform capabilities (anything that runs Chrome) will further strengthen the Chromebook market. The one thing I think is missing is more drool-worthy mid-priced…
Re: Google’s Chromebooks Have Hit Their Stride
#95Bought Chromebooks (and Chromecasts) for all my tech-illiterate family members in order to cut down on having to provide tech support, and it's been amazing. No issues so far, and everything just works.
I do nearly all my work on remote machines, writing code in Vim over SSH. Could chromeOS work for someone like me? Is there a decent terminal app for chromeOS? I don't want a PuTTY-like utility that allows me to open sessions; I'm looking for a tabbed terminal that allows me to run basic linux commands locally and ssh into remote machines...
Long story short, I can alt+ctrl+shift+f2 and get to an Ubuntu install where I have XFCE installed and access to a real xterm + tmux + Skype. It has all of my dev tools (c compiler, python, jvm) and can even do Android development. I can alt+ctrl+shift+f2 and go back to normal Chromebook stuff. I use Chrome plus a special plugin in ChromeOS that lets ChromeOS and my Crouton/Ubuntu install share a clipboard. Combined with Chrome's normal syncing, I sometimes forget which environment I'm in when browsing the web.
If you can follow some instructions and want a cheap dev laptop that is no fuss for the basics, I'd recommend a similar setup. These days, I'd probably go for the 14" HP, although I haven't checked to make sure I could upgrade the HDD and RAM to acceptable specs.
Re: Google’s Chromebooks Have Hit Their Stride
#96Earlier quoted context omitted.
I'm sure it is but how will it run after 6 months of use by a non-technical user. The 'Windows half-life' kicks in and most Windows PC's I've ever seen have been almost unusable after a year or so of such usage.
Until four months ago I was running windows 8 on my 5 years old laptop with no problem. I upgraded it with 8.1 just because I wanted to try it and still I hadn't seen the first problem, so in my experience that "windows half-life" isn't more than a myth.
Re: Google’s Chromebooks Have Hit Their Stride
#97Is there still a chromebook with 3G or even LTE access built in? With a (worldwide) google data plan? I would buy one in a heartbeat if that were the case.
Re: Google’s Chromebooks Have Hit Their Stride
#98When Chrome OS was first announced, I wanted to try it out. Unfortunately every time I try, I can't get it to run in VirtualBox. The hexxeh builds are old (April 2013) and there's no ISO I can download. Has anyone else had success in running a recent, stable build in VirtualBox?
Likely way more work than you're interested in but on Linux:
Follow most of the steps on this page: https://code.google.com/p/chromium/wiki/LinuxBuildInstructio... then:
export GYP_DEFINES=chromeos=1
gclient runhooks
ninja -C out/Release chrome # May take a while!
./out/Release/chrome
... this produces a build of Chrome very similar to the one run in ChromeOS (we use it for 99% of UI development & testing on our Linux workstations). You can run this and get a feel for the desktop environment, window manager, etc. Similar steps will work on Windows but with use_aura=1 defined in GYP_DEFINES, and chrome run with --open-ash on the command line.Re: Google’s Chromebooks Have Hit Their Stride
#99Re: Google’s Chromebooks Have Hit Their Stride
#100Bought Chromebooks (and Chromecasts) for all my tech-illiterate family members in order to cut down on having to provide tech support, and it's been amazing. No issues so far, and everything just works.
I do nearly all my work on remote machines, writing code in Vim over SSH. Could chromeOS work for someone like me? Is there a decent terminal app for chromeOS? I don't want a PuTTY-like utility that allows me to open sessions; I'm looking for a tabbed terminal that allows me to run basic linux commands locally and ssh into remote machines...