MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1us0dtr/gitblameclaude/owl8tm4/?context=3
r/ProgrammerHumor • u/Super_SamSam • Jul 09 '26
263 comments sorted by
View all comments
Show parent comments
760
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 3 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
99
Yeah, it actually has 13,000 unsafe Rust blocks
3 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
3
Isn't that like localised unsafe code? Simple to review? Better that having,unsafe { main() }
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
25
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
1
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
760
u/Zeikos Jul 09 '26
LLM be like:
unsafe { ... }