Rust materials: books, channels, podcasts and more
This is not really a fire-once post, but rather a living document of quality resources around the Rust programming language I find useful and want to share (most likely with my future self). Book...
This is not really a fire-once post, but rather a living document of quality resources around the Rust programming language I find useful and want to share (most likely with my future self). Book...
The cargo-script is not yet stabilised, but it is already available in the nightly Rust. If you’re reading this a few months after this post’s publication, it might already be stabilised, with slig...
Do you get tired of the unforgiving Rust’s borrow checker? Is yet another undefined behaviour in your C++ codebase making you want to drop everything and go on an adventure? Or perhaps your fingers...
This is not a comprehensive guide to memory analysis in Rust, but rather a collection of tools and techniques I found helpful during a witch-hunt for memory issues in Forest. Most tools have docume...
The problem - social media cesspool and the algorithm Have you noticed that recently, your LinkedIn, Facebook, or other social media feeds have become a cesspool of aggressive ads, wannabe influen...
Motivation In 2021 I started reading a lot more than in last few years which definitely gave me some perspectives and nasty jokes inspirations (mostly thanks to the last book in this list). I final...
Motivation My preferred setup is (and was, for the long time) a pulldown terminal I can call with some key binding. Because of this, for some time I was stuck with terminal emulators that support t...