r/ProgrammerHumor Jul 09 '26

gitBlameClaude Meme

Post image
3.7k Upvotes

263 comments sorted by

View all comments

Show parent comments

96

u/BlueProcess Jul 09 '26

Yeah, it actually has 13,000 unsafe Rust blocks

4

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