TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Chromebook : 4th time trying to do "everything on the web"

28 pointsby yannickmaheabout 14 years ago

13 comments

bad_userabout 14 years ago
Article says people wanted native apps on top of iOS because the Javascript engine was slow.<p>That's not the only or the most important reason - the integration of the browser with core functionalities of the iPhone (like location awareness, taking pictures, uploading those pictures, handling keyboard input) -- absolutely sucked and still sucks. Creating a web app on the iPhone that has to behave like a regular app, with some of the core iPhone standard functionalities, goes somewhere between an exercise in frustration and impossible.<p>And another reason - Apple clearly provided (useful) native apps, with which you could never integrate, or if the integration is available (like dialing a phone number, or opening Google Maps), iOS doesn't return the user to the originating app.<p>Building something like Skype in the browser would be clearly doable, if only Apple provided the hooks. Otherwise the only web apps you're going to see on the iPhone are the traditional web apps, minus important functionality available on the desktop (like you're not able to upload freakin' images, or focus automatically on freakin' form inputs; how fucked up is that?).<p>I'm fairly certain that Apple's suggestion (for building web apps) was tongue-in-cheek, more as in "get off my lawn".
评论 #2545172 未加载
maratdabout 14 years ago
The difference between then and now is HTML5. Particularly the parts of HTML5 that Google has been pushing. Webcam integration, video, webgl, canvas, svg, gps, etc etc etc<p>You can now write software on the web that can do anything non-web software can do. The only issue for Google has been that it wasn't written yet ... so they wrote it. That's what Google Apps is about.<p>They also pushed Angry Birds on Chrome for a reason and made it free. Games are an integral part of the experience. Ro.me is also along that vein. Hardware acceleration was the last piece of the puzzle.<p>They are definitely in position for success, although that is certainly no guarantee of it.
hamnerabout 14 years ago
As an analogy, tablet devices took two decades and at least 5 attempts.
评论 #2545291 未加载
rl41about 14 years ago
I think that leasing plans (such as the $20/mo student plan) and the fact that all your data is stored on the cloud are bigger factors here.<p>There's more to Google's new approach than just a browser-based OS. Hardware is completely interchangeable, and the prospect of accessing all your data anywhere has become increasingly popular in recent time.
jorangreefabout 14 years ago
Apart from the fact that the necessary web APIs have only recently started to materialize, it's taken this long because it's taken this long for developers to "get it".<p>Programming multi-user software that spans the network, i.e. is partition-tolerant, is different to the last few decades of single-user, single-node software we've been writing. It's a new paradigm. We've known about the fallacies of distributed computing for some time. But as developers we're taking our time coming to understand them.<p>For example, there are very few web apps today that can manage the synchronization/consistency/migration/offline access/memory/authorization/versioning/database implications of say 4GB of text data per user on multiple devices, whilst facilitating sharing between hundreds of user accounts.<p>It's Distributed Systems 101. Up until now, these ideas have been tried out in privately managed data-centers. Now they must be rolled out to the web and the code must run in different browsers on devices of varying capability. The frameworks for doing that do not yet exist. They're being built.
evilduckabout 14 years ago
The WebOS example is reaching. It's still an OS with local apps, just with a web technology stack to build the apps. It also has tight web integration, but it's not overly different than using webviews in iOS or Android for local apps except that there was no native architecture language support initially. I don't think you can blame the HTML/CSS/JS toolset for Palms's lackluster market performance.
评论 #2545491 未加载
bradlyabout 14 years ago
The Virgin Webplayer (<a href="http://en.wikipedia.org/wiki/Virgin_Webplayer" rel="nofollow">http://en.wikipedia.org/wiki/Virgin_Webplayer</a>) was actually very, very similar to the Chromebook.<p><pre><code> • It was cheap and even free for many of us • It came with an internet connection included • It only ran applications off the web</code></pre>
zitterbewegungabout 14 years ago
This article sounds like someone who hasn't actually even used a chrome os device. The utility of the chrome book vanishes dramatically when you aren't on the web the notebook is useless.
评论 #2544836 未加载
评论 #2545236 未加载
评论 #2545139 未加载
评论 #2545505 未加载
dpapathanasiouabout 14 years ago
This is the fifth attempt, if you count Oracle's Network Computer from the late 1990s: <a href="http://en.wikipedia.org/wiki/Network_Computer" rel="nofollow">http://en.wikipedia.org/wiki/Network_Computer</a>
评论 #2544971 未加载
throwaway32about 14 years ago
<a href="http://en.wikipedia.org/wiki/Fallacies_of_Distributed_Computing" rel="nofollow">http://en.wikipedia.org/wiki/Fallacies_of_Distributed_Comput...</a>
zwiebackabout 14 years ago
It's also, in a larger and more historical sense, the bastard child of the dickless X workstation. Which is quite an achievement for that old eunuch, come to think of it.
jsightabout 14 years ago
It is interesting that he says the Everex machines (from 2007) were "pretty much intended as a way to get up and running in your Chrome browser".<p>It's funny how quickly things get ingrained into us, such that we barely remember not having them (Chrome was introduced in late 2008).
joezydecoabout 14 years ago
Isn't NaCl the backdoor into this problem?
评论 #2545321 未加载
评论 #2545514 未加载