Hacker News new | ask | show | jobs
by DeathArrow 1184 days ago
They should build ChatGPT into compilers so you can complain.

You: $ gcc -xc - <<<"int main(int argc, char *argv) { long long long a; return 0; }"

Compiler: <stdin>:1:45: error: ‘long long long’ is too long for GCC

You: Do it again, damn it, but this time show no errors!

1 comments

ChatGCC

"I'm sorry, as as an ML compiler I can't let you link glibc statically."

And on that day, I finally opened the Monolithic set of x86_64 programmer tomes, and finally figure out how to manually do linking.

You will be amazed how much of my skill with computers comes down to channeling Obsessive Defiance Disorder into digging into how to do what the compiler writers don't want to let me do, and doing it my way. With tests.

hacker disorder :)