diff --git a/draft/2024-10-09-this-week-in-rust.md b/draft/2024-10-09-this-week-in-rust.md index bfc79cc23..8800ccbb6 100644 --- a/draft/2024-10-09-this-week-in-rust.md +++ b/draft/2024-10-09-this-week-in-rust.md @@ -32,10 +32,17 @@ and just ask the editors to select the category. ### Official ### Foundation +* [Thanks For Joining Us at RustConf 2024](https://foundation.rust-lang.org/news/thanks-for-joining-us-at-rustconf-2024/) ### Newsletters +* [This Month in Rust OSDev: September 2024](https://rust-osdev.com/this-month/2024-09/) ### Project/Tooling Updates +* [Announcing zerocopy 0.8!](https://github.com/google/zerocopy/discussions/1680) +* [Introduction to durable execution](https://flawless.dev/docs/) +* [Pursuit of Performance on Building a JavaScript Compiler](https://oxc.rs/docs/learn/performance.html) +* [gitoxide September 2024](https://github.com/Byron/gitoxide/discussions/1614) +* [Tauri 2.0 Stable Release](https://v2.tauri.app/blog/tauri-20/) * [A new version of modversions](https://lwn.net/Articles/986892/) * [Smart pointers for the kernel](https://lwn.net/SubscriberLink/992055/104fe7d0d355faba/) * [Efficient Rust tracepoints](https://lwn.net/SubscriberLink/992455/6c61de6764f17830/) @@ -44,6 +51,12 @@ and just ask the editors to select the category. * [termscp 0.15.0](https://blog.veeso.dev/blog/en/announcing-termscp-015/) ### Observations/Thoughts +* [regalloc III](https://d-sonuga.netlify.app/gsoc/regalloc-iii/) +* [On Ousterhout's Dichotomy](https://matklad.github.io/2024/10/06/ousterhouts-dichotomy.html) +* [Rust is rolling off the Volvo assembly line](https://tweedegolf.nl/en/blog/137/rust-is-rolling-off-the-volvo-assembly-line) +* [Three Kinds Of Unwrap](https://zkrising.com/writing/three-unwraps/) +* [video] [A Legendary Web Framework is Reborn... In Rust](https://www.youtube.com/watch?v=7utPutDORb4) +* [audio] [Fixing build times with rubicon](https://sdr-podcast.com/episodes/dynamic-linking/) * [5 Awesome (and less known) Rust projects](https://kerkour.com/awesome-rust-projects-2024) * [Nine Rules for Running Rust in the Browser: Practical lessons from porting range-set-blaze to WASM](https://towardsdatascience.com/nine-rules-for-running-rust-in-the-browser-8228353649d1)