this post was submitted on 27 Jan 2025
883 points (98.1% liked)

Technology

61206 readers
4373 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 other!
  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
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

cross-posted from: https://lemm.ee/post/53805638

you are viewing a single comment's thread
view the rest of the comments
[–] SynopsisTantilize@lemm.ee 1 points 1 day ago (1 children)

I think the sentiment is the same with any code language.

[–] fuck_u_spez_in_particular@lemmy.world 2 points 1 day ago (1 children)

So unreliable boilerplate generator, you need to debug?

Right I've seen that it's somewhat nice to quickly generate bash scripts etc.

It can certainly generate quick'n dirty scripts as a starter. But code quality is often supbar (and often incorrect), which triggers my perfectionism to make it better, at which point I should've written it myself...

But I agree that it can often serve well for exploration, and sometimes you learn new stuff (if you weren't expert in it at least, and you should always validate whether it's correct).

But actual programming in e.g. Rust is a catastrophe with LLMs (more common languages like js work better though).

[–] SynopsisTantilize@lemm.ee 2 points 1 day ago

I use C# and PS/CMD for my job. I think you're right. It can create a decent template for setting things up. But it trips on its own dick with anything more intricate than simple 2 step commands.