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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Developers Shouldn't Have Access to The Operating System

7 点作者 bretthardin超过 12 年前

3 条评论

mindcrime超过 12 年前
Users can download and install native apps, written in C/C++ (or even assembler) which can access the OS with impunity. Given that, I'm not seeing how exposing more OS level functionality up through the browser is such a big deal.<p>And some low level functionality <i>is</i> crucial (or at least damn important) for certain types of apps. What sounds like a "bad idea" to me, is to indiscriminately rule out entire classes of applications because something bad might happen.
评论 #4918848 未加载
marshray超过 12 年前
The important thing is the ability of the <i>user</i> to differentiate between the local system and sandboxed internet content. Dancing pigs notwithstanding, a big part of desktop security still relies on the assumption that the legitimate user will refuse to authorize malicious content when they have all the information they need to recognize it.<p>So blurring the lines between browser sandboxed content and desktop applications <i>will</i> decrease security. Anyone remember the MSIE desktop integration debate?
pygorex超过 12 年前
Couldn't disagree more. Any sufficiently advanced platform will give developers the ability to do potentially dangerous things.<p>How will Google manage this risk? The same way Apple does with the app store. Google will act as gatekeeper for downloading and installing packaged apps via the Chrome Web Store.<p>Is this perfect? No. Will some bad apps get through? Yes. But the security tradeoff is worth it to get apps that are more powerful and more useful.