27 points | by bcgsh 2 hours ago
9 comments
Nothing can beat tabs/spaces confusion and writing adhoc python tools to work around it: https://github.com/anthropics/claude-code/issues/11447
Python and Make are doomed.
I spent the first few hours of a game jam trying to get a makefile working. It turned out to be the tabs/spaces thing.
OP account created 6 hours before posting.
This website feels like a PsyOp orchestrated by OpenAI.
These are all AI generated? (Edit: looks like there are some human-authored ones now)
Just started but rather amusing: I particularly like the pickles, stand well back!
Not really a fuck up, but I was having it translate from a hardware spec into a C header file, and for page 00h of a register bank, it started naming things "P00", so enum fields were named like:
CMIS_P00_ID = 128, /* SFF-8024 Identifier copy */"
always worth knowing when you are in the P00
Nothing can beat tabs/spaces confusion and writing adhoc python tools to work around it: https://github.com/anthropics/claude-code/issues/11447
Python and Make are doomed.
I spent the first few hours of a game jam trying to get a makefile working. It turned out to be the tabs/spaces thing.
OP account created 6 hours before posting.
This website feels like a PsyOp orchestrated by OpenAI.
These are all AI generated? (Edit: looks like there are some human-authored ones now)
Just started but rather amusing: I particularly like the pickles, stand well back!
Not really a fuck up, but I was having it translate from a hardware spec into a C header file, and for page 00h of a register bank, it started naming things "P00", so enum fields were named like:
CMIS_P00_ID = 128, /* SFF-8024 Identifier copy */"
always worth knowing when you are in the P00