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.

Latest comments (69)

Collapse
 
akashpattnaik profile image
Akash Pattnaik

Image description

Collapse
 
besworks profile image
Besworks

get back to work

Collapse
 
marq profile image
Marquise West

I feel personally attacked πŸ˜‚

Collapse
 
raibtoffoletto profile image
RaΓ­ B. Toffoletto

code still compiling....😢

Collapse
 
alexmario74 profile image
Mario Santini

Someone need a cup of coffe to be ready to start, I need a bunch of memes! :D

Collapse
 
besworks profile image
Besworks • Edited

I like to double fist it with coffee in one hand and memes in the other.

Collapse
 
rasheedmozaffar profile image
Rasheed K Mozaffar

Image description

This's better

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ‘Œ

Collapse
 
andrewthetm profile image
Andrew Rohne

This was my Friday. To be honest, the six hours of telling Python to make graphics (maps, in my case) in a way that felt like building a Rube Goldberg machine was fun... a lot more fun than making each one-by-one and then realizing that I forgot to update some mundane detail (like a title) on four of them after I imported them into Word.

Image description

Collapse
 
nlxdodge profile image
NLxDoDge

But now the report can be generated for the next time in under 5 minutes?
That would save time if you have to make a report every week for a whole year.

Collapse
 
andrewthetm profile image
Andrew Rohne

True, and I hope I'm using this code at least one more time this year!

Collapse
 
jon_snow789 profile image
Jon Snow
Collapse
 
alvesjessica profile image
Jessica Alves

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ€£

Collapse
 
sarahokolo profile image
sahra πŸ’«

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

πŸ˜‚

Collapse
 
sarahokolo profile image
sahra πŸ’«

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

πŸ˜‚confusion!

Collapse
 
Sloan, the sloth mascot
Comment deleted
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

what/?

Collapse
 
frankfont profile image
Frank Font
function laugh():boolean {
    if(laugh()) {
       return laugh();
    }
}
Enter fullscreen mode Exit fullscreen mode
Collapse
 
baenencalin profile image
Calin Baenen

Except it needs return true; at the end or it will never recurse! :O

Thread Thread
 
cipharius profile image
Valts Liepiņő

Or Β΄return false;` at the end, just to get it to compile/parse. Otherwise the return isn't nescessary for a recursion, since it will get stuck in an infinite recursion while evaluating the if condition.

Thread Thread
 
frankfont profile image
Frank Font

That's part of the joke.

Thread Thread
 
jayfiled profile image
Joel

Well played πŸ‘

Collapse
 
sarahokolo profile image
sahra πŸ’«

Image description

Collapse
 
swashata profile image
Swashata Ghosh
function print(...args) {
  console.log(...args);
}
Enter fullscreen mode Exit fullscreen mode

Sorry for being that guy 😁

Collapse
 
1chris_alex profile image
Christian Alexsander

Or just const print = console.log

Collapse
 
codingjlu profile image
codingjlu

rip when you try print("data", data) :(

Collapse
 
__masashi__ profile image
Masashi

I actually did this once, because console.log was kindof restricting my flow.

Collapse
 
sarahokolo profile image
sahra πŸ’«

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😁

Collapse
 
akostadinov profile image
Aleksandar Kostadinov

labels under pictures are switched around

Collapse
 
sarahokolo profile image
sahra πŸ’«

Image description

Collapse
 
swordheath profile image
Heather Parker

This is marvelous😁

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

🀣

Collapse
 
dostonnabotov profile image
Technophile

I need to steal this meme. I will leave a like for me πŸ‘πŸ™‚

Collapse
 
360macky profile image
Marcelo Arias

πŸ˜‚πŸ˜‚πŸ˜‚

Collapse
 
dionarodrigues profile image
Diona Rodrigues

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

πŸ€£πŸ€£πŸ€£πŸ˜‚πŸ˜

Collapse
 
v_bird profile image
vbird

sounds like a whole lot of F words in it

Collapse
 
lionelrowe profile image
lionel-rowe

the virgin BigInt vs the chad Number

the virgin  raw `BigInt` endraw  vs the chad  raw `Number` endraw

Collapse
 
alvaromontoro profile image
Alvaro Montoro
Collapse
 
heymich profile image
Michael Hungbo

Image description

Collapse
 
__masashi__ profile image
Masashi

Both are correct in their "programmer way"s. The guy considered some language that starts array indexing at 0, while the woman considered Lua.
(Lua starts array index at 1).

Collapse
 
darkwiiplayer profile image
π’ŽWii πŸ³οΈβ€βš§οΈ

Clearly, the woman is based, as illustrated by her eating ice cream in the last panel. Lua knows how to count.

Collapse
 
bugmagnet profile image
Bruce Axtens

and Euphoria and some BASICs and ...

Thread Thread
 
__masashi__ profile image
Masashi

Oh, thanks for the info. Nice.