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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why isn’t open source hardware a thing yet?

2 点作者 DaniDaniel5005大约 3 年前
First of all I haven’t done any HDL (Verilog, VHDL…) programming so I just know what is it…<p>For instance Linux is open source and the software is totally under your control so you can totally trust the software developers.<p>The thing is what if the hardware was the problem? How do people trust the hardware developers??<p>Couldn’t malicious things be done with HDL?

3 条评论

PaulHoule大约 3 年前
It&#x27;s not safe to say that open source software is safer or less safe than proprietary software. You can&#x27;t look at the source code of Microsoft Windows to know it doesn&#x27;t have obvious back doors, but it&#x27;s also unrealistic that you&#x27;re going to audit 400 npm packages that your Javascript program uses every time they change.<p>It&#x27;s hard to prove that hardware wasn&#x27;t tampered with at the factory and in fact it is absolutely routine for hardware to come with &quot;backdoors&quot; such as boundary scan implementations, unexpected ways to read out firmware, etc.
评论 #30591125 未加载
tgflynn大约 3 年前
There&#x27;s far more to hardware than just designing the logic circuits (open source designs do exist such as Risc V) you also have to fabricate them and the processes for fabricating CPU&#x27;s, GPU&#x27;s and similar chips are probably the most advanced of any technology, requiring equipment that costs millions to billions of dollars.
benlumen大约 3 年前
It is, isn&#x27;t it?<p><a href="https:&#x2F;&#x2F;mntre.com&#x2F;media&#x2F;reform_md&#x2F;2020-05-08-the-much-more-personal-computer.html" rel="nofollow">https:&#x2F;&#x2F;mntre.com&#x2F;media&#x2F;reform_md&#x2F;2020-05-08-the-much-more-p...</a>