this post was submitted on 03 Oct 2024
373 points (94.7% liked)

Technology

58712 readers
4010 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
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] -4 points 1 week ago

I'm fine with searching stack exchange. It's much more useful. More info, more options, more understanding.

[–] [email protected] 14 points 1 week ago (2 children)

The writer has a clear bias and a lack of a technical background (writing for Techies.com doesn't count) .

You don't have to look hard to find devs saving time and learning something with AI coding assistants. There are plenty of them in this thread. This is just an opinion piece by someone who read a single study.

load more comments (2 replies)
[–] [email protected] 26 points 1 week ago (10 children)

It introduced me to the basics of C# in a way that traditional googling at my previous level of knowledge would've made difficult.

I knew what I wanted to do and I didn't know what was possible or how to ask without my question being closed as a duplicate with a link to an unhelpful post.

In that regard, it's very helpful. If I had already known the language well enough, I can see it being less helpful.

[–] [email protected] 10 points 1 week ago* (last edited 1 week ago)

Great for Coding 101 in a language I'm rusty with or otherwise unfamiliar.

Absolutely useless when it comes time to optimize a complex series of functions or upgrade to a new version of the .NET library. All the "AI" you need is typically baked into Intellisense or some equivalent anyway. We've had code-assist/advice features for over a decade and its always been mid. All that's changed is the branding.

[–] [email protected] 6 points 1 week ago (1 children)

This is what I've used it for and it's helped me learn, especially because it makes mistakes and I have to get them to work. In my case it was with Terraform and Ansible.

[–] [email protected] 4 points 1 week ago* (last edited 1 week ago)

Haha, yeah. It really loves to refactor my code to "fix" bracket list initialization (e.g. List<string> stringList = [];) because it keeps not remembering that the syntax has been valid for a while.

It's newest favorite hangup is to incessantly suggest null checks without asking if it's a nullable property that it's checking first. I think I'm almost at the point where it's becoming less useful to me.

load more comments (8 replies)
[–] [email protected] 13 points 1 week ago

Every now and then, GitHub Copilot saves me a few seconds suggesting some very basic solution that I am usually in the midst of creating. Is it worth the investment? No, at least not yet. It hasn't once "beaten" me or offered an improved solution. It (more frequently than not) requires the developer to understand and modify what it proposes for its suggestions to be useful. Is is a useful tool? Sure, just not worth the price yet, and obviously not perfect. But, where I'm working is testing it out, so I'll keep utilizing it.

load more comments
view more: ‹ prev next ›