Well... 2 years from now vibe coding will be default.
Programmer Humor
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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
Why is he figuring things out himself? Surely that's the AI's job, right? Right?
What cracks me up is that he is not technical so it takes him longer than usual to figure it out :D :D :D :D
He usually figures these things out much quicker but this time he is struck by some "not being technical" illness. As soon as it passes, he will figure it out as usual.
Listen you can whine about tech or you can start building with it.
And by building, I mean telling it what it should do.
And by telling it what it should do, I mean typing out what you want.
And by telling it what you want, I mean explaining a crypto bro idea in a rant to Chat GPT.
I mean he's not technical but I'm sure he's really nailed this one.
Show this soydev his place
AI will not replace software engineers, exhibit fuck knows how many.
His first mistake is to call it AI.
This is what FAFO in public looks like. Gold!
As you know I'm not technical. AI doesn't write robust code, is that the joke?
Yes, that's the joke.
AI creates almost (but not) good enough stuff really fast. And occasionally straight up hallucinates stuff that is meaningless or worse.
So this person has a huge stack of functional but broken crap, and it's blaming X for their woes.
There's an old saying that goes roughly "It takes four times the experience to maintain a program as it took to write it. So anyone writing the most clever program they can think of is, by definition, not competent to maintain it."
In this case, it's extra funny, because neither the AI nor the AI user has the faintest idea how the generated code works. So maintaining it is almost certainly 1000% outside their abilities.
So they've paid an AI for the ~~privilege~~ unpleasant daily panic of learning everything they need to learn after the app has gone to production, rather than before.
It certainly isn't good at security, which is what it sounds like his biggest problem is.
I've always appreciated the feature of AI coding tools, where they confidently tell you they've done something completely wrong. Then if you call them on it, they super-confidently say: "Of course, here's what needs to be done..."
Then proceed to do something even worse.
Or when you say there's something wrong and the new version is just the same with comments
Yes. I love the confidently incorrect additional comments explaining in detail how the incorrect code works.
Though I'm usually pretty angry at that point, it is also pretty funny.
ChatGPT would not let me call it "you doofus" when I point outed it had done that repeatedly. For "policy violations".
This cannot NOT be satire, come on. It's too fucking funny
I don't think it's satire. Miami has become a mecca for crypto bros and "tech" fraudsters.
Lol. When I retire, I'm going to change all my job titles on social media to "entrepreneur" just to fuck with my friends.
Why do those fish always pose with some dude holding them?
Ever watched a fish stand up?
They need to be held.
There's like 2 people who will get the reference, but fuck it, here it comes.
I don't get it.
Some blobfish meme short thing?
It's from a game called Dwarf Fortress - where you play in a simulated world trying to keep your dwarves alive.
They get bored of eating the same food, so with farming and hunting there's also fishing.
In the past, carps were added with some default settings, which made them overpowered. They would wipe entire squads of Dwarves that would approach any body of water with a carp in them.
(They were nerfed later on.)
The game has a very complex fighting system, so when creatures fight, sometimes they fall down, after a big hit with a hammer, or getting knocked unconscious. If they are not fatally wounded, they will get back up. There's a lot of actions that happen inside the game, but not always in the 'correct' context, as the game is still in development.
And somewhere on the internet, there was a screenshot with combat log showing:
The Carp attacks the Miner but She jumps away! The Carp stands up.
So carps were already a challenge, and then you read they can stand up!? Imagine the terror of an army of strong beasts marching down to your fort from a nearby river.
There were many bugs in the game, if you like rabbitholes, this is a good one.
There's dozens of us!
It does not have nerves, yet it feels pain. It does not have a mouth, yet it must scream. And until recently: death only made it so so much stronger!
Don't we all really?
Bet you $1,000 the credentials are stored in plain text.
Not just plain text, but hard coded.
On the frontend.
Having a backend is bloat. I do all my DB transactions straight from the frontend
I actually build a full copy of the DB on the client machine. That way I can't lose the data, it's all right there and so fast.
My db runs on the user's browser via WASM.
Can I get this emotion bottled? I want to experience it at full strength later
Imagine needing to understand a thing to build something. /s
Just speak the incantation of motive energy and light the incense to soothe the machine spirit.
I wonder if the website did the thing where it lists their big customers like a trophy cabinet on the main landing page.
It would probably make a good list of places to sell snake oil
Also love that this is all evidence to back up the premise that building the happy path of an application is generally easy, one of the main skills in software engineering is ensuring the unhappy paths are covered sufficiently. I can say I've started a bank and keep people's money in my wardrobe, I'll be providing the service of holding their money—I'll also probably get robbed sharpish because I'm not skilled in the kind of security needed to avoid that.
Any “customers” landed are going to be friends and family, if not just outright fakes invented by leo.
I wanted to edit my Ghostty themes but found out a lot of the colors are in #hexadecimal notation. I like #rrggbb percentage style colors (b/c they are easy to tweak by hand) and I couldn't find an online color picker that would output that format, so I used deepseek (free) & now have a scrappy ass one w Python & Tkinter completely via "vibe" coding (I call it Clyde Color Picker. It's adorable).
Pretty awesome when you're just some dumbass who needs a very specific tool and not trying to fleece people.
I use AI toolings to generate snippets of bash scripts because I can't be fucked to remember that syntax. Obviously not for anything with high risks or that I can't easily verify. But things like parsing through mass amounts of files