DEV Community

Cover image for Meme Monday 🐷
Ben Halpern
Ben Halpern

Posted on

Meme Monday 🐷

Welcome to another Meme Monday post! 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 (72)

Collapse
 
vladimir_dev profile image
vladimir.dev

Ooh I didn't know #MemeMonday was a thing here... Now I need to be patient till the next one 😁

Collapse
 
unicorn_developer profile image
Unicorn Developer

Image description

Collapse
 
raddevus profile image
raddevus

When you search for an answer, find the question but no one has ever posted the answer...
Image description

Collapse
 
kuvambhardwaj profile image
Kuvam Bhardwaj

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😥😲😲😲😲😲😳

Collapse
 
sadeedpv profile image
Sadeedpv🥇

Meme Monday

Collapse
 
h_sifat profile image
Muhammad Sifat Hossain • Edited

Pro Tip: Rather than using randomly high values for z-index use CSS custom properties instead.

Example:

:root {
  --z-level-one: 100;
  --z-level-two: 200;
  --z-level-three: 300;
}

div {
  z-index: var(--z-level-one);
}
Enter fullscreen mode Exit fullscreen mode

Now we can peacefully end the z-index war.

Collapse
 
maxart2501 profile image
Massimo Artizzu

I don't think it will change much...

div {
  z-index: var(--z-level-one-million);
}
Enter fullscreen mode Exit fullscreen mode
Collapse
 
eerk profile image
eerk

But now my div has to be on --z-level-one-and-a-half

Collapse
 
dimas profile image
Dimas Putra

it's all level one tho 😂

Thread Thread
 
h_sifat profile image
Muhammad Sifat Hossain • Edited

the result of copy pasting.

Thread Thread
 
maxart2501 profile image
Massimo Artizzu

Level three is still equal to level two...

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😲😲😲😲😲😲😲😲😲😲😲

Collapse
 
kwing25 profile image
Kendra Wing

Love this 😂-
Icat code meme

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😂😂😂

Collapse
 
ngocsotn profile image
The Ngoc Nguyen

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

🙄🙄🙄🙄

Collapse
 
besworks profile image
Besworks

you look tired

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

He's not looking tired or rude...he's looking like ghost🤯👻👻👻👻👻💀💀💀💀💀

Collapse
 
moonir249 profile image
Moolinga

Why aren't you playing by the rule of the game!
Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

True reality😪😪😪

Collapse
 
besworks profile image
Besworks

another day...

Collapse
 
theaccordance profile image
Joe Mainwaring

This one is for the House of the Dragon fans who watched last night's episode:

Daemon when he said say it
Image description

Collapse
 
mangor1no profile image
Mangor1no

Programming meme

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

Damn true🤣🤣🤣🤣🤣🤣

Collapse
 
wiseai profile image
Mahmoud Harmouch

A self-taught programmer caught IRL:

Self-Taught

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

It it more nice to live and lead yourself

Collapse
 
thousandthstar profile image
ThousandthStar

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

I dont understand this

Collapse
 
t0nghe profile image
Tonghe Wang

rm -rf

Recursively deletes all files by force. Adding sudo in front, you can even delete system files.

Meaning everything on your computer will disappear.

Thread Thread
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

Okay sir 😊

Collapse
 
paulknulst profile image
Paul Knulst

sudo rm -rf / is not that problematic because normally you will be ask for entering the sudo password.

But putting in a rm -rf ~/* would be like a horror movie.

Collapse
 
joelbonetr profile image
JoelBonetR 🥇 • Edited

Not if you entered via SSH to a remote server, logged in as root 😂

Thread Thread
 
paulknulst profile image
Paul Knulst

then you dont need sudo anyway ;)

Collapse
 
joelbonetr profile image
JoelBonetR 🥇 • Edited

Isn't it sudo rm -fr / to delete french language pack? 🫢

Collapse
 
thousandthstar profile image
ThousandthStar

If I remember correctly yes. I guess this just applies to french people and not me 🤔

Collapse
 
perssondennis profile image
Dennis Persson
Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

Stupid fellow

Collapse
 
h_sifat profile image
Muhammad Sifat Hossain

I don't understand this meme!

Collapse
 
t0nghe profile image
Tonghe Wang

It’s good that you are asking for help.

Thread Thread
 
h_sifat profile image
Muhammad Sifat Hossain

No, really! It's just a white background. I still don't understand.

Thread Thread
 
perssondennis profile image
Dennis Persson

Isn't supposed to be a white background, but if that's it I don't understand it either 😄 Supposed to load instagram meme from @perssondennis_webdev

But honestly, Tonghe's ironic joke was better.

Collapse
 
alvaromontoro profile image
Alvaro Montoro