DEV Community

Cover image for Meme Monday
Ben Halpern
Ben Halpern

Posted on

Meme Monday

Meme Monday!

Today's cover image comes from last week's thread.

DEV is an inclusive space! Humor in poor taste will be downvoted by mods.

Top comments (52)

Collapse
 
jjokah profile image
John Johnson Okah

Compiler: holy sh*t

coding after vacation

Collapse
 
tiguchi profile image
Thomas Werner

No problem, PR is up:

def HelloWorld(msg):
    eval(f'{msg}("{HelloWorld.__name__}")')
Enter fullscreen mode Exit fullscreen mode

and the JS version for the frontend

const print = console.log

function HelloWorld(msg) {
    eval(`${msg}("${arguments.callee.name}")`)
}
Enter fullscreen mode Exit fullscreen mode
Collapse
 
raibtoffoletto profile image
Raí B. Toffoletto

You are a true programmer! Took buggy legacy code and made it work 🎉

Collapse
 
cleveroscar profile image
Oscar Ortiz

Okay this one made me laugh 😆

Collapse
 
dinerdas profile image
Diner Das

meme monday

Collapse
 
cwrite profile image
Christopher Wright

meme monday

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😂😂😂😂😂😂😂😂

Collapse
 
dumebii profile image
Dumebi Okolo

😂 😂

Collapse
 
thatcomputerguy profile image
Griff Polk

Image description
Found on google but still funny

Collapse
 
opensourcee profile image
OpenSource

Image description

Collapse
 
ben profile image
Ben Halpern

Lol

Collapse
 
duncan_true profile image
Dun

meme monday

Collapse
 
thatcomputerguy profile image
Griff Polk

This is how we programmers think about bugs in our code

Collapse
 
montyharper profile image
Monty Harper

If I let on that I know this came out of a Richard Scarry book, does that give away my age? Love Richard Scarry!

Collapse
 
karim_abdallah profile image
Karim Abdallah

Image description

Collapse
 
easewithtuts profile image
V Sai Harsha

No Sheldon Cooper presents. But this is a funny one related to logic gates

Collapse
 
ivis1 profile image
Ivan Isaac

meme monday

Collapse
 
rasheedmozaffar profile image
Rasheed K Mozaffar

Image description

Collapse
 
skyjur profile image
Ski • Edited

Makes no sense. C# doesn't really compete neither with c++ or rust, it's a slower higher level memory managed language. Microsoft is using C++ as well as Rust same way how Google or Mozilla does - where it makes better fit and low level efficiency is important. Google also doesn't use C++/Rust/Carbon for the kind of projects where Microsoft is using C# - for such projects Google is using Java and Golang.

Collapse
 
rasheedmozaffar profile image
Rasheed K Mozaffar

You are right about the usability and performance deficiencies of C# in comparison, but the idea isn't about C# being more performant, it's rather that Microsoft is pouring a lot more in C# not caring about the other languages tryna kill C++ which is the point of the meme 😂

Thread Thread
 
skyjur profile image
Ski • Edited

It's not like Microsoft isn't doing their own low level language research. It appears they been trying to adopt Rust in some of their projects.

Collapse
 
avanichols profile image
Ava Nichols

meme monday

Collapse
 
bernert profile image
BernerT

meme monday

Collapse
 
kurealnum profile image
Oscar

Image description

Collapse
 
frankfont profile image
Frank Font

Laughed a bit

Collapse
 
karim_abdallah profile image
Karim Abdallah

Image description

Collapse
 
chariebee profile image
Charles Brown

meme monday

Collapse
 
heryhelder profile image
Carlos Heryhelder

Open source revolution \o/ 🤣

Collapse
 
easewithtuts profile image
V Sai Harsha

Apple

Some comments may only be visible to logged-in visitors. Sign in to view all comments.