Microsoft has one of the largest C/C++ codebases in the world. All of its core products from Windows and Office to the Azure cloud run on it. Unsurprisingly, since C++ is not a memory-safe language… (more…)
Read more »
3rd person shooter in the very early development phase - mrDIMAS/StationIapetus... (more…)
Read more »
Cross-platform Text Expander written in Rust. Contribute to espanso/espanso development by creating an account on GitHub. (more…)
Read more »
The Linux kernel community has been discussing the possibility of using the Rust programming language to write new kernel device drivers since last summer. Initial Rust support has now landed in the Linux-Next tree. This does not guarantee that Rust will... (more…)
Read more »
Ever since reading
What If We Pretended That a Task = Thread?
I can't stop thinking about borrowing non-Sync data across .await.
In this post, I'd love to take one more look at the problem. (more…)
Read more »