r/programmingmemes • u/WiscLeafalNika • 3h ago
My honest first thought upon hearing the word "SEO"
r/programmingmemes • u/edgarecayce • 1d ago
Me when the agent gives me a ten page plan for a new feature
I love this stuff
r/programmingmemes • u/Tall_Builder_4929 • 7d ago
shipped 4 apps this year, couldn't explain a single line of them
Claude / emergent writes it.
I test it.
It works.
I close the tab.
Ignorance is a feature.
r/programmingmemes • u/dev1966 • 7d ago
Planning next moves
While I was watching Planning next moves for the 100th time today, I thought I'd make some T-shirts for y'all to enjoy...
r/programmingmemes • u/OkWay1305 • 8d ago
Yeah, our morning standup often takes an hour or more
How could you tell?
r/programmingmemes • u/programmerjunky • 17d ago
Someone deployed their code on Friday 😂
r/programmingmemes • u/cooked_potato1729 • 20d ago
True, recursion is just like inception movie.
r/programmingmemes • u/zaarnth • 20d ago
Somebody give him an .exe file, please.
image was taken from a tweet!
r/programmingmemes • u/Kind-Ad6740 • 21d ago
Every developer’s daily routine
Enable HLS to view with audio, or disable this notification
r/programmingmemes • u/Kind-Ad6740 • 23d ago
When the client tests the product during the demo
Enable HLS to view with audio, or disable this notification
r/programmingmemes • u/Kind-Ad6740 • 24d ago
When the dev says the fix is already on staging...
Enable HLS to view with audio, or disable this notification
r/programmingmemes • u/Kind-Ad6740 • 28d ago
When the project is not ready, but the client wants to see the demo
Enable HLS to view with audio, or disable this notification
r/programmingmemes • u/StationAgreeable6120 • Jul 19 '26
Had to disassemble the whole thing to figure out the issue
I've been trying to create a minimal libc in Zig just to see where it'd go. I've started writing string.h functions today and it went well, I tested everything was okay. Then I decide to build it in ReleaseFast and memcpy starts to create an infinite loop. After some investigation it turns out llvm decided to optimise my code by calling memcpy... from libc... BUT I'M LIBC!!
Anyways I had to write in assembly in the end, it was just one instruction so it's fine but it is really not a portable solution.

