Hacker News
- Embedded Rust Experiments: Is My STM32 MCU Running Fast? https://nercury.github.io/rust/embedded/experiments/2019/01/27/rust-embedded-02-measuring-the-clock.html 18 comments
- Short intro to C++ for Rust developers: Ownership and Borrowing http://nercury.github.io/c++/intro/2017/01/22/cpp-for-rust-devs.html 97 comments
- Explore the ownership system in Rust http://nercury.github.io/rust/guide/2015/01/19/ownership.html 43 comments
Lobsters
- Explore the ownership system in Rust http://nercury.github.io/rust/guide/2015/01/19/ownership.html 2 comments rust
- [blog] Embedded Rust Experiments - Is my STM32 MCU running fast? https://nercury.github.io/rust/embedded/experiments/2019/01/27/rust-embedded-02-measuring-the-clock.html 6 comments rust
- Rust and OpenGL from scratch, a blog post series where we learn how to build OpenGL renderer with Rust http://nercury.github.io/rust/opengl/tutorial/2018/02/08/opengl-in-rust-from-scratch-00-setup.html 47 comments rust
- Flipping some bits high on STM32VLDISCOVERY board http://nercury.github.io/rust/embedded/experiments/2018/04/29/rust-embedded-01-discovery-vl-flipping-bits.html 9 comments rust
- Short intro to C++ for Rust developers: Ownership and Borrowing http://nercury.github.io/c++/intro/2017/01/22/cpp-for-rust-devs.html 8 comments cpp
- Short intro to C++ for Rust developers: Ownership and Borrowing http://nercury.github.io/c++/intro/2017/01/22/cpp-for-rust-devs.html 19 comments rust
- Blog Post: Automatic event cleanup in C++ http://nercury.github.io/c++/interesting/2016/02/22/weak_ptr-and-event-cleanup.html 11 comments cpp
- Blog: Zero-Runtime-Cost Mixed Array in Rust http://nercury.github.io/rust/interesting/2015/12/12/typed-arrays.html 8 comments rust
- Explore ownership system in Rust http://nercury.github.io/rust/guide/2015/01/19/ownership.html 31 comments rust
- Building DI and Learning the ropes in Rust http://nercury.github.io/rust/di/2015/01/02/dependency-injection-learning-rust.html 5 comments rust
- I played around with mem::transmute and void pointers and wrote about it http://nercury.github.io/rust/pointers/2014/10/30/rust-mem-transmute-and-void-pointers.html 11 comments rust