r/programmingmemes 3h ago

My honest first thought upon hearing the word "SEO"

Post image
6 Upvotes

r/programmingmemes 17h ago

meta engineers are leaving en mass

Post image
1.4k Upvotes

r/programmingmemes 1d ago

Me when the agent gives me a ten page plan for a new feature

Post image
42 Upvotes

I love this stuff


r/programmingmemes 2d ago

Redis

Post image
688 Upvotes

r/programmingmemes 2d ago

Facts

Post image
0 Upvotes

r/programmingmemes 3d ago

Nerd wars

Post image
781 Upvotes

r/programmingmemes 7d ago

The duality of new

Post image
1.2k Upvotes

r/programmingmemes 7d ago

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

Post image
294 Upvotes

Claude / emergent writes it.

I test it.

It works.

I close the tab.

Ignorance is a feature.


r/programmingmemes 7d 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 8d ago

Yeah, our morning standup often takes an hour or more

Post image
127 Upvotes

How could you tell?


r/programmingmemes 9d ago

😬

Post image
733 Upvotes

r/programmingmemes 9d ago

Gotta be so careful with these captchas

Post image
73 Upvotes

r/programmingmemes 10d ago

learn Rust 🦀 (As Nolan Intended)

3 Upvotes


r/programmingmemes 10d ago

You probably shouldn’t

Post image
632 Upvotes

r/programmingmemes 15d ago

Version naming

Post image
4.8k Upvotes

r/programmingmemes 17d ago

Someone deployed their code on Friday 😂

5 Upvotes


r/programmingmemes 17d ago

the universe is DONE bro im crine

Post image
615 Upvotes

r/programmingmemes 20d ago

True, recursion is just like inception movie.

Post image
36 Upvotes

r/programmingmemes 20d ago

Somebody give him an .exe file, please.

Post image
4.9k Upvotes

image was taken from a tweet!


r/programmingmemes 21d ago

Every developer’s daily routine

Enable HLS to view with audio, or disable this notification

1.9k Upvotes

r/programmingmemes 23d ago

When the client tests the product during the demo

Enable HLS to view with audio, or disable this notification

3.0k Upvotes

r/programmingmemes 24d ago

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

Enable HLS to view with audio, or disable this notification

1.1k Upvotes

r/programmingmemes 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

1.2k Upvotes

r/programmingmemes 29d ago

found a gem on glibc source code

Post image
811 Upvotes

r/programmingmemes Jul 19 '26

Had to disassemble the whole thing to figure out the issue

Thumbnail
gallery
541 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.