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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Rust in Production: System76's Jeremy Soller on Rust (Podcast Interview)

4 点作者 ladyanita2210 个月前

1 comment

ladyanita2210 个月前
Quoting &#x2F;u&#x2F;mre__ on Reddit (<a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;rust&#x2F;comments&#x2F;1ebze8w&#x2F;rust_in_production_system76s_jeremy_soller_on_os&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;rust&#x2F;comments&#x2F;1ebze8w&#x2F;rust_in_produ...</a>):<p>I wanted to highlight some memorable quotes from my chat with Jeremy, who&#x27;s a principal engineer at System76 and creator of Redox OS 1:<p>&quot;Even the most skilled C programmers struggle to write bug-free code. Vulnerabilities in foundational libraries like libc are still being discovered today.&quot;<p>&quot;I have not seen a big movement, a large amount of developers moving over [from Rust] to any other languages. I haven&#x27;t seen them move to Zig. So if I had to bet on it, I would bet on Rust being here in 10 years and being the dominant memory safe compiled language.&quot;<p>On embedded systems: &quot;The embedded controllers, although there is a lot of interest in Rust, I don&#x27;t think the security advantages are really there as much because you&#x27;re not often dealing with third-party input. You&#x27;re usually dealing with things that are very structured and have fixed sizes and even C code can deal with those quite well.&quot;<p>His call to the Rust community: &quot;Please stick with your projects. Please stop abandoning your Rust projects. It has been somewhat of a trend that a very nice new Rust crate will be created and the developer will spend a couple days to fill it out and then it will be left forever dead but still available on the crates.io website.&quot;<p>I feel seen on the last point. ^