this post was submitted on 05 Mar 2025
1577 points (99.0% liked)

Programmer Humor

21025 readers
1379 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
[–] [email protected] 12 points 1 day ago (1 children)

And I thought I was the only one… for smaller bash scripts chatGPT/Deepseek does a good enough job at it. Though I still haven’t tried VScode’s copilot on bash scripts. I have only tried it wirh C code and it kiiiinda did an ass job at helping…

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

AI does decently enough on scripting languages if you spell it out enough for it lol, but IMO it tends to not do so well when it comes to compiled languages

I've tried Python with VScode Copilot (Claude) and it did pretty good

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

That's because scripted languages are more forgiving in general.

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

I was chalking it up to some scripting languages just tending to be more popular (like python) and thus having more training data for them to draw from

But that's a good point too lol

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

Both can be true, Python does have a lot of examples floating online.

[–] [email protected] 1 points 21 hours ago

Yeah I tried that, Claude with some C code. Unfortunately the Ai only took me from point A to point A. And it only took a few hours :D