Earlier quoted context omitted.
Good to know. I just got a quad-core desktop for US$377. The Chromebox w/ Celeron would have to print gold to compare to that.
Most likely, your desktop would have to print gold to make up for the difference in your power bill compared to a ChromeBox too. My desktop needs a couple hundred watts; my Google TV box needs closer to 10. Running a full-size desktop where you don't need the power is equivalent to a voluntary subscription fee versus a one-time payment.
Chromebox
301–305 of 305 posts
Re: Chromebox
#302Earlier quoted context omitted.
I think your point about the hardware is a good one. All these "small pc equivalent" boxes seem to be overpriced to me, especially the arm-based ones that are essentially competing with smart phones. From the software side, it's a whole different animal. ChromeOS is intended to be very different from Android. I don't think you can compare some of the features like verified boot or integrated cloud services. Also, you…
>I'm pretty sure "installing an app" and "bookmarking a website" are the same thing in ChromeOS. Not quiet so. I write chrome apps myself and there is is difference between websites and installable apps. Mostly they have more API access and features such as background processes. But the underlying technology is exactly same as websites. It's essentially a local website that is not hosted on any server but in browser'…
Also, installable web apps should be something not specific to Chrome. Why not make this an open standard so I can install my apps to other browsers without extra effort from the app developer.
Re: Chromebox
#303Earlier quoted context omitted.
hmm. I saw somewhere it was characterized as highly hackable
I'd get something like this instead, and put Debian on it: http://us.acer.com/ac/en/US/content/model/PT.SJ4P2.001
-- 10" Acer AspireOne netbooks. They are cheap, and Ubuntu works flawlessly (true before 12.04)
-- ALIX boards from pcengines.ch. They are even cheaper, and low-power, and with RS-232 console port. Perfect if you don't need CPU power.
but for the cases when I need to do packet trace on a Gigabit link, I need to make sure the traffic is low enough for the acer netbook to catch up
Re: Chromebox
#304Earlier quoted context omitted.
>I'm pretty sure "installing an app" and "bookmarking a website" are the same thing in ChromeOS. Not quiet so. I write chrome apps myself and there is is difference between websites and installable apps. Mostly they have more API access and features such as background processes. But the underlying technology is exactly same as websites. It's essentially a local website that is not hosted on any server but in browser'…
Thanks for clarifying. I'm a bit disappointed in Google about this. I would much prefer the apis to be shared completely between the 2 models and don't see why they can't be. Also, installable web apps should be something not specific to Chrome. Why not make this an open standard so I can install my apps to other browsers without extra effort from the app developer.
And there is a thing known as installable web-apps. Which basically means you can install an app with just one manifest file hosted online. (it used to be in about:flags but now i think it has landed in stable release, but not sure). Which means no hassle of webstore or even maintaining a separate crx file, just upload a manifest.js once and forget :) Unfortunately background processing is not possible in hosted apps, just in installable ones.