671
submitted 6 days ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 74 points 5 days ago

True story:

AI: 42, ]

Vibe coder: oh no, a syntax error, programming is too difficult, software engineers are gatekeeping with their black magic.

[-] [email protected] 44 points 5 days ago
let data = null
do {
    const response = await openai.prompt(prompt)
    if (response.error !== null) continue;
    try {
        data = JSON.parse(response.text)
    } catch {
        data = null // just in case
    }
} while (data === null)
return data

Meh, not my money

[-] [email protected] 5 points 5 days ago

Lol good point

this post was submitted on 02 Jun 2025
671 points (98.8% liked)

Programmer Humor

23899 readers
663 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