this post was submitted on 22 Oct 2024
218 points (86.3% liked)

Technology

58842 readers
6298 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 day ago (5 children)

I got back into programming because I can ask an Ai my stupid questions I'm too dumb to google correctly. I haven't otherwise wrote code since college and kinda revived a long dead hobby. It removes a barrier to entry that I otherwise gave up on. Been working on a project to teach myself python the last few months, with Ai replacing the roll of google for the most part.

Copy-pasting Ai code still blows up in your face just as much as code you stole from stack overflow...

[–] [email protected] 5 points 1 day ago (1 children)

Copy-pasting Ai code still blows up in your face just as much as code you stole from stack overflow...

Show me difference:

They are the same.

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

Why we gotta do Derpy like that?

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

Because we just don't know what went wrong.

[–] [email protected] 10 points 1 day ago

I wouldn't say you're dumb when it comes to Google. Their search is just a broken mess of dog shit now.

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

The issue isn't you doing your hobby projects however you want, it's people being paid and produce LLM generated code.

And the biggest issue is managers/c-suites thinking that LLMs can replace senior devs.

And the biggest biggest issue is that the LLMs in their current mainstream form are terribly bad for the environment.

[–] [email protected] 4 points 1 day ago

Why wouldn't you use AI as a shortcut if you can? Can you actually replace senior devs with AI? I'm sure that depends on the company and what they consider a "senior dev". Maybe there's some not-so-senior senior devs that should be worried.

[–] chakan2 4 points 1 day ago

No...stack I can usually figure out from the context of questions what went wrong. AI will very confidently and eloquently give you a very subtle bullshit answer.

[–] [email protected] 0 points 1 day ago

Learning how to do research is a big part of being an engineer. You should be able to either find an answer, or build your own. Being told how to do something is not learning.