1072
top 50 comments
sorted by: hot top controversial new old
[-] fubarx@lemmy.world 231 points 1 year ago

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.

[-] whyNotSquirrel@sh.itjust.works 65 points 1 year ago

Or when you say there's something wrong and the new version is just the same with comments

load more comments (4 replies)
[-] HKPiax@lemmy.world 211 points 1 year ago* (last edited 1 year ago)

This cannot NOT be satire, come on. It's too fucking funny

[-] JoMiran@lemmy.ml 177 points 1 year ago* (last edited 1 year ago)

I don't think it's satire. Miami has become a mecca for crypto bros and "tech" fraudsters.

[-] mmddmm@lemm.ee 169 points 1 year ago

Why do those fish always pose with some dude holding them?

[-] spankmonkey@lemmy.world 79 points 1 year ago

Ever watched a fish stand up?

They need to be held.

[-] maniclucky@lemmy.world 34 points 1 year ago

Don't we all really?

[-] msage@programming.dev 31 points 1 year ago

There's like 2 people who will get the reference, but fuck it, here it comes.

[-] magikmw@lemm.ee 9 points 1 year ago
[-] reinei@lemmy.world 7 points 1 year ago

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!

load more comments (3 replies)
[-] omgitsaheadcrab@sh.itjust.works 18 points 1 year ago

It's a child, that fish just wants to look bigger

[-] frezik@midwest.social 9 points 1 year ago* (last edited 1 year ago)

He probably paid some fishing tourist shop to get him to just the right place so he could hook it and pull it in. That pic cost him money, and it's really important to him.

[-] MajorHavoc@programming.dev 7 points 1 year ago

Lol. When I retire, I'm going to change all my job titles on social media to "entrepreneur" just to fuck with my friends.

Bet you $1,000 the credentials are stored in plain text.

[-] joyjoy@lemm.ee 109 points 1 year ago

Not just plain text, but hard coded.

[-] VerPoilu@sopuli.xyz 88 points 1 year ago
[-] NotSteve_@lemmy.ca 42 points 1 year ago

Having a backend is bloat. I do all my DB transactions straight from the frontend

[-] Lightor@lemmy.world 6 points 1 year ago

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.

load more comments (1 replies)
[-] 1024_Kibibytes@lemm.ee 23 points 1 year ago

Obviously hand coded. After all, he just discovered that there are people, or more probably bots, who will use open resources for their own uses.

[-] nichtburningturtle@feddit.org 57 points 1 year ago

Classic vibe coder things.

[-] frezik@midwest.social 14 points 1 year ago* (last edited 1 year ago)

I've heard that phrase a handful of times now and it's already making my eye twitch. Though I don't think it's meant to be complimentary.

load more comments (1 replies)
[-] savvywolf@pawb.social 33 points 1 year ago

Wonder if ChatGPT just scraped an example token from somewhere and is using that.

[-] jimmux@programming.dev 29 points 1 year ago
[-] DragonTypeWyvern@midwest.social 9 points 1 year ago

It's in a textbook, and that's a trusted source!

load more comments (3 replies)
load more comments (3 replies)
[-] 9point6@lemmy.world 70 points 1 year ago* (last edited 1 year ago)

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.

load more comments (1 replies)
[-] projektilski@lemmy.dbzer0.com 65 points 1 year ago* (last edited 1 year ago)

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.

[-] Lightor@lemmy.world 8 points 1 year ago* (last edited 1 year ago)

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.

[-] Brewchin@lemmy.world 59 points 1 year ago

This is what FAFO in public looks like. Gold!

[-] some_guy@lemmy.sdf.org 59 points 1 year ago

Imagine needing to understand a thing to build something. /s

[-] AEsheron@lemmy.world 19 points 1 year ago

Just speak the incantation of motive energy and light the incense to soothe the machine spirit.

[-] muhyb@programming.dev 54 points 1 year ago

His first mistake is to call it AI.

[-] jqubed@lemmy.world 44 points 1 year ago
[-] Iron_Lynx@lemmy.world 30 points 1 year ago

AI will not replace software engineers, exhibit fuck knows how many.

[-] spaffel@spaffel.social 29 points 1 year ago

F around and find out

[-] Monstrosity@lemm.ee 23 points 1 year ago* (last edited 1 year ago)

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.

[-] tiefling 16 points 1 year ago* (last edited 1 year ago)

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

[-] blackbirdbiryani@lemmy.world 9 points 1 year ago

But... bash snippet extensions already exist. The only difference is maybe it doesn't auto name your variables for you. I'd take that over non-deterministic LLM outputs.

[-] Monstrosity@lemm.ee 6 points 1 year ago* (last edited 1 year ago)

I have no idea what the hell a bash snippet extension is, but I do know what a local llama.cpp instance running a small model to tell me bash commands on the fly is.

I use it to make .desktop files, too. Isn't that so lazy?

Lol, I'm surprised it only took two days.

[-] whyNotSquirrel@sh.itjust.works 35 points 1 year ago

2 days for him to realize something wrong

[-] Aganim@lemmy.world 19 points 1 year ago

Why is he figuring things out himself? Surely that's the AI's job, right? Right?

[-] Zachariah@lemmy.world 14 points 1 year ago* (last edited 1 year ago)

If I were leojr94, I’d be mad as hell about this impersonator soiling the good name of leojr94—most users probably don’t even notice the underscore.

[-] SplashJackson@lemmy.ca 14 points 1 year ago
[-] faythofdragons@slrpnk.net 8 points 1 year ago

Hey, gimp is a nice open source image editor, don't insult it by comparing it to this guy

[-] ysaraimay@programming.dev 11 points 1 year ago

Well... 2 years from now vibe coding will be default.

load more comments
view more: next ›
this post was submitted on 17 Mar 2025
1072 points (100.0% liked)

Programmer Humor

31730 readers
1017 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 3 years ago
MODERATORS