this post was submitted on 20 Aug 2025
239 points (94.8% liked)

Programmer Humor

25844 readers
2779 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
[–] JumpyWombat@lemmy.ml 40 points 22 hours ago

If you need a quick&dirty piece of code, you can generate it by firing some prompts into an LLM. You can get a decent result if you know what you are doing. It may not be production-ready, but often it's a good starting point. This is NOT vibe coding.

Vibe coding is what people who don't know what they are doing do when they try the process above, and think it's production-ready.