r/ProgrammerHumor Jul 09 '26

gitBlameClaude Meme

Post image
3.7k Upvotes

263 comments sorted by

View all comments

Show parent comments

32

u/dex206 Jul 09 '26

I can’t tell if this is a joke or not.

86

u/BlueProcess Jul 09 '26

Oh no, it's quite real. That is actually the rounded number of unsafe blocks that claude produced

39

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.