this post was submitted on 12 Apr 2025
1256 points (98.5% liked)

Programmer Humor

22444 readers
1741 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] 15 points 3 days ago (1 children)

As someone who somewhat recently wasted 5 hours debugging a "simple" bash script that Cursor shit out which was exploding k8s nodes—nah, I'll pass. I rewrote the script from scratch in 45 minutes after I figured out what was wrong. You do you, but I don't let LLMs near my software.

[–] [email protected] 1 points 2 days ago

I’ve had success with Claude, but there’s always a layer of separation. I ask it to do something, read what it produced, and decide if it’s garbage or not. And rewrite or discard as necessary. Though counting by LOC mainly I’ve used it for writing tests.