this post was submitted on 29 Mar 2024
923 points (97.1% liked)

Programmer Humor

32453 readers
713 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 44 points 7 months ago (6 children)

I spent years getting great with powershell so I can now confidently copy code out of chatgpt. Chatgpt's ability to spit out close to correct code faster than I can type it is amazing, but useless if you don't understand what the hell it's trying to do.

[–] [email protected] 19 points 7 months ago (5 children)

Pretty much this, it's the one use case for copilot, I know what I want to type anyway and copilot is usually close enough that 2 edits is faster than typing the whole thing and better for rsi.

[–] [email protected] 2 points 7 months ago (2 children)

But sometimes Copilot just uses too much words to present the answer, so I use ChatGPT which can be personalized.

(Maybe it is possible with Copilot, too, maybe I have to ask how to do it)

[–] [email protected] 3 points 7 months ago (1 children)

I find the opposite, chatgpt (free version at least) gives all the explanation and stuff then a code block, copilot (not Microsoft the GitHub one) just prints the boilerplate directly in the editor then you press tab to accept.

[–] [email protected] 3 points 7 months ago

Just tell gpt to be brief in your prompt

load more comments (2 replies)
load more comments (2 replies)