TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Jeremy Zawodny: There is no Web Operating System (or WebOS)

31 点作者 toffer将近 18 年前

7 条评论

justinsb将近 18 年前
I agree that a 'WebOS' is slightly silly, but I believe it to be a marketing name for a much stronger concept - the 'InternetOS'. Today's OSes were largely built for a disconnected world - the 'my machine is an island' scenario - which isn't necessarily the case today.<p>The pertinent question is: where do today's systems fail us in an always or often-connected world? Maybe you'd work on the networking stack, providing services that made transferring between connections as seamless as possible (hopping from public wi-fi to 3G to WiMax, and prioritizing traffic based on network bandwidth and costs). Maybe we change filesystems to better support synchronization - for example, build in better change tracking so that we can synchronize using the minimum amount of bandwidth. Maybe you'd look for ways to be able to transfer the state of your applications, so you can work on one machine, and then continue working on your phone, then on your hotel TV, then back to the original machine. What about collaboration and communication? How can we build applications that seamlessly combine web information with local information (maybe even blurring the difference)? Not everything belongs in the OS, but the supporting functionality certainly does.<p>None of these ideas are particularly new, but today's software stack is in need of some pretty serious evolution to get the most out of the promise of a connected world. Javascript based desktops are an interesting prototype - maybe Javascript &#38; HTML would be a good technology for portable applications. I'm not going to dismiss the bigger need because today's 'WebOS' systems are little more than toys...
评论 #45025 未加载
vikram将近 18 年前
I think as there are no examples of a unique type of application on these platforms, it's hard to see what the point of them is.<p>More over developing apps is still left to programmers (and a select group of them who are always interested in learning any new platform/language), it doesn't make it easier for Joe Average to do any sort of involved tasks.<p>Specifically with YouOS (the only one I tried), why do I need to understand applications and installation? <p>People want to ability to control their computers, not just use them. As Hamming said the purpose of computing is insight. If all you can do is install a new calculator, I don't think I can be bothered. I've got one which works just fine.<p>Just moving the desktop to the browser isn't enough of a differentiator.<p>Maybe this model might work for mobile phones, which is unlikely to have the full range of apps that a desktop has.
drm237将近 18 年前
"But nobody ever talks about a "Wall Street Operating System" or a "Small Business Operating System" do they?"<p>Microsoft Small Business Server? - <a href="http://www.microsoft.com/windowsserver2003/sbs" rel="nofollow">http://www.microsoft.com/windowsserver2003/sbs</a> (I know, I'm missing the point...)<p>I do agree that it's a web desktop, not a complete OS, but his reasoning seems a little off...
pg将近 18 年前
I disagree with this. An OS is whatever apps run on, and you could write things that most of the next generation of web apps would run on. I believe Parakey was (and perhaps still is) intended to be such a platform.
评论 #44780 未加载
评论 #44691 未加载
karthikv将近 18 年前
Maybe we should start calling these services as "Web Desktop" instead of WebOS. <a href="http://en.wikipedia.org/wiki/Web_desktop" rel="nofollow">http://en.wikipedia.org/wiki/Web_desktop</a>
评论 #44547 未加载
7media将近 18 年前
<a href="http://www.irintech.com/x1/blogarchive.php?id=1439" rel="nofollow">http://www.irintech.com/x1/blogarchive.php?id=1439</a>
评论 #45156 未加载
jsnx将近 18 年前
An operating system is a lot of things -- it would be more precise to talk about a "web userland".