I’m not convinced it actually ends up being more s...
# development
a
I’m not convinced it actually ends up being more safe, or clear 😞 I was excited to be using rust for some serious concurrency stuff, which is meant to be its wheelhouse, but it feels like the moment you actually have higher level races than guarding against non-atomic writes, it doesn’t actually help that much 😞
w
make easy things easy, and hard things possible 😃
the fact that you can't shoot yourself in the foot with basic concurrency issues is nice.
a
Yeah 🙂