【Rust日报】 2020-02-27 crates.io 事件报告

crates.io 2020-02-20 事件报告

UTC 时间 2020 年 2 月 20 日 21:28,我们收到了来自 crates.io 用户的报告,即使自上传 10 分钟后,索引中的仓库仍不可用。这是由于 GitHub 中断导致 crates.io 网站 web 程序中的 bug 被触发。

在 Rust 官方博客查看报告原文:https://blog.rust-lang.org/inside-rust/2020/02/26/crates-io-incident-report.html

此外 Reddit 上关于此事讨论:https://www.reddit.com/r/rust/comments/f8ney8/hey_rustaceans_got_an_easy_question_ask_here_92020/

使用 WebAssembly 和 Rust 保护 Firefox

这是个很有意思的博文。保护个人的安全和隐私是 Mozilla 使命的核心原则,因此 Mozilla 不断努力使用户在线更加安全。 对于像 Firefox 这样的复杂且高度优化的系统,内存安全是最大的安全挑战之一。

Firefox 主要是用 C 和 C++ 编写的,而尽管 Firefox 中广泛使用沙箱(sandboxing)和 Rust,但它们都有其局限性。流程级沙箱可很好地用于大型的现有组件,但会消耗大量系统资源,因此必须谨慎使用。Rust 是轻量级的,但是重写数百万行的现有 C++ 代码是一个极其劳动密集型的过程。

所以 Mozilla 是如何使用 WebAssembly 和 Rust 保护 Firefox 的呢? 请看原文:https://hacks.mozilla.org/2020/02/securing-firefox-with-webassembly/

Reddit 上参与讨论:https://www.reddit.com/r/rust/comments/f9qk28/securing_firefox_with_webassembly_and_rust/

搭建我的嵌入式 Rust 开发环境

这是博主关于 Rust 嵌入式开发系列博文的开题文章,博客地址:https://josh.robsonchase.com/。

目前相关的系列博文有:

  • Bootstrapping My Embedded Rust Development Environment

  • Embedded Rust Frustrations

  • Building an Embedded Futures Executor

  • Building an Embedded Futures Executor II

Reddit 上相关近期讨论:https://www.reddit.com/r/rust/comments/f9tjeu/embedded_rust_frustrations/

高薪招聘 Rust 工程师

4万/月招资深 Rust 后端开发工程师!!!详情请看:https://rust-china.org/article?id=0cac0b1f-b721-4b6a-85b6-48c7481836ba


From 日报小组 @Jancd

你可能感兴趣的:(【Rust日报】 2020-02-27 crates.io 事件报告)