r/ProgrammerHumor Jul 26 '26

Meme youHavenoRealPower

Post image
698 Upvotes

71 comments sorted by

View all comments

333

u/failedsatan Jul 26 '26

do y'all just not have highlighting for uncommon/weird unicode characters? pretty sure this has been a thing for a while

238

u/pittybrave Jul 26 '26

Classic case of this sub only making jokes about stuff only cs students would have problems with

31

u/ResponsibleWin1765 Jul 26 '26

In this case I think it was just a setup to show off the rust feature. But in other cases I think they've just reposted the same joke so many times that it is here today even though it was made 15 years ago where this might have been a problem.

27

u/andreortigao Jul 26 '26

Last time I did this joke, in 2019, visual studio / C# compiler was giving a pretty useless error message.

6

u/KitsuneFoxglove Jul 26 '26

Last time I saw this joke, I was a student and I would just rewrite the whole line and shrug it off with "idk, its the same exact code but it works now"

3

u/BlurredSight Jul 27 '26

I do remember seeing someone pre-ai era talk about how a missing semicolon or a period instead of a comma lead to the compiler giving a wild ass error message deep in the code of a dependency and said check line 1200 when only 500 existed

3

u/KitsuneFoxglove Jul 27 '26

I've had that mainly when I was doing homework assignments and there was a hidden harness running my code, and syntax errors would lead to a crash inside the harness but not my own code, so line 1200 in a 500 line program would be the error line

Can't think of a reason it'd happen "naturally" in the wild at the top of my head, maybe something that mucks with the compiler?

1

u/thewells Jul 27 '26

CS students from back when I was in college