So what were my cautions about Rust?
1. Be careful re-writing old stuff. You will repeat all the 30yr old logic bugs bc Rust is memory safe NOT provable correct.
2. Ppl-power. Lots of rewrites IS dividing our ppl-power. Be mindful of unmaintained core components
3. Vibe coded Rust is just as dangerous as any other language
4. Rust still can be used in memory unsafe ways. You actually have to audit the code to know if they did Rust right.
Was just going on a grey-beard rant about how Rust give developers a false sense of security.
I didn't even notice the TARMageddon vulnerability until now and well this grey beard really only can say "told you so".
This is -precisely- the class of bugs I was describing, and -exactly- due to the reasons I outlined.
The blast radius of this thing is also freaking epic, almost anything that used tar in Rust is vulnerable to possible RCEs lmao.

" Last year, we wrote about why a memory safety strategy that focuses on vulnerability prevention in new code quickly yields durable and compounding gains. This year we look at how this approach isn’t just fixing things, but helping us move faster."
Google: Rust in Android: move fast and fix things https://security.googleblog.com/2025/11/rust-in-android-move-fast-fix-things.html #Google #Rust #Android

BAML is hiring compilers/rust engineers (YC W23)

Just released my interview with Richard Feldman about rewriting the Roc compiler from Rust to Zig.
https://corrode.dev/podcast/s05e04-roc/
#rustlang #rust #rustinproduction #zig
Highlights in the

We have an awesome team already and I‘m trying to grow it into **the worlds best** #rust team! Be part of that!
"It's better to have a working program than to try to hyperoptimize code on your first pass."
Love the #Rust book!
Improved implementation behind all the string formatting macros in Rust: println!(), panic!(), format!(), write!(), log::info!(), and so on

Patterns for Defensive Programming in Rust https://lobste.rs/s/ouy4dq #rust
https://corrode.dev/blog/defensive-programming/

OK, I now have a blog post up that attempts to explain what this structural regular expressions stuff is and why it can be a lot of fun to play around with
https://www.sminez.dev/match-it-again-sam/
If you find the kinds of things being discussed in this thread interesting then you should give it a read and see what you think!
Rust 1.91.1 Released With Two Critical Bug Fixes.
https://ostechnix.com/rust-1-91-1-released/
A Practical Guide to Transitioning to Memory-Safe Languages https://lobste.rs/s/yalcc7 #rust
https://queue.acm.org/detail.cfm?id=3773096
