mrkite

joined 1 year ago
[–] mrkite@programming.dev 9 points 11 months ago (2 children)

Doesn't support OpenAPI.. sigh.

[–] mrkite@programming.dev 1 points 1 year ago* (last edited 1 year ago)

My problem with C/C++ is the people behind the spec have sacrificed our sanity in the name of "compiler optimization". Signed overflow behaves the same on every cpu on the planet, why is it undefined behaviour? Even more insane, they specify intN_t must be implemented via 2s complement.. but signed overflow is still undefined because compilers want to pretend they run on pixie dust instead of real hardware.

[–] mrkite@programming.dev 1 points 1 year ago

Agreed. While I've never used ChatGPT on an actual project, I've tested it on theoretical problems and I've never seen it give an answer that didn't have a problem.

So I would treat it like any answer on Stack Overflow, use it as a start, but you should definitely customize it and fix any edge cases.

view more: ‹ prev next ›