this post was submitted on 26 Feb 2025
725 points (97.9% liked)

Programmer Humor

21371 readers
286 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] tunetardis@lemmy.ca 18 points 1 week ago (3 children)

I turned on copilot in VSCode for the first time this week. The results so far have been less than stellar. It's batting about .100 in terms of completing code the way I intended. Now, people tell me it needs to learn your ways, so I'm going to give it a chance. But one thing it has done is replaced the normal auto-completion which showed you what sort of arguments a function takes with something that is sometimes dead wrong. Like the code will not even compile with the suggested args.

It also has a knack for making me forget what I was trying to do. It will show me something like the left side picture with a nice rail stretching off into the distance when I had intended it to turn, and then I can't remember whether I wanted to go left or right? I guess it's just something you need to adjust to. Like you need to have a thought fairly firmly in your mind before you begin typing so that you can react to the AI code in a reasonable way? It may occasionally be better than what you have it mind, but you need to keep the original idea in your head for comparison purposes. I'm not good at that yet.

[–] ikidd@lemmy.world 4 points 1 week ago* (last edited 1 week ago)

Try Roocode or Cline with the Claude3.7 model. It's pretty slick, way better than Copilot. Turn on Memory Bank for larger projects to reduce the cost of tokens.

[–] Ledivin@lemmy.world 3 points 1 week ago* (last edited 1 week ago) (1 children)

I haven't personally used it, but my coworker said using Cursor with the newest Claude model is a gamechanger and he can't go back anymore 🤷‍♂️ he hasn't really liked anything outside of cursor yet

[–] tunetardis@lemmy.ca 1 points 1 week ago

Thanks, I'll give that a shot.