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

Programmer Humor

32410 readers
1 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Zedd00@lemmy.dbzer0.com 43 points 1 year 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.

[–] mac 19 points 1 year 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.

[–] poinck@lemm.ee 2 points 1 year 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)

[–] mac 3 points 1 year 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.

[–] Amanduh@lemm.ee 3 points 1 year ago

Just tell gpt to be brief in your prompt

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