back to article Google rolls out new, cheaper Chromebooks 'for everyone'

Google announced the latest generation of its Chromebook browser appliances on Thursday, featuring a higher-resolution screen, an ARM processor, and a tablet-challenging list price of $249. The new Chromebooks are manufactured by Samsung, although this time they have no specific model number. The South Korean manufacturer is …

COMMENTS

This topic is closed for new posts.

Page:

    1. Mage Silver badge
      Coat

      Re: And the 2012 Pointless Award goes to...

      I used to think that Chrome was totally pointless. But actually for many people it does give them what they want. idiot proof browser (and web based email and documents) without any OS to look after. Sort of Apple iOS for iPad taken to an extreme and physical qwerty.

      Mines the one with a Nokia N9210 in the pocket.

      ( It would only be a problem if this was the only choice. I'll stick too Windows XP and Debian for all my devices with a screen and real QWERTY keyboard )

  1. ZootCadillac
    FAIL

    I truly do not understand the need for this device. Why would anyone want to carry around a dumb-terminal web browser when they most likely have a tablet or phone that does this already...and more?

    I appreciate there is a move towards cloud computing but does Google think this is the answer?

    I have an MSI netbook, intel atom based with the same resolution. I barely use it other than to get pictures from my DSLR to my hard drive when i am shooting sports events at the weekends. Even when I want to browse I use my phone. I don't even take my Asus transformer with me despite it being better than my other options for browsing. That device has been relegated to doing the job that the kindle in my drawer used to do and occasional tweeting from bed.

    I think that Google has seriously over-estimated the market for such a device.

    1. Anonymous Coward
      Anonymous Coward

      @ZootCadillac

      "I appreciate there is a move towards cloud computing but does Google think this is the answer?"

      Yes, this sort of thing is *exactly* what pure cloud computing is all about. Doesn't look too good does it? In my view Chrome book is a very good illustration as to how poor the technologies we have for this are. The combination of HTML5, JavaScript, and other web stuff does not add up to compare favourably to a well written application running on top of a proper operating system with a proper graphics subsystem.

      I can remember how fantastic X applications were back in the early 1990s running over 10Mbit Ethernet. Back then X was *the* way to efficiently render a frame buffer at a remote location. Web apps and Cloud Computing is just a modern way of doing effectively the same thing whilst also transferring some of the computational and energy burden to the client. Despite that transfer Web/Cloud endeavours to maintain control, so the client doesn’t actually get a copy of the whole software and data, but just enough to ease the burden on the server.

      However the end result is not as good a user experience as an X app (i.e. anything Linux) running over really quite modest network links (even 10Mbit is pretty good) so long as the server isn’t overloaded. I think that 3G/LTE + updated X (improvements in security, sound, video, touch interaction) could be a very good experience from a client user’s point of view, but it would mean Google (or whoever) having to put more electricity into their data centres.

      Oh, and X apps always look 'perfect' (assuming the X renderer is up to scratch), and is inherently application centric. RDP / VNC are rubbish to look at even on a 1Gb network and push the whole server frame buffer to the client, not just the application's window.

      1. ZootCadillac

        Re: @ZootCadillac

        Thank you for the informative reply.

      2. the spectacularly refined chap
        FAIL

        Re: @ZootCadillac

        Oh dear, there are so many errors in the above comparison of X, RDP and VNC I don't even know where to begin. Any validity of the actual points is lost among the sheer inaccuracies.

        Start with the most primitive protocol first. VNC does not "push the whole server frame buffer to the client". Even VNC onlys sends a region of interest. Not simply the application level - that would be spectacularly dumb - often it is merely a very small portion, around e.g. the mouse pointer or text cursor. Everything else is left unchanged from the last screen update.

        Similarly, both X and RDP do not push the server frame buffer to the client - the frame buffer is firmly on the client. Both protocols get much higher performance by sending higher level graphical primitives (draw line, fill rectangle etc) to the client. Not raw pixmap data except of course where it is actually a pixmap being displayed on screen.

        As for rendering accuracy that is another completely blind alley. RDP and VNC generally both drop certain on-screen elements by default (e.g. wallpaper, Aero) to speed up the experience. That is a configurable setting - you can easily specify that those elements should be preserved and the result should be bang on perfect. X is if anything more problematic here - between different instances of the same OS it is generally problem free but away from that particular case regular remote X users get used to subtle issues (e.g. the wrong font being used) after a while.

        As for performance, yes, on the LAN X11 is exceptional - even video playback can be perfectly acceptable. That doesn't make it profitable to use as a cloudy solution. Compare the basic premise of RDP and X - both send high level primitives to the client but whereas X is implicitly designed for a LAN RDP extends to the WAN as well, with features that are essential to WAN connectivity but which X simply lacks - resuming a dropped session or encryption are two features that come to mind. The second is essential on the wider Internet but obviously comes with a large performance penalty. These feature can be added to X via a number of add-on layers but when you do so you generally find you lose that performance that attracted you to it in the first place.

        All told then, they are different protocols for different uses. Pretending that a lightweight protocol designed for one basic use case can suddenly be extended to situations it was never intended for and not gain extra baggage, or that the designers of one system had some great insight that went completely ignored by the designers of subsequent systems is simply misrepresenting the situation.

  2. Anonymous Coward
    Anonymous Coward

    Target market

    It doesn't surprise me that everyone here is saying they wouldn't buy one - neither would I. But Reg readers are exactly the sort of person this is not designed for.

    This is all about Google Drive, period. (And what used to be Google Docs).

    Anyone who has worked in any kind of moderately large company will know just how many people spend pretty much every day using nothing more than Outlook and maybe Word or Powerpoint. Maybe they'll dip into Excel to make a basic 2 column table. These people are usually overpaid and over-promoted and think using only Office apps makes them senior management.

    This is for them. Google of course wants to get more businesses on Apps so they will no doubt attempt (again?) to bundle chromebooks with Apps subs.

    £249 is still about £100 too expensive and I don't see these working in the home, but they may have some success with some of their Apps customers.

    1. Sordid Details
      Happy

      Re: Target market

      Well I won't be buying one, but only because I shelled out for the previous gen Chromebook 550 and I am perfectly happy with it (although I wish it had been cheaper).

      The cloud model doesn't work for everyone. It took me a while to get used to it as a way of working, and occasionally there are tasks that require me to kick the kids off the iMac, but for 95% of the work I do the Chromebook suits me down to the ground. Take your Chromebook on the move? To be honest, why would you need to unless you really don't get what the cloud is about. I don't take my Chromebook to work with me or when I visit my mother. I fire up a browser on any computer I can find, log in to my Google account (two-factor authentication, thank you very much) and my whole world is there again.

      Chromebook has a place for people like me who want the form factor of a laptop with the convenience of the cloud. Folks, there's no need to turn this into yet another a flame war. It's horses for courses. If a fat client is what you need to do you thing then use it and be happy.

      1. ZootCadillac
        Happy

        Re: Target market

        Don't get me wrong. My post wasn't to create any argument for or against a certain advice. Personally i just don't understand it. As I said, I have a netbook for around the same money. It runs windows 7 so has all the functionality of a laptop in a smaller package but also has all the functionality of a chromebook with all the advantages that having storage and software to boot.

        My point was that i look at this and just think...why? had I not got a netbook and was looking for a device today I'd be crazy to choose a chromebook over a fully functional netbook for similar money. Wouldn't I?

        1. JeffyPooh
          Pint

          Re: Target market

          For an extra $250+ one could have *both*. So if the Chromebook offers any "Unique Selling Propositions" (even just one or two), it might be perfectly reasonable to add it to ones' growing stable of gadgets.

          I can understand that no sane middle-class human would ever want to have more than one monthly mobile phone bill (of North American proportions, $60+ per month), so it makes sense - unfortunately - to choose just ONE mobile phone (becoming a mindless fanboi to defend your decision-making skills is entirely optional).

          This logic does *not* apply to one-time low-cost purchases where the fanboi instinct where they assume that they must choose just ONE or the other is based on the wrong mental model.

          So long as there's still an empty outlet on the power bar (LOL), and you have the petty cash to fund the purchase, it's not a contradiction to have both.

    2. uhuznaa

      Re: Target market

      Yes, if there is one thing Chrome OS is fine for than it's simple office tasks. But why a small notebook then? Make it a smallish all-in-one desktop with a 19" screen and this thing will sell. No problems with the requirement of reliable net access there either.

    3. Anonymous Coward
      Anonymous Coward

      Re: Target market (@AC-OP)

      I think there are absolutely compelling use cases for a stateless device like this in many IT shops.

      Ex complaint: "[ZOMG my lappy just caught fire and burnt itself into a bubbling puddle of goo on my desk]"

      Ex response: "[Go to the admin at the end of the hall, ask her for a new lappy from the cabinet and to log the serial number into asset tracking under your name, boot up and login]"

      Use Citrix for those desktop-only apps you can't live without.

      The only problem with ChromeOS is that the design is really dependant on using Google's cloud. If this could be back-ended and managed by internal systems like the ones already in use as a standard for managing desktops and logins... this would be a much easier sell for business.

  3. Shannon Jacobs
    Holmes

    I know why I dislike the google

    But I was surprised to see all the hostile comments here. Just to be clear, I don't have any particular feelings for or against Samsung, but I think the google has definitely gone to the evil side, and whenever there is a good alternative, I favor it.

    Latest ugly grin was getting invited to use a new Google system, but when I poked at it, I found my participation is still censored. I've been trying to figure out what that is about for a couple of years now, but the google ain't talking. However, it's only one of a long list of reasons I don't trust the google now--and why I won't consider buying a Chromebook.

    1. JDX Gold badge

      Re: I know why I dislike the google

      Bad the google.

  4. James Anderson

    Too expensive!

    But considering thet the web browser is pretty much the only application I ever use on my iPad or Android phone I really do see where they are coming from.

  5. localzuk Silver badge
    Thumb Up

    Bought a pile of them for a school

    They're ideal for schools now I'd say. Like a tablet, but useful. They're very cheap compared to other hardware, but the warranty and support for them is somewhat limited - ie. no replaceable batteries in the older models, means they're basically a replace 2 yearly device. The non-replaceable keyboard is another issue.

    Marketing for them is not very good though - schools are hardly being told about them. Google hasn't managed to create any buzz.

    1. Blarkon

      Re: Bought a pile of them for a school

      They created Buzz. No one used it.

  6. Anonymous Coward
    Anonymous Coward

    hmm fruity design cues...

    oh it's made by Shamsung.

  7. David Gosnell

    New resolution

    Yes, it is about 25k pixels (2%) higher resolution, but 1280 x 800 is by far the more useful in practice, and lends itself to significantly more portable devices.

    1. David Gosnell

      Re: New resolution

      Or, strictly, just 25k more pixels. I doubt the actual resolution in terms of DPI (pixel fineness) is any different.

  8. JeffinLondon

    Funny, byt I almost never run ápps'on my Windows laptop anymore.

    Everything I need and use is in the cloud... I need a new machine at hime.

    Maybe, just maybe I'll pick one of these up!

  9. Anonymous Coward
    Thumb Up

    My sister has a netbook (ASUS/ACER - something like that), she mainly uses it for email and web browsing at home. The only "local processing" she does is to store the images from her digital camera. As long as it has a usb connection to allow uploading of the images it would suit her needs.

    Not everyone wants/needs anything more than that.

  10. Sergey 1

    ARM's fine, now it needs a full OS

    I'd choose quad-core ARM over any Atom flavour - better performance per watts or dollars.

    It's easy to build software or install it from repos, unless one wants to download some funny binary stuff.

    But the thing should have GCC toolchain installed, mature Linux distro with all bits and bobs, and enough RAM/HDD space to make use of that all!

  11. Anonymous Coward
    Anonymous Coward

    Gosh, the pig looks so pretty

    Now they've applied the lipstick.......

  12. jeremyjh
    WTF?

    Thank you, Google, for saving me money

    If this had been priced at the honest currency conversion plus VAT, which would bring it out at £155.08 + VAT = £186 with some marketing rounding to £189, then I'd have been sorely tempted. Even allowing for some fluctuation and going with £199, this would appeal to me as something to waste my money on and regret like I did that £249 Dell Mini 10v the last time I decided I wanted a laptop which was tiny and light on features and power. By keeping it above £200, you've saved me. Thanks, Google!

  13. Chris Evans
    Happy

    I'd love one with RISC OS on it

  14. ragsyboy
    Holmes

    Fruity

    Looks like an Apple device but I like the price!

  15. JeffyPooh
    Pint

    RTFM... (?)

    I read the Google site on them; two points:

    1) They mention "apps", so it must allow more than just the browser.

    2) Upon reboot it reloads the factory OS from a hidden read only partition (sounds like custom hardware) if there's any hint of hackery. If this process has any bootstrap in hardware then loading an alternate OS might require hardware hacking (cutting traces, etc.). They mention multiple layers of security. .: It might the hacker community an entire week to properly root them. LOL.

    1. Anonymous Coward
      Anonymous Coward

      Re: RTFM... (?)

      Possibly true, but it only really needs to be difficult enough for the average corporate user not to bother. If their IS guys make them use a chromebook for their email and meeting minutes, they're probably not interested in installing Debian or Android on it.

  16. Longtemps, je me suis couche de bonne heure

    Seemingly rather a lot of Microsoft employees (or equivalents) posting here...

    Are they scared? If so, I think they are looking in the wrong direction, because that iPhone connected to a mouse, keyboard and screen is probably going to inherit the earth, if that's OK with you, Microsoft...

  17. jamsodonnell
    Happy

    Consider the use case

    Over 95% of my home computer use is browser based. The other 5% is organising music/podcasts for my iPods or the occasional connection to work using Citrix. For this I use a HP Vista laptop, which takes 5 minutes to boot and now has a 20 minute battery life. I bought a Macbook Air, but my 11 year old has now claimed ownership. The Chrome laptop will suit the bulk of my computing needs. Google's marketing should focus more on:

    1. Use when not internet connected. I like to read PDF technical documents, when not connected to the internet. This seems to be supported but it is not obvious.

    2. Citrix client usage. The Google message is somewhat arrogant. "It is up to your IT department to figure out how to cater for Chrome laptops." My message to Google is: If you want enterprises to accommodate Chrome laptops, then you have to make it simple for them, including security certificate usage.

    3. I occasionally have to do Powerpoint presentations while not Internet connected. I need it to be simple to transfer a powerpoint to Chrome.

    1. Anonymous Coward
      Anonymous Coward

      Automatic thumbs down

      As anyone who refers to "a powerpoint" obviously deserves.

    2. Anonymous Coward
      Anonymous Coward

      Re: Consider the use case

      I try to avoid having to do any kind of presentation, but I'm fairly sure you can just install the Google Drive client on your PC or Mac, drop the pptx in there and it'll be available for you to dazzle the self-important people with on your chromebook — assuming your meeting room has wifi :)

  18. Lallabalalla
    Pirate

    "It just works"

    Google's senior VP of Chrome and apps, wrote in a blog post on Thursday. "There's no need to worry about security updates and maintenance is easy; all you need to do is charge the battery. It just works."

    - Is he allowed to say that?!

Page:

This topic is closed for new posts.

Other stories you might like