DEV Community

Cover image for Meme Monday

Meme Monday

Ben Halpern on October 02, 2023

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.

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
 
dumebii profile image
Dumebi Okolo

😂 😂

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😂😂😂😂😂😂😂😂

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
 
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
 
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
 
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
 
easewithtuts profile image
V Sai Harsha

Apple

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
 
sherrydays profile image
Sherry Day

meme monday

Collapse
 
thatcomputerguy profile image
Griff Polk

I know it’s tuesday but oh god this is so funny

Programmers looking at programming memes: “Ah yes, humor based on my pain”

Collapse
 
frankfont profile image
Frank Font

The best laughter hurts

Collapse
 
thatcomputerguy profile image
Griff Polk

Ow

Collapse
 
youngfra profile image
Fraser Young

meme monday

Collapse
 
raibtoffoletto profile image
Raí B. Toffoletto

Ask them how many of those are real commits and not comments on PRs 😅

Collapse
 
ksolomon profile image
Keith Solomon

Not showing them mine! 😂

Collapse
 
max24816 profile image
Max

☠️☠️☠️
Image description

Collapse
 
1link profile image
1Link.Fun

LOve this

Collapse
 
dreama profile image
Dream

meme monday

Collapse
 
warwait profile image
Parker Waiters

meme monday

Collapse
 
jjbb profile image
Jason Burkes

meme monday

Collapse
 
mellen profile image
Matt Ellen
function()
{
}
Enter fullscreen mode Exit fullscreen mode

till I die

Collapse
 
frankfont profile image
Frank Font

I've had people try to kill me over that. I finally caved in a few years ago and have been doing the ugly conventional opening brace at end of top line. You are on your own now.

Thread Thread
 
raddevus profile image
raddevus • Edited

I have been programming since 1993 and I had always used

function doSomething()
{
}
Enter fullscreen mode Exit fullscreen mode

Then sometime around 2010 I started learning AngularJS (the first rev) and for some reason I transformed into using :

function doSomething(){
}
Enter fullscreen mode Exit fullscreen mode

Now I can't see the first one as anything but a waste of an extra line and something that is going to accumulate to make me scroll more. 😆🤓

Thread Thread
 
mellen profile image
Matt Ellen

The first allows you to see the start and end of scope. Your abomination is an unclear mess.

Collapse
 
raibtoffoletto profile image
Raí B. Toffoletto

def ():
😜

Collapse
 
raibtoffoletto profile image
Raí B. Toffoletto

I write mainly C# and JS today. Each language has it own convention, none bothers or attracts me... but I would definitely try to get rid of them like python did.

Collapse
 
karim_abdallah profile image
Karim Abdallah

Kid die 😂
Image description

Collapse
 
sadeedpv profile image
Sadeedpv🥇

Napoleon meme

Collapse
 
frankfont profile image
Frank Font

Of course, there is something you can do. Now you can finally test the database recovery after you confirm you have a backup process.

Collapse
 
karim_abdallah profile image
Karim Abdallah

Image description

Collapse
 
respect17 profile image
Kudzai Murimi

You make me laugh, thanks for the good work