r/ProgrammerHumor 4h ago

Meme dynamicP

Post image
611 Upvotes

24 comments sorted by

124

u/ByteSizedFounder 3h ago

Then proceeds to dust off old compsci notes from uni. "Remember your training"

44

u/TechTuna1200 3h ago

Star Wars meme: "Just like the simulations"

u/Urist_McPencil 0m ago

", and you will make it out alive."

62

u/Mughi1138 3h ago

Reminds me... I'm still waiting for my chance to implement a bloom filter. Almost got to do one this year.

35

u/Ma4r 3h ago

You can't imagine my excitement when I had to implement LCA in a production environment

6

u/Puzzled-Crew-2333 3h ago

What was it for?

28

u/Desperate-Tomatillo7 3h ago

Some memes have barely any pixel. This one is UHD.

2

u/matrix-doge 1h ago

Just above this post for me is a (jokingly) 8k quality clip from a gaming sub lol.

25

u/redditmarks_markII 3h ago

Brother, these days I fix the equivalent of n**2 time loops when linear is possible.  If I tried to explain DP I will be called out by some principal eng as making shit up.  When proven not, they'll say they are overcommitted for the quarter.  And why can't my service support any kind of use of it anyway?  These are 100% real arguments I've heard.  I know things get political once you get past senior swe, but god damn, how are we an industry.

6

u/zaersx 3h ago

just make tests that represent the behaviour and refactor away, if they complain tell them to outline the use case that is not covered by a test.

10

u/Puzzled-Crew-2333 3h ago

Implemented lcs once, best day on the job.

1

u/MissinqLink 25m ago

I use lcs quite a lot. It’s great for fuzzy matching.

4

u/SuitableDragonfly 2h ago

I learned a dynamic programming algorithm for parsing context free grammars in grad school, and promptly found a use for it in a linguistics app I built in my free time that needed to be able to convert an arbitrarily specified spelling system into a phonemic transcription. Definitely did not take ten years, lmao. 

5

u/StarboardChaos 3h ago

And you still prompt your AI agent to solve it...

2

u/Vintfy 3h ago

When the LeetCode gimmicks stop working and the job suddenly becomes interesting.

1

u/kishaloy 3h ago

And then go to the space where the program itself is dynamic data and true enlightenment will dawn on you.

1

u/nitkonigdje 1h ago

20 years in, never saw need for it on a job.

1

u/Igarlicbread 59m ago

Segmentation Fault

1

u/matrix-doge 58m ago

I actually want to know what the problem is, if that's *not* simply a meme.

u/zapman449 3m ago

I got to build a graph traversal algorithm a few years ago… most compsci thing I,ve done this decade…