this post was submitted on 19 Nov 2023
496 points (86.9% liked)

Technology

58142 readers
4678 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Barack Obama: “For elevator music, AI is going to work fine. Music like Bob Dylan or Stevie Wonder, that's different”::Barack Obama has weighed in on AI’s impact on music creation in a new interview, saying, “For elevator music, AI is going to work fine”.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 10 months ago* (last edited 10 months ago) (1 children)

What language you program in and what kind of code you develop? Before Copilot were you frequently searching answers on stackoverflow?

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

Typescript, JavaScript, php, bash, scss/css... And isn't every dev on SO or at least a search engine with some frequency?

I don't actually think the reason I like it is dependent on the language at all. The reason I like it is that it will often basically notice what I'm doing and save me from typing a repetitive 3-5 line block. Things like that and if I can't remember a specific syntax, I've found that I can write a comment saying what the following code will do and boom, suddenly copilot writes a version of that code close to what I would've written.

I mean you're right that it can write stuff that doesn't work, I just find that I can usually filter that out pretty quickly. The times I can't, I'm a bit stuck anyway and it's worth a shot to try their mysterious solution. But since I always treat its solutions with skepticism I haven't been bitten yet.

For me, copilot just takes the monotony out of the job. Instead of spending as much time writing boring stuff I get to focus on the more interesting parts