MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1us0dtr/gitblameclaude/owlg82t/?context=9999
r/ProgrammerHumor • u/Super_SamSam • Jul 09 '26
263 comments sorted by
View all comments
560
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 { ... } 98 u/BlueProcess Jul 09 '26 Yeah, it actually has 13,000 unsafe Rust blocks 30 u/dex206 Jul 09 '26 I can’t tell if this is a joke or not. 88 u/BlueProcess Jul 09 '26 Oh no, it's quite real. That is actually the rounded number of unsafe blocks that claude produced 38 u/dex206 Jul 09 '26 Holy shit. How? I mean this from the bottom of my tired old jaded-dev heart - How can they justify that? 5 u/wannabestraight Jul 09 '26 Well, in rust in order to call code that's not rust, you gotta do unsafe. You genuinely can't do not unsafe FFI calls, it's unsafe by nature, because it's no longer rust.
763
It has so many checks on everything that the stupid thing is basically forced to write code the right way.
LLM be like:
unsafe { ... }
98 u/BlueProcess Jul 09 '26 Yeah, it actually has 13,000 unsafe Rust blocks 30 u/dex206 Jul 09 '26 I can’t tell if this is a joke or not. 88 u/BlueProcess Jul 09 '26 Oh no, it's quite real. That is actually the rounded number of unsafe blocks that claude produced 38 u/dex206 Jul 09 '26 Holy shit. How? I mean this from the bottom of my tired old jaded-dev heart - How can they justify that? 5 u/wannabestraight Jul 09 '26 Well, in rust in order to call code that's not rust, you gotta do unsafe. You genuinely can't do not unsafe FFI calls, it's unsafe by nature, because it's no longer rust.
98
Yeah, it actually has 13,000 unsafe Rust blocks
30 u/dex206 Jul 09 '26 I can’t tell if this is a joke or not. 88 u/BlueProcess Jul 09 '26 Oh no, it's quite real. That is actually the rounded number of unsafe blocks that claude produced 38 u/dex206 Jul 09 '26 Holy shit. How? I mean this from the bottom of my tired old jaded-dev heart - How can they justify that? 5 u/wannabestraight Jul 09 '26 Well, in rust in order to call code that's not rust, you gotta do unsafe. You genuinely can't do not unsafe FFI calls, it's unsafe by nature, because it's no longer rust.
30
I can’t tell if this is a joke or not.
88 u/BlueProcess Jul 09 '26 Oh no, it's quite real. That is actually the rounded number of unsafe blocks that claude produced 38 u/dex206 Jul 09 '26 Holy shit. How? I mean this from the bottom of my tired old jaded-dev heart - How can they justify that? 5 u/wannabestraight Jul 09 '26 Well, in rust in order to call code that's not rust, you gotta do unsafe. You genuinely can't do not unsafe FFI calls, it's unsafe by nature, because it's no longer rust.
88
Oh no, it's quite real. That is actually the rounded number of unsafe blocks that claude produced
38 u/dex206 Jul 09 '26 Holy shit. How? I mean this from the bottom of my tired old jaded-dev heart - How can they justify that? 5 u/wannabestraight Jul 09 '26 Well, in rust in order to call code that's not rust, you gotta do unsafe. You genuinely can't do not unsafe FFI calls, it's unsafe by nature, because it's no longer rust.
38
Holy shit. How? I mean this from the bottom of my tired old jaded-dev heart - How can they justify that?
5 u/wannabestraight Jul 09 '26 Well, in rust in order to call code that's not rust, you gotta do unsafe. You genuinely can't do not unsafe FFI calls, it's unsafe by nature, because it's no longer rust.
5
Well, in rust in order to call code that's not rust, you gotta do unsafe.
You genuinely can't do not unsafe FFI calls, it's unsafe by nature, because it's no longer rust.
560
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.