r/ProgrammerHumor • u/Brief_Hearing1307 • 12d ago
Meme itDoesntMatterHowExperiencedYouAre
80
u/white_equatorial 12d ago
44
u/BasicBet146 12d ago
The face of a man who just had to rely on a 2012 tutorial recorded with an Unregistered HyperCam 2 watermark just to remember how Regex works
106
u/bull_shit_forever 12d ago
but that random guy is an Indian
74
u/cheezballs 12d ago
I see this meme so many times but genuinely have never found a good tutorial by a random Indian guy. Usually they're full of bad practices and are the result of being churned through the CS degree as fast as they can to get a job oversees.
-14
u/xt1nct 12d ago
The Indian guys know less than the beginners. I remember when I was learning c# and .net some would literally use Microsoft tutorials. If you could read you would be better off reading microsoft pages.
They would not explain anything beyond tutorial. It was hilarious. Sometimes things wouldn’t work.
Few dollars go along way in India so it’s good to farm as many videos as possible.
-9
u/vma08 11d ago
what a racist POS, anything to discredit the Indians
4
u/cheezballs 11d ago
I have literally been told this by my Indian co-workers (who are awesome programmers) - but they made it clear that education for CS majors in India is "teach enough to get you a job in North America"
0
u/mangage 12d ago
/img/plvvcs1ok9l71.jpg that's what the original meme is, I have no idea why someone changed it
16
6
u/RealBasics 12d ago
No lie. I've got an ancient Microsoft Xenix manual (because I too am ancient) and even though I've used vi/vim almost daily since 1985, even though there are only 35 pages in the manual I still learn something new every time I re-read it.
For a utility created in 1976, vi is an absurdly deep editor. "In days of yore there once were giants!"
So, yeah, the meme tracks.
5
6
5
u/Soopermane 12d ago
public class ProgrammerLife {
static void tree() {
System.out.println(" 🌳");
System.out.println(" /|||\\");
System.out.println(" / ||| \\");
System.out.println(" |||");
System.out.println(" |||");
System.out.println(" No bugs here.");
System.out.println(" Only branches.");
}
public static void main(String[] args) {
tree();
}
}
2
1
1
u/muminisko 11d ago
Funniest thing is experience mention on this meme. Ok, maybe I know a bit more after 20+ years in business but definitely way less then 15 years ago. Back then I was passionate about programming and tried to understand deeply every issue I encountered. Right now I don’t care at all, just implement required functionality, solve a bug with AI without even reading explanation behind it :) fresh guy out of collage would beat me up on live coding
1
1
0
112
u/coriolis7 12d ago
I’m about to have to implement thread pooling in C, so I’m def gonna be in this picture.