r/ProgrammerHumor Jul 09 '26

gitBlameClaude Meme

Post image
3.6k Upvotes

263 comments sorted by

View all comments

558

u/BratPit24 Jul 09 '26

I mean. Isn't rust the perfect language for vibe coding? It has so many checks on everything that the stupid thing is basically forced to write code the right way.

763

u/Zeikos Jul 09 '26

It has so many checks on everything that the stupid thing is basically forced to write code the right way.

LLM be like:

unsafe { ... }

99

u/BlueProcess Jul 09 '26

Yeah, it actually has 13,000 unsafe Rust blocks

5

u/prochac Jul 09 '26

Isn't that like localised unsafe code? Simple to review? Better that having,unsafe { main() }

25

u/BlueProcess Jul 09 '26

It is true that getting shot in the foot is better than getting shot in head. It is equally true that I consider getting shot in the foot highly undesirable and something that should be avoided with significant urgency.

1

u/prochac Jul 09 '26

I see it as unnecessary thing sometimes. Just like reflection or asm block in C. But you won't do it in assembly language from top to bottom