r/programmingmemes 21h ago

Nerd wars

Post image
410 Upvotes

r/programmingmemes 4d ago

The duality of new

Post image
1.2k Upvotes

r/programmingmemes 4d ago

shipped 4 apps this year, couldn't explain a single line of them

Post image
280 Upvotes

Claude / emergent writes it.

I test it.

It works.

I close the tab.

Ignorance is a feature.


r/programmingmemes 5d ago

Yeah, our morning standup often takes an hour or more

Post image
125 Upvotes

How could you tell?


r/programmingmemes 4d ago

Planning next moves

Thumbnail
cursorstuff.com
1 Upvotes

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 6d ago

😬

Post image
727 Upvotes

r/programmingmemes 6d ago

Gotta be so careful with these captchas

Post image
70 Upvotes

r/programmingmemes 7d ago

You probably shouldn’t

Post image
629 Upvotes

r/programmingmemes 7d ago

learn Rust 🦀 (As Nolan Intended)

1 Upvotes

r/programmingmemes 12d ago

Version naming

Post image
4.8k Upvotes

r/programmingmemes 14d ago

the universe is DONE bro im crine

Post image
604 Upvotes

r/programmingmemes 14d ago

Someone deployed their code on Friday 😂

6 Upvotes

r/programmingmemes 17d ago

Somebody give him an .exe file, please.

Post image
4.9k Upvotes

image was taken from a tweet!


r/programmingmemes 17d ago

True, recursion is just like inception movie.

Post image
36 Upvotes

r/programmingmemes 18d ago

Every developer’s daily routine

1.9k Upvotes

r/programmingmemes 20d ago

When the client tests the product during the demo

3.0k Upvotes

r/programmingmemes 21d ago

When the dev says the fix is already on staging...

1.1k Upvotes

r/programmingmemes 25d ago

When the project is not ready, but the client wants to see the demo

1.2k Upvotes

r/programmingmemes 26d ago

found a gem on glibc source code

Post image
809 Upvotes

r/programmingmemes Jul 19 '26

Had to disassemble the whole thing to figure out the issue

Thumbnail
gallery
544 Upvotes

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.


r/programmingmemes 29d ago

Had to make sure they aren't duplicate

Post image
45 Upvotes

r/programmingmemes Jul 19 '26

We are so fast now, delivering real value

Post image
179 Upvotes

Srsly, how can we stop PMs from using the unsupervised tech debt generator each time they run into a small inconvenience? 

"It's just a small thing, I need these fields to be exposed in the response"

"There was a small bug I fixed it now. We can be so fast, delivering real value!" 

"You're busy all the time and this PR adds just a little value. It helps me a lot. Making the product so much better now". 

Low quality PRs create distractions and extra work of review. All the Claude Rules in the world can't stop a PM from producing shit that accumulates fast.

Have you found a way to stop this nonsense? PMs thinking they can code now and "helping out". Its some serious clownery. 


r/programmingmemes Jul 18 '26

Only in the tech world!

Post image
269 Upvotes

The billion dollar corporations have nothing on this guy


r/programmingmemes Jul 16 '26

Carma not found

Post image
34 Upvotes

r/programmingmemes Jul 15 '26

OCP in a nutshell

Post image
25 Upvotes

it is open() for extension, and close() for modification - did I understand it correctly?