13 points

Time coding🤔 runtime: the other way around😜

permalink
report
reply
1 point

async enters the chat

permalink
report
parent
reply
7 points
*

…and 5 min in chatgpt. Only you spend 3 days making it work because you never understood coding in the first place.

permalink
report
reply
2 points

And honestly, even if you do understand coding, you’ll probably spend more time testing the code than it would’ve taken to write and test it yourself.

We had an applicant use AI in an interview, and they made the same mistake twice in 5 minutes, because that’s the code the model spat out. This was someone with several years of experience (I think they even ran a team for a couple years), so they certainly understood coding, they just trusted their tools too much. We even gave them a softball question, “How confident are you that your code is correct? What would you need to feel more confident?,” and their answer was, “I’m 100% confident that it’s correct” when they should have answered, “I’d need to write some unit tests.”

permalink
report
parent
reply
6 points

“Hardware cycles are cheap. Wetware cycles are expensive.”

  • Paraphrased from something I once heard Jacob Kaplan-Moss say but don’t remember his exact wording at PyCon many moons ago.
permalink
report
reply
4 points

Then why do Python people insist on having the programmer do so much stuff instead of letting a compiler do it?

permalink
report
parent
reply
2 points

Examples?

permalink
report
parent
reply
0 points

Verifying that your different pieces of code actually work together. With a static type system and similar compiler features you can lighten the mental load a lot compared to languages like Python where you need to keep it all in your head.

permalink
report
parent
reply
1 point

Such as?

permalink
report
parent
reply
5 points

I love C and Assembly as much as the next guy, but implementation time to the optimal solution matters.

permalink
report
reply
3 points

And something between 1 and 300 minutes in Haskell.

permalink
report
reply

Python

!python@sh.itjust.works

Create post

A community for talking about the Python programming language.

Community stats

  • 10

    Monthly active users

  • 23

    Posts

  • 18

    Comments

Community moderators