Slashdot Mirror


Phil Shapiro says 20,000 Teachers Should Unite to Spread Chromebooks (Video)

Phil Shapiro often loans his Chromebook to patrons of the public library where he works. He says people he loans it to are happily suprised at how fast it is. He wrote an article earlier this month titled Teachers unite to influence computer manufacturing that was a call to action; he says that if 20,000 teachers demand a simple, low-cost Chromebook appliance -- something like a Chrome-powered Mac mini with a small SSD instead of a hard drive, and of course without the high Mac mini price -- some computer manufacturer will bite on the idea. Monitors? There are plenty of used ones available. Ditto speakers and keyboards, not that they cost much new. The bottom line is that Phil believes Chromebooks, both in their current form factor and in a simpler one, could be "the" computer for schools and students. Maybe so, not that Android tablets are expensive or hard to use. And wait! Isn't there already a Chromebox? And even a Chromebase all-in-one Chrome-based desktop? In any case, Chrome-based computers look pretty good for schools and libraries, especially if and when prices for the simplest members of the family get down to where Phil thinks they should be. (Alternate video link)

101 comments

  1. Great for learning programming, too! by mellon · · Score: 1

    I am not thrilled that this is considered a good idea. In principle I suppose you _can_ learn to program on a Chromebook, but only in a very limited way. If this is the wave of the future in education, some thought needs to go into how to design a programming curriculum that can work with these devices.

    1. Re:Great for learning programming, too! by mellon · · Score: 2

      A properly locked-down Chromebook doesn't let you do stuff like that. You have to enable developer mode. Presumably the point of using chromebooks is that they're easier to maintain, and that won't be the case if they aren't locked down.

    2. Re:Great for learning programming, too! by JMZero · · Score: 1

      There's no reason you couldn't learn to program inside a web application - it limits the tools you can use, sure, but it's certainly not impossible.

      --
      Let's not stir that bag of worms...
    3. Re:Great for learning programming, too! by fustakrakich · · Score: 1

      Can you program it to automatically clear the cache?

      --
      “He’s not deformed, he’s just drunk!”
    4. Re:Great for learning programming, too! by khellendros1984 · · Score: 2

      And then you've got a developer used to being tied into that web app for anything they want to do. "Certainly not impossible" doesn't inspire a lot of confidence. A cheap computer that's suitable for learning programming isn't a very high bar, and there are a lot of options.

      --
      It is pitch black. You are likely to be eaten by a grue.
    5. Re:Great for learning programming, too! by mk1004 · · Score: 1

      I must have missed the part in the article that said they were to be used for programming. The idea is that students use them for studying for all classes. With Chromebooks, it needs to be pretty much all web-based, but that should be doable. If they are teaching programming, they can get a few Raspberry Pi modules (kidding) or a few regular desktops with whatever OS you want to teach in.

      --
      I can mend the break of day, heal a broken heart, and provide temporary relief to nymphomaniacs.
    6. Re:Great for learning programming, too! by niftymitch · · Score: 1

      I am not thrilled that this is considered a good idea. In principle I suppose you _can_ learn to program on a Chromebook, but only in a very limited way. If this is the wave of the future in education, some thought needs to go into how to design a programming curriculum that can work with these devices.

      Not only can but many folk at Google do exactly that.
      They interact with the cloud of compute servers and VMs to their hearts content.
      It is not necessary but it is possible to set a Chromebook in developer mode
      and do the rare odd bit that cannot be done in their cloud. Schools could provide
      a modest cloud server set of student resources inside a school VPN and
      have a lot of control.

      The point is that not only can you but this is solved at Google and with some
      modest education of the teachers is easy.

      --
      Truth is stranger than fiction, but it is because Fiction is obliged to stick to possibilities; Truth isn't. Mark Twain.
    7. Re:Great for learning programming, too! by K.+S.+Kyosuke · · Score: 1

      I wonder if it were possible to run PNaCl code on the Chrome OS machine generated by another program running on the same Chrome OS machine. In the worst case, you'd need one web server to run in from, but I don't see anything else being necessary for this. That way, you'd be able to compile most reasonable things (C, C++, Go, Ocaml and similar) into native code.

      --
      Ezekiel 23:20
    8. Re:Great for learning programming, too! by JMZero · · Score: 1

      Lots of people have always got attached to their first language or IDE or whatever, but the core skills learned are transferable. What's being talked about isn't vocational training; it's introducing, for example, programming to patrons at a library.

      I think a Chromebook has some very good properties for a public library. They're not just cheap, they're simple and maintainable. If they couldn't support learning how to program at all, I think that would be an important disadvantage. But I think in the context of a library, having online tools and sites available to learn programming is perfectly reasonable, and "ticks that box" so to speak.

      --
      Let's not stir that bag of worms...
    9. Re:Great for learning programming, too! by Anonymous Coward · · Score: 0

      Google's evil and you suck a demon's dick.

    10. Re:Great for learning programming, too! by Ol+Olsoc · · Score: 1

      A properly locked-down Chromebook doesn't let you do stuff like that. You have to enable developer mode. Presumably the point of using chromebooks is that they're easier to maintain, and that won't be the case if they aren't locked down.

      A couple days ago, I traded in an old P3 XP powered laptop at a well known place I won't mention lest I be declared a shill. Got the cheapest Chromebook for 99 dollars.

      Initial reports are that it is the most amazing 99 dollar computer I ever purchased. It still would be at normal pricepoint of 199 dollars. Fast and responsive in a way my better half's W8 touchscreen laptop would love to be, but never will. All that at around 18 percent of the price.

      But more to the point of your comment, after a few days of learning chrome OS, I installed ChrUbuntu on it. I'm not a big fan of Ubuntu, and prefer Mint, but there ya go. Problem solved, and learn to program at will. I just boot into whatever I need at the moment.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    11. Re:Great for learning programming, too! by Ol+Olsoc · · Score: 1

      There's no reason you couldn't learn to program inside a web application - it limits the tools you can use, sure, but it's certainly not impossible.

      I suppose I'll have to go into the witness protection program now, but here is a site/language alreay doint just that:

      https://www.ruby-lang.org/en/

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    12. Re:Great for learning programming, too! by BitZtream · · Score: 1

      I know a few Google employes.

      They give their kids chrome books.

      They all have Macs, Linux as the primary OS, few use OSX, none use Windows.

      Anyone you know at Google using a chrome book as their primary ... isn't doing anything important.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    13. Re:Great for learning programming, too! by FatLittleMonkey · · Score: 1

      And then you've got a developer used to being tied into that web app for anything they want to do.

      Dude, no-one is a "developer" straight out of high school. Kids who learn basic web-hosted programming skills in high school are still going to do a college-level course before even the most entry-level coding job.

      --
      Science is all about firing a drunk pig out of a cannon just to see what happens.
    14. Re:Great for learning programming, too! by Anonymous Coward · · Score: 0

      http://www.compileonline.com/compile_java_online.php

    15. Re:Great for learning programming, too! by khellendros1984 · · Score: 1

      They wouldn't be what I'd call an "engineer", and maybe "programmer" would've been a better word than "developer". I certainly would've described myself as a programmer before I was out of high school. You're nitpicking word choice without addressing the point that I was trying to make: limitations suck, and someone using standard tools is going to be able to find more material to learn from, anyhow. If the choice is between having a bunch of Chromebooks or nothing, then that's an obvious choice. If there's another option available, then it's better to teach a student with something they'll be able to get help with on their own.

      --
      It is pitch black. You are likely to be eaten by a grue.
    16. Re:Great for learning programming, too! by Anonymous Coward · · Score: 0

      I'm sure there are other options, but codeskuptor.org is a decent web-based python interpreter. Admittedly, no-one in their right mid would use it to run real applications, but it is perfectly adequate for teaching the basics at a high-school level, and it is used for a introductory course for programming on Coursera (or at least was when I took it).

  2. this Chromepost smells Chromefunny by globaljustin · · Score: 4, Insightful

    Chrometeachers need laptops, sure but it's not the essential tool of Chromeeducation.

    For some Chromereason, I feel like TFA is taking benefits of ***USING ANY LAPTOP*** and recasting them as Chromebenefits of using one company's product

    --
    Thank you Dave Raggett
    1. Re:this Chromepost smells Chromefunny by ColdWetDog · · Score: 1

      Yeah, I'm not so sure that the Chrome God should be anywhere near students on a regular basis. It's just another $computer would be great for learning rant.

      Nothing to see here, move along.

      --
      Faster! Faster! Faster would be better!
    2. Re:this Chromepost smells Chromefunny by Shatrat · · Score: 1

      You should use my Windows 7 laptop. It's takes several minutes to get my email open when I come in to work.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    3. Re:this Chromepost smells Chromefunny by 93+Escort+Wagon · · Score: 1

      For some Chromereason, I feel like TFA is taking benefits of ***USING ANY LAPTOP*** and recasting them as Chromebenefits of using one company's product

      Well, just off the top of my head - if these teachers don't push their students into using Chromebooks, Google will need to find some other method of collecting data and building shadow profiles on those people.

      So, right there, you've got a significant benefit to specifically promoting Chromebooks.

      --
      #DeleteChrome
    4. Re:this Chromepost smells Chromefunny by Anonymous Coward · · Score: 0

      Partial credit.

    5. Re:this Chromepost smells Chromefunny by Anonymous Coward · · Score: 0

      Your network pipe is clogged by YouTube streams / Hockey/Football/Soccer ..etc
      OR
      You don't know how to hold your laptop.

  3. Stay away from my school please by KalvinB · · Score: 4, Insightful

    Chrome laptops are consumption devices. They are not creative devices.

    Schools need computers that you can hook Arduinos up to or Raspberry Pis or install Apache, MySQL, PostgreSQL, PHP, Ruby, Visual Studio Express, etc. on. Computers you can install Gimp or Photoshop on.

    They do not need fancy TVs.

    The iPad failed in LA, not because it was expensive, but because it was a very dumb idea.

    We need to get people involved in schools that at least have some clue about technology and what would be most useful to kids.

    And frankly, until we get that sorted out, you'd be better off buying the students $200-400 worth of notebook paper and pencils.

    1. Re:Stay away from my school please by Anonymous Coward · · Score: 1

      Well, books are consumption devices too, and there's room for them in schools. If all you need is a browser to gather information or prepare a report, it's not a totally dumb idea. And already my (middle school) kids use prezi to prepare powerpoint type reports online, then email the link to their teacher who puts it up on their Prometheus board (prometheanworld.com) for presenting to the class. They would be happy with a Chromebook if it ran Minecraft.

    2. Re:Stay away from my school please by Richy_T · · Score: 1

      It is not too bad if you have a real computer you can SSH into.

      I haven't tried Google's version of VNC/RDP yet. I refuse to run the server on my main system.

    3. Re:Stay away from my school please by Teckla · · Score: 1

      Chrome laptops are consumption devices. They are not creative devices.

      This is nonsense. There are a lot of web apps and Chrome apps for creating things.

    4. Re:Stay away from my school please by zoid.com · · Score: 1

      Not true. In our elementary schools they are pretty much using browsers only with occasional word processing and presentations. The chromebooks are berfect for this. At this grade they are not doing any tech type stuff and if they do then they go to the labs. They are using the laptops for courseware not programming.

    5. Re:Stay away from my school please by chmod+a+x+mojo · · Score: 2

      Umm, no, chromebooks are not just media consumption devices. I'm on one right now, find me another 100% Linux compatible laptop with a decent keyboard for ~$300USD. It should also be x86_64 and have a battery life of ~8-10+ hours with normal use and WiFi on.

      QuickOffice / GoogleDocs ( even offline ) damn well better be good enough for highschool papers, it's good enough for college papers unless you are juggling enough sources to need a reference manager.

      --
      To err is human; effective mayhem requires the root password!
    6. Re:Stay away from my school please by Anonymous Coward · · Score: 0

      Chrome laptops are consumption devices. They are not creative devices.

      Nonsense!
      Think of all the personal information the pupil will generate and hand-over to Google in over a decade of schooling!

    7. Re:Stay away from my school please by rogoshen1 · · Score: 1

      i don't think there's an age that's too young for students to start learning to program (Even if it's using symbols, versus numbers and or text) -- the concepts that they'd pick up along the way (logic, reason, problem solving) are worth way more than ipads, or any other $tech). And these concepts are not limited to just IT/tech.

      We seem to have this bias that kids are too stupid to pick up things like math or science until they're in middle school, that sounds more like an artifact of the teaching methods than their potential.

    8. Re:Stay away from my school please by Anonymous Coward · · Score: 0

      yep and most of the web apps are poor quality shit not capable of replacing real apps

    9. Re:Stay away from my school please by Anonymous Coward · · Score: 0

      true but when you wipe chrome os off and replace it with ubuntu, arch or windows 8 they suddenly become much more productive for real work and are no longer the media / web consumption

      the current generation of chrome web apps are awkward, clunky, slow and unresponsive, lack required features and place your data in somebody elses hands

      so i bought the 199 acer c720, installed arch linux and have got a great REAL laptop that is so much more useful than chromeos that I only ever boot into chrome to watch netflix. windows 8 runs pretty well on it (but no acpi support) to but the stock ssd drive is too small for windows 8 to really be useful so i stuck with arch linux,

      i want google to keep promoting them to retarded american school boards so I can keep converting sub 200 intel haswell based chromebooks into real tools for people

    10. Re:Stay away from my school please by Angrycrow · · Score: 1

      IF there is a deal to be made where you can get the Chrubuntu experience in the classroom then I think it's viable. I remember early phasing in of laptops for classrooms in the iBook days. It was not the best solution. Even walking students through the install process and setting up that account could be good for those kids interested in CS / Creative Tech. But I agree on your point that having staff that can make a good curriculum is more important than the actual brand of parts you put in front of them.

    11. Re:Stay away from my school please by Ol+Olsoc · · Score: 1

      Chrome laptops are consumption devices. They are not creative devices.

      Oh, I really have to disagree

      Schools need computers that you can hook Arduinos up to or Raspberry Pis or install Apache, MySQL, PostgreSQL, PHP, Ruby, Visual Studio Express, etc. on.

      I sorta agree, but we must remember that this is the equivalent of armies always being ready to fight the last war. Computers you can install Gimp or Photoshop on.

      They do not need fancy TVs.

      You can indeed do Gimp on a Chromebook. Note that I cheated a little bit, because I dual boot my chromebook into either ChromeOS or Ubuntu. But the concept behind the Chromebook is valid for the most part. While I'm not a cloud fan, the general performance of the things for webwork is tremendous. And I can boot into either OS in about as much time as starting a program.

      We need to get people involved in schools that at least have some clue about technology and what would be most useful to kids.

      And frankly, until we get that sorted out, you'd be better off buying the students $200-400 worth of notebook paper and pencils.

      I agree wholeheartedly about the technology, certainly Pi's should be required, and hey, I still believe that slide rules are cool.

      But at some point, we gotta move on, and these things are slick and easy. Chrome, or something akin to it is the wave of the future.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    12. Re:Stay away from my school please by Ol+Olsoc · · Score: 1

      true but when you wipe chrome os off and replace it with ubuntu, arch or windows 8 they suddenly become much more productive for real work and are no longer the media / web consumption

      I can't figure why anyone wouldn't dual boot instead of wiping Chrome. My Chromebook is dual boot Linux or Chrome. There are some very compelling aspects to Chrome.

      And spare me the idea that you are only being tracked and merchandized when using Chrome. Don't want that? Pull the ethernet cable or turn off the wireless adapter if you don't want any of that.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    13. Re:Stay away from my school please by walterbyrd · · Score: 1

      > Think of all the personal information the pupil will generate and hand-over to Google in over a decade of schooling!

      But it's okay to hand-over said data to Microsoft?

      Microsoft is worse than google when it comes to harvesting data from grade schools children.

    14. Re:Stay away from my school please by ChunderDownunder · · Score: 1

      It's a platform that restricts the available choice of software, forcing content to be rewritten for a web interface.

      Pre-existing content isn't an issue just for Chrome OS. e.g. A friend's grandchildren were forced to use an iPad for classroom use. Turns out they couldn't do a homework exercise because the educational material targeted flash.

  4. Ubuntu? Fedora? by Scowler · · Score: 1

    How is this better than competing Linux alternatives? Besides being more tightly wedded to Google services and the cloud, I mean.

  5. I read that as... by QilessQi · · Score: 1

    "Phil Shapiro says 20,000 Teachers Should Unite to Spread Chromosomes (Video)"

    I was wondering whether the video showed the actual spreading of the chromosomes....

  6. Nooooo. by Anonymous Coward · · Score: 3, Insightful

    Why do people think that relying on a corporation's cloud for all of their computer use is a good idea?
    I'm fine with the idea of demanding low-cost computers, but why must it be Google's spyware'd up version of Linux? Why not some other solution?

  7. Are Chromebooks Heartbleed victims? by Em+Adespoton · · Score: 1

    Does the Chromebook use OpenSSL?

    Might want to harden those things significantly.

    But I think that schools should change the way they roll out computers -- have appropriately powered computers for creative work, and have a whack of these for consumptive work/staff tools/etc. Makes a lot more sense than a homogeneous network of anything.

    1. Re:Are Chromebooks Heartbleed victims? by Ol+Olsoc · · Score: 1

      Does the Chromebook use OpenSSL?

      Sites use OpenSSL.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    2. Re:Are Chromebooks Heartbleed victims? by walterbyrd · · Score: 1

      You think Microsoft has never had any security issues?

  8. lower cost chrome? by roc97007 · · Score: 1

    > especially if and when prices for the simplest members of the family get down to where Phil thinks they should be.

    Has anyone tried to get Chrome running on the Raspberry Pi?

    --
    Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
    1. Re:lower cost chrome? by khellendros1984 · · Score: 2

      For Chromium OS, a guy called Hexxeh had some builds, but he seemed disappointed by the performance, so the port is on an indefinite hiatus. For the Chromium browser, I saw posts that indicated that it could be built for and run on the Pi. I haven't tried it, and I didn't try to find binaries. For Chrome itself (browser and OS), Google doesn't seem to have produced appropriate binaries.

      --
      It is pitch black. You are likely to be eaten by a grue.
    2. Re:lower cost chrome? by BitZtream · · Score: 1

      Yes, its been working for as long as I can remember. Well, Chromium, but it works, I presume thats close enough for you.

      Its slow as balls because Broadcom is a bunch of pricks who just recently released the specs for A DIFFERENT chip thats much like the one in the Raspberry Pi, so hardware acceleration for graphics was pretty much non-existent. Maybe sometime in 2016 we'll see an accelerated graphics stack and chrome won't suck on it, but you'll be able to buy an iPhone 5s off contract for less than the raspberrypi before it actually has usable graphics stack based on past experience.

      You don't want to use a Raspberry Pi, its crappy hardware with a broken USB stack, shitty graphics stack due to Broadcom not making a driver or release the specs.

      The Raspberry Pi is a utterly stupid design anyway. They took a video processor that had a neat little SLOW arm chip attached to do 'other things' ... and then tried to turn it into a general purpose computer.

      You know its a stupid design and the wrong implementation when the ARM core that you run Linux on ... is not what it boots from. It boots the video core, then the software enables the ARM core and boots it.

      For $10 more you can get a beagle bone black which is superior in every way ... well, except it doesn't have the rabid fanboys that the RaspberryPi has.

      I tried using the raspberry pi with chromium in kiosk mode to display a page with 6 Monitis (www.monitis.com, I don't work with them and don't recommend their service either really) charts on a single page. Since its mostly static and only refreshes every so often you'd think it wasn't that bad ... but when you put it on a screen on the wall, not directly in your view ... you still get drawn in by the fact that it'll start an update ... draw part of the page ... and pause ... and then the next or rest.

      The RaspberryPi is a pretty much never something you should actually choose. Its certainly not a $35 general purpose computer

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    3. Re:lower cost chrome? by danknight48 · · Score: 1

      The RaspberryPi is a pretty much never something you should actually choose. Its certainly not a $35 general purpose computer

      Running great as my £25:
      - Webserver
      - Ftp server
      - Bittorrent server

      Also runs great as a external device controller. You know, robotics and real world implementation that school kids can learn stuff from?

      You don't want to use a Raspberry Pi, its crappy hardware with a broken USB stack, shitty graphics stack due to Broadcom not making a driver or release the specs.

      Broadcom released specs and driver source this year http://blog.broadcom.com/chip-...

      Yes there are better devices out there, yes the Pi is now "slow", but its also old in a fast paced ARM race.
      But the Pi is designed for exploration and learning. Which is does not only as a device, but as a foundation and community.

      £25 for your kids to learn from a hands on device, count me in.

    4. Re:lower cost chrome? by BitZtream · · Score: 0

      You should read my whole post before you reply. Broadcom released the specs to a chip LIKE the one in the RPi, NOT the ACTUAL Pi.

      The Pi was NEVER fast, it was ALWAYS crap and it just has a big following.

      And just because you can run a few servers that do basically nothing ... doesn't make it impressive. I can't say I've got a bit torrent client, but I can run FTP and Web servers, including SSL, on $5 micro controllers that will be more than happy to serve my personal requirements ... and thats not impressive.

      And I wasn't talking about running some network services ... I specifically was talking about GRAPHICAL environments which you just completely ignore.

      Reading comprehension is hard but you really should put more effort into it.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  9. I have a Chromebook by Richy_T · · Score: 1

    I like it but it's not possible to get full functionality without signing your soul away to Google.

    I'm sure it won't be long before they're require google plus to login either. You already need a gmail account.

    1. Re:I have a Chromebook by walterbyrd · · Score: 1

      I have a chromebook also, and I have no idea what you are posting about.

      Please explain how using a chromebook causes anybody to "signing your soul away to Google."

      And while you're at it, please explain how MS never pulls any vendor-lock-in scams, or anything like that.

    2. Re:I have a Chromebook by Richy_T · · Score: 1

      Tu quoque

      And no, I'm not calling you names.

  10. I'm a teacher ... by Anonymous Coward · · Score: 0

    How about you keep all your bloody electronic distractions out of my classroom, so I at least have a *faint* hope of competing for my students attention. Thanks.

  11. Given how many of them are xtians... by Anonymous Coward · · Score: 0

    there's no way they'll do this unless it pushes their anti-science agenda. Crappy out of date textbooks block learning so they're not going to replace them unless the replacement is even worse.

  12. Sub $200 Netbook better by Anonymous Coward · · Score: 0

    Last Christmas I picked up a dual atom powered Asus Netbook with 320GB hard drive,with 11 inch screen for $199.
    Some times we try to fit problem to a particular device when there are viable and attractive standards already available.
    This Chromebook only solution may have been interesting during the One Laptop Per Child was in its heyday , but not now.

  13. Would need tougher hardware by Anonymous Coward · · Score: 2, Interesting

    I'm a tech for a library system in California that piloted a Chromebook rollout at several of our large branches. Staff was fed up with the things shortly after testing began. These things just aren't made to take the wear and tear the average library patron gives them. It got so bad we had over half of our initial 40 machines in for repair at once. When we got them back (from Samsung, in this case) and asked branches to take them back, they actively refused; it was more work than they wanted to put in.

    And this was supervised with mostly adult users. I cannot imagine what kind of chaos would occur with students that are not supervised.

    1. Re:Would need tougher hardware by walterbyrd · · Score: 1

      I have found winboxes to be much more delicate. No spinning disks in my chromebook.

  14. So thin clients are new again? by scorp1us · · Score: 2

    I was having this discussion about my boss's Chromebox. Which I was laughing at for being a thin client. "it'll revolutionize the world"" he said. "We've had citrix for years." I said. All this dies is give you a thin client where the server is any internet accessible site.

    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
    1. Re:So thin clients are new again? by Anonymous Coward · · Score: 0

      Javascript is the present or future...scandals aside...

  15. HTML5 version by Anonymous Coward · · Score: 0

    Here is a link to a html5 (flashless) version, using a demo from Ooyala.
    Beta could support html5 video, but it does not. Why?

  16. Re:Ubuntu? Fedora? by jedidiah · · Score: 1

    For what they seem to be talking about, even discarded hardware running some discontinued version of Windows would be a better idea than a locked down web terminal.

    This sounds like some completely clueless idiot latching onto the latest fad or something he heard about in the news.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  17. And they will by Anonymous Coward · · Score: 0

    Only be handed out to girls.

  18. Laptops are not necessary by cyocum · · Score: 1

    Given the fact money is unevenly distrubuted through the school systems, thanks to local property taxes, some teachers must buy basic supplies for their own students. Laptops will not fix the funding problems. We need a more stable source of revenue than local bond and property taxes. Once these schools get something more akin to a real amount of money to spend on educating their charges can we then even contemplate giving them laptops or chromebooks or whatever. Let's deal with the underlying problems first rather than throwing solution du jour at them.

    1. Re:Laptops are not necessary by Anonymous Coward · · Score: 0

      The only source of revenue a government can utilize for education is *le gasp* TAXES. And since everyone on slashdot is a stark-raving tea-bagged imbecile, this alternative is not the correct one, as paying the government for the services they provide does not make sense to a moron.

  19. Wow, do you have it wrong by Pollux · · Score: 1

    I work in a K-12 school setting. And let me be up front about it...Google is Evil Empire 2.0. I'm not a fan of signing over 1,000 students to Google so that they can harvest personal data and target ad services to them.

    But nobody, absolutely nobody does a better job at KISS than Google. With Google Apps, school districts can now setup dumb-terminal-2.0s (i.e. Chromebooks) at $250 a pop, teach almost anybody how to administer the @school.k12.xx.us user domain, and no longer depend on specialized staff for server administration. Kids have access to their files at home, at school, on vacation, on their Chromebook, on their school computer, on their iPhone... nothing else comes even close to this level of simplicity and usability. And while Google Apps doesn't cut it for power users, it does exactly what it needs to do for the average student and teacher. And schools are signing up in droves.

    You're smoking the FOSS pipe thinking that schools can and will be willing to pay for techs who know how to work with Apache, MySQL, et al. And the iPads haven't failed in LA. There's been a setback, but they're still being deployed. (Though I'm sure not a fan of Apple by any means, either. Root canals are more pleasant than administering iPads.)

    And as far as getting people in schools who have a clue about technology, stop your ranting and talk to your local school board member. They represent public interests in your neighborhood school. And besides, in my community, our board members are expecting me to add more tablet technology into our K-12 schools. Why? Because they're convinced that's how kids learn these days. The only way they'll see otherwise is if they get educated by people such as yourselves.

    1. Re:Wow, do you have it wrong by walterbyrd · · Score: 1

      > I work in a K-12 school setting. And let me be up front about it...Google is Evil Empire 2.0. I'm not a fan of signing over 1,000 students to Google so that they can harvest personal data and target ad services to them.

      You think MS is any better? You must not have been keeping up with the news. Microsoft is worse - far worse - when it comes to harvesting data from k-12 students.

    2. Re:Wow, do you have it wrong by walterbyrd · · Score: 2

      Bill Gates Marginalises Teachers and Harvests Schools’ Data for Profit at Expense of Privacy
      http://techrights.org/2013/06/21/bill-gates-marginalising-teachers/

      Bill Gates Brings NSA-esque Surveillance to Children
      http://techrights.org/2013/12/03/indoctrinate-control-and-spy/

  20. Re:Frosty by Jeremiah+Cornelius · · Score: 0

    "Google for your 'one ring'! Get your 'one ring' here at Google!"

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  21. What? by Anonymous Coward · · Score: 0

    Schools need computers that you can hook Arduinos up to or Raspberry Pis or install Apache, MySQL, PostgreSQL, PHP, Ruby, Visual Studio Express, etc. on. Computers you can install Gimp or Photoshop on.

    Schools need to get their act together to properly teach reading, writing, math and science. Unfortunately, our populace is so scientifically illiterate that folks are attacking Cosmos because it doesn't show "their side" - superstitious beliefs based on Iron Age Jewish Myth.

    The skills that were mentioned by the parent are not appropriate for K-12 students and will distract from subjects that are being short changed now - let alone if programming and Arduinos.

    How can students get any value out of learning the programming and Arduino if they can't understand basic math and science?

  22. something I can shove up my ass by AndyKron · · Score: 0

    I'm waiting to Google to come out with something I can shove up my ass to look for polyps while enjoying targeted advertizing.

    1. Re:something I can shove up my ass by Anonymous Coward · · Score: 0

      What would polyps buy? More shit?

  23. Re:Ubuntu? Fedora? by Anonymous Coward · · Score: 0

    It's better because a student will spend 12 years interacting with a device run by an ad company, bent on extracting every piece of information they can from individuals.

    Then, when said student one day becomes a politically active 30 year old, a replica of their mind is just one subpoena away from Google HQ.

  24. Re:Ubuntu? Fedora? by nobdoor · · Score: 2

    Giving previously discarded windows machines to students? There's no way a school's sysadmin would be able to support anything that's not homogeneous.

    These things are a good option because the hardware is decent and dirt cheap. The school district can also install any OS they want to on them, not just ChromeOS. If you can find where to get an x86 processor (that's Haswell no-less), 2GB ram, and 32GB SSD on a laptop for cheaper than $200, I would agree with you. I haven't been able to find anything that beats the Acer C720 at its price point.

  25. No one is think about the consequences here. by Anonymous Coward · · Score: 0

    Cheap, throw away hardware is a BAD thing for the economy. 1. Where does it go when you throw it away? 2. What will IT people do for a living if everyone bought a new $150 shitbox instead of fixing it?

  26. Google and Apple by Anonymous Coward · · Score: 0

    They both are just two sides of the same coin. They both are evil

    1. Re:Google and Apple by walterbyrd · · Score: 1

      Whereas Microsoft all angels, right?

  27. Please no. by Anonymous Coward · · Score: 0

    Real solutions are available at reasonable prices.

  28. Slashvertizement by rsborg · · Score: 1

    I thought I turned off ads? These product evangelists annoy me.

    --
    Make sure everyone's vote counts: Verified Voting
  29. Speaking as a teacher... by Anonymous Coward · · Score: 0

    Not as long as Google remains a member of ALEC

  30. Phil has no idea what he's talking about. by BitZtream · · Score: 2, Insightful

    Phil is possibly a moron on top of it.

    A chromebook is just a computer, and not really any cheaper than an equivalent Windows machine (slightly, but not much).

    A decent chrome book that 'isn't slow' will costs you $250 AT LEAST ... and right next to it on the shelf is the Windows $250 laptop that ... works exactly the same if you run everything in a browser like Chrome.

    Oh, and the windows machine doesn't start off with you giving everything you have to Google.

    Again I state, Phil has no idea what he's talking about.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    1. Re:Phil has no idea what he's talking about. by walterbyrd · · Score: 1

      IMO: chomebooks blow windows laptops right out of the water, in many respects.

      Every time I start my windows laptop, I want to groan: wait . . . wait . . . wait, while windows makes long series of updates. When I want to shut down it's the same thing. Even when windows is booted, it's not *really* booted - the computer is unusable because of so much crap going on in the background.

      Plus I don't like being a victim of msft's non-stop format scams, and so many other vendor lock-in scams.

      Then there is the anti-virus headaches. AV software can slow your winbox almost as much a virus. And it's nearly as hard to remove. AV software hardly works anyway.

      Getting on a chromebook, or a linux box, after using windows is like a breath a fresh air.

    2. Re:Phil has no idea what he's talking about. by edremy · · Score: 3, Informative
      $250 for a decent Chromebook? How about $200 for the Acer 720p? Find me a Windows laptop with specs anywhere near it for $200- and it better include a SSD because the 10 second boot on a Chromebook is pretty essential. I can't even find a new Windows laptop on Amazon for $200, and the few used ones have Atom processors, 10" screens and Windows 7 Basic.

      Yes, it's not a great development device. But it boots in seconds, needs no antivirus (or even maintenance), has a 8-10 hour battery life, a 13" screen and a decent keyboard and trackpad. Stick Linux on it if you want to hack away

      --
      "Seven Deadly Sins? I thought it was a to-do list!"
    3. Re:Phil has no idea what he's talking about. by reikae · · Score: 2

      Every time I start my windows laptop, I want to groan: wait . . . wait . . . wait, while windows makes long series of updates. When I want to shut down it's the same thing.

      So you only use the computer on the second Tuesday of each month? :-)

    4. Re:Phil has no idea what he's talking about. by BitZtream · · Score: 0

      Did you miss the 'decent' part of my post? The Acer is, like most Acer products ... crap.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    5. Re:Phil has no idea what he's talking about. by egranlund · · Score: 1

      A decent chrome book that 'isn't slow' will costs you $250 AT LEAST ... and right next to it on the shelf is the Windows $250 laptop that ... works exactly the same if you run everything in a browser like Chrome.

      Google was running a deal last year where a school could get a chromebook for $100 a piece if you were at a school. My boyfriend was able to get an entire classroom set of chromebooks for $2000 raised through donors choose.

      Spec and hardware wise they aren't the greatest things, but they're great for having everyone in the classroom do a quick online-based activity or other work without having to fight for the computer lab.

  31. Re:Ubuntu? Fedora? by Ol+Olsoc · · Score: 1

    For what they seem to be talking about, even discarded hardware running some discontinued version of Windows would be a better idea than a locked down web terminal

    You must have a newsletter - you know so much about chrome books..

    No discarded Windows machines aren't nearly better.

    Options: ChrUbuntu. I'm running it this very moment on my cheap Chromebook

    Option 2: programs written specifically for ChromeOs

    Unless you have some technical reason that I don't know about that precludes any kind of programming app to be written for a Chromebook, And if you do, I challenge you to educate us, it can be done.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  32. No Wifi? The Chromebook is a brick. by ikhider · · Score: 1

    It is far better to get a laptop with local software and storage. Laptops are mobile devices. If you are mobile, you may not always have a net connection. Therefore local program/storage is far more productive then some cloud crap. Why not a nice netbook with a light GNU/Linux flavor like Puppy? Heck, even Slackware can run on modest environs. Go L/K/Ubuntu if you have to. You will have a far more useful device with a lot more tools at your disposal. Rasberry Pi can run GNU/Linux, and it is wayyyy cheaper. Depends on what you want the kids to do, but more tools and functionality is better than something tethered not only to the cloud, but one specific company. Heck, even when I search on the 'net, I use other search engines like Wolfram Alpha, Blekko, Duckduckgo and on besides the big turd.

    --
    "SO we bide our time, waiting for a purer kick to bloom and the future is still bleak, uncertain and beautiful" -GSYBE
  33. Mac Mini by Goody · · Score: 1

    "something like a Chrome-powered Mac mini with a small SSD instead of a hard drive, and of course without the high Mac mini price"

    So basically nothing like a Mac mini...

    --
    Tired of being "punished" by the Slashdot $rtbl since 2002. I'm now over at http://soylentnews.org/ .
  34. Why? by Anonymous Coward · · Score: 0

    Why in the flying fuck would you want to give people useless items like a chromebook? That's just like purposefully spreadingSTDs.

  35. I just used "Caret" to write a JavaScript app by Paul+Fernhout · · Score: 1

    https://chrome.google.com/webs...

    I just wrote a completely open ended HTML5/CSS/JavaScript app on my Samsung $250 Chromebook using the regular user mode and "Caret". I saved versions of the files on the Chromebook and ran them locally from Chrome. The app I wrote uses IndexedDB for local storage of snippets of HTML (which can include JavaScript). The app is intended to support boostrapping a better app by supporting experiments with HTML5/CSS/JavaScript. You can edit text and have it included as a section of HTML on the page. From start to finish (well, it's not really "done") I wrote it on the Chromebook.

    I just put the code up on GitHub as an example for you (again using only the Chromebook) :
    https://github.com/pdfernhout/...

    You can try a demo version here which will store data in your browser: http://rawgithub.com/pdfernhou...

    Here is a direct link to the bootstrap.json content to paste in as a start: https://raw.githubusercontent....

    See the GitHub repo for basic instructions on how to use it.

    Granted, to do C compiling I'd need some tool that converted C to JavaScript in a special way, but more and more such tools exists.
    https://github.com/kripken/ems...
    http://www.infoq.com/research/...

    So, more and more things are possible with Chromebooks or similar devices.

    --
    A 21st century issue: the irony of technologies of abundance in the hands of those still thinking in terms of scarcity.
  36. why? by Goldsmith · · Score: 1

    We already load up teachers with tech they have no idea how to use.

    Teachers are not engineers or programmers.

    Look, the landscape of teaching is shifting enough already. We're seriously going to drive these folks crazy if we continue to change major parts of their job on a yearly basis. The least we could do is give them a little time to catch up with the regulatory changes in teaching before starting on another technology refresh.

  37. You can program on a locked-down Chromebook just by Technomancer · · Score: 1

    fine.
    I used Python Editor V3 http://editor.codnex.net/pythonv3/index.php to play with Python.
    There are plenty Javascript editors, with WebGL it can be fun.
    And if C/C++ is your favourite, there are probably online compilers for emscripten or asm.js and whatnot.

  38. Penn Manor High School moves to Ubuntu .. by DTentilhao · · Score: 1

    "After a year of planning, Penn Manor High School has officially launched a 1:1 computing program. Laptops are in the hands of approximately 1700 students! Here are a few fast facts and notes about the unique program ..

    The laptops are running Linux, specifically Ubuntu 13.10, along with several dozen free and open source programs. Our program is believed to be the largest open source 1:1 implementation in Pennsylvania. By using open source software exclusively, we estimate an initial cost savings of at least $360,000 on licensing fees
    ."

  39. Someone went full retard by Anonymous Coward · · Score: 0

    Low cost... Mac mini with a small SSD.

    That's like selling out low cost vehicles made by Ferrari.

  40. OT Roblimo: you sound near heart failure/stroke by Paul+Fernhout · · Score: 1

    Sorry to say, from the slurring of the interviewer in the video, which suggested clogged arteries throughout your body. Check out health ideas here for unclogging them through nutritional changes:
    http://www.drfuhrman.com/libra...
    http://www.diseaseproof.com/ar...
    "Cardiovascular disease (CVD) accounted for 32.3% of deaths in the United States in 2010, but you can protect yourself. A significant number of research studies have documented that heart disease is easily and almost completely preventable (and reversible) through a diet rich in plant produce and lower in processed foods and animal products."

    More in general:
    http://slashdot.org/comments.p...
    http://slashdot.org/comments.p...
    http://www.changemakers.com/mo...
    http://www.changemakers.com/di...
    https://www.newschallenge.org/...

    Good luck Rob, I think we may have we met once briefly around 1999 at an Open Source conference in NYC (one where Ralph Nader spoke), and thanks for all the stories.

    And the shift does not have to be that unpleasant as your tastes will adapt after six weeks:
    https://www.drfuhrman.com/libr...
    "Scientific evidence suggests that the re-sensitization of taste nerves takes between 30 and 90 days of consistent exposure to less stimulating foods. This means that for several weeks, most people attempting this change will experience a reduction in eating pleasure. This is why modern foods present such a devastating trap--as most of our citizens are, in effect, "addicted" to artificially high levels of food stimulation! The 30-to-90-day process of taste re-calibration requires more motivation--and more self-discipline--than most people are ever willing to muster.
    Tragically, most people are totally unaware that they are only a few weeks of discipline away from being able to comfortably maintain healthful dietary habits--and to keep away from the products that can result in the destruction of their health. Instead, most people think that if they were to eat more healthfully, they would be condemned to a life of greatly reduced gustatory pleasure--thinking that the process of Phase IV will last forever. In our new book, The Pleasure Trap, we explain this extraordinarily deceptive and problematic situation - and how to master this hidden force that undermines health and happiness."

    Another good health resource if you are willing to take one week to do a medically supervised water-only fast in Santa Rosa, CA for a quick reboot of your taste buds. Compared to a heart bypass operation or years of physical therapy for a stroke, you won't even have to stop posting to Slashdot the whole time during a fast. Posting would help keep you busy and distracted as your body re-calibrates itself and goes into "garbage collection" mode and shifts to new biological pathways during the fast. See:
    http://www.healthpromoting.com...
    "TrueNorth Health Center was founded in 1984 by Drs. Alan Goldhamer and Jennifer Marano. The integrative medicine approach they established offers participants the opportunity to obtain evaluation and treatment for a wide variety of problems. The staff at TrueNorth Health Center includes medical doctors, osteopaths, chiropractors, naturopaths, psychologists, research scientists, and other health professionals. The Center is now the largest facility in the world that specialize

    --
    A 21st century issue: the irony of technologies of abundance in the hands of those still thinking in terms of scarcity.
  41. Fuck Microsoft! by Anonymous Coward · · Score: 0

    Sick of MS overpriced bloated hard drive thrashing products. Try installing exchange 2013 on server 2008 easier on server 2012( but still require other software installs), it's a long install and server restarting process. These fucking idiots could not include all the packages that is needed to install exchange 2013 they make you go web surfing downloading the individual software including hot fixes yourself and I thought linux was bad with dependencies. This is what you pay $$$ for.

    Windows 7/8/8.1 all are slow at downloading updates and then take forever installing them. Sudo apt-get dist-upgrade is fucking faster then the windows regular updates on a fios connection. Companies like adobe and autodesk really need to start targeting linux for development and stop with the overpriced MS products, sick of it.

  42. Mod parent up; big miss in video; my experiences by Paul+Fernhout · · Score: 1

    http://www.google.com/intl/en/...

    It turns out they are not that much cheaper though, so I don't really see the value proposition in practice implied by Phil Shapiro since they are not yet $100 and screens still cost money:
    "Review: Asus crafts a tiny $179 Chromebox out of cheap, low-power parts"
    http://arstechnica.com/gadgets...

    I'm surprised Roblimo could miss pointing the Chromebox out, just mentioning the Raspberry Pi. Although he was right to point out the SSD speedup is significant for any small computer.

    Another big miss is that for US$50 you can buy an Android Smartphone and use it only with Wi-Fi. Example of what we paid $50 for a few months ago, but now is $31?
    http://www.amazon.com/Kyocera-...
    "The Kyocera Hydro is sophistication and style in a mainstream Android smartphone that can work for everyone. Plus it offers water-resistance, giving consumers the âoeno-fearâ durability and security they demand. With a 3.5 inch HVGA touchscreen, 3.2 MP camera and video, and Android 4.0, you get the best of all worlds."

    Although I would much rather use the Chromebook with a keyboard for making content than trying to use an Android phone. But $30 to be connected with the global internet? That is an amazing realization of many educational technologist's dreams (e.g. Alan Kay Dynabook or OLPC XO-1). And perhaps also some nightmares... See also the 1950s short story by Theodore Sturgeon called "The Skills of Xanadu" on where that all could lead.

    My own hopes and predictions from 2000 based in part on seeing the "Cybiko":
    "[unrev-II] The DKR hardware I'd like to make..."
    http://www.dougengelbart.org/c...
    http://en.wikipedia.org/wiki/C...

    Also, I don't see why a teacher or librarian is so keen to limit people's mobility (although it doesn't surprise me, going with the "school is prison" meme).

    A big value to my $250 Samsung Chromebook is how light and portable it is. I still use my Quad Core Mac Pro Desktop with three big screens for work and running VirtualBox VMs (and the Chromebook could not replace that, especially the screens) -- used to run Debian for about five years until we (my wife especially) got tired of all the random breakage with every "apt-get dist-upgrade" around 2008 (probably much better now). But I use my Chromebook (with Linux under the covers) for just noodling around or surfing the web and posting on Slashdot sitting in our living room, or doing some light for-fun development work. As I said in another post, I wrote this JavaScript-based information manager tool bootstrapping system entirely on the Chromebook:
    https://github.com/pdfernhout/...

    Why do I use the Chromebook instead of my desktop (treadmill workstation actually) Mac Pro? Psychological and social, mostly. I gain some distance from my daily paying work by using a different computer in a different place. I also have done it partially as an experiment in learning about the next generation of computing. It's true that our two-year old Macbook Pro is still a much better computer as far as keyboard and screen and CPU and what it can do -- but it is often otherwise in use these days. My wife would always complain about me leaving a lot of tabs open in Firefox. And so on. The Chromebook is more a personal computer just for me. And it was cheap enough that I could justify it as an experiment compared to another $1000-$2500 Macbook.

    We did however buy a $1000 Win 8 ASUS laptop a few months ago anyway. What a disappointment as a laptop. Even with a bigger screen and much faster pr

    --
    A 21st century issue: the irony of technologies of abundance in the hands of those still thinking in terms of scarcity.
  43. Um, RasPi anyone? by bokmann · · Score: 1

    As TFA suggests a ChromeBook without a keyboard or monitor, something like a mac mini, I suggest a Raspberry Pi. You could get a trivial case and the power supply and still be in for under $50. Give each kid their own SD card paritioned into an unmodifiable boot partition, a modifiable 'system' parition for software, and a section for their work, and have all the benefits he's talking about, but even better. The kid plugs in their own SD card and gets to work. Could still back up to cloud, forgoing their own partition on the SD card entirely.