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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why can’t browsers just be used for browsing (Chromium upgrade in OBS)

19 点作者 vedranm超过 5 年前

1 comment

BAReF00t超过 5 年前
Browsers are a case of monolithism (and the inner-platform effect, of course).<p>In actuality, they are multiple different kinds of programs, welded together for no sensible reason.<p>* A http fetching daemon. * A &quot;runner&quot; to open URLs. * Several document viewers. * A virtual machine. * An OS with an API. * Extensive libraries for everything that the OS below the OS already offered. * One or several programming language JIT compiler(s) and runtime(s). * And some bits and pieces.<p>In a healthy environment, there would not be a second OS on top of the normal one. And all those parts would be separate software, with standardized interfaces. Doing one thing and doing it right. (Most of which already exist in the OS, and don&#x27;t have to be reinvented. Case in point: WebSockets. Or, worse even, DNS over HTTP.)<p>That is what we should work towards.<p>Not that Google would ever not fight that, tooth and nail.
评论 #21062240 未加载