Thread
Stories related to "Problems with building backend app in Rust in 2020" across the full archive.
Chucklefish are the developers behind the games Starbound and Stardew Valley.
The wild success of testing tools like Jepsen is a wake-up call that we’re approaching systems engineering from a fundamentally bug-prone perspective. Why don’t we find these devastating bugs on our laptops before opening pull requests? Rust’s compiler gives us wonderful guarantees about memory safe...
I'm a Rubyist currently learning Rust and doing Project Euler problems (I'm starting number 4, so I'm pretty early in my journey, yet - [code](https://github.com/briankung/project_euler_rs/)). I find myself disappointed that the Rust solutions aren't way faster than my Ruby solutions due to the solu...