DEV Community

Cover image for Meme Monday 🤌
Ben Halpern
Ben Halpern Subscriber

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 (81)

Collapse
 
chiragagg5k profile image
Chirag Aggarwal
Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

That's why I can't implement Logic in the programming

Collapse
 
rodmansw profile image
Rodman Swanston

Image description

Collapse
 
idrisrampurawala profile image
Idris Rampurawala

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

This is true but hard to shipping...because I don't know how to use docker

Collapse
 
zoreankit profile image
Ankit Zore • Edited

Pack your entire system we are shipping it - DOCKERšŸ™‚

Collapse
 
gohashira profile image
gohashira

What if it works on ONLY my machine, not on docker container and certainly not in production?

Thread Thread
 
zoreankit profile image
Ankit Zore

Then probably something wrong may be environment issue or something else. Docker eliminates this kind of issues where it works on 1 system and not on another if you have configured docker properly it should work everywhere as you intent to.

Collapse
 
raddevus profile image
raddevus

When there are questions about the thing, but no answers...
Image description

Collapse
 
tiguchi profile image
Thomas Werner

"nvm it works now" - Last message from OP not explaining what he did

Collapse
 
raddevus profile image
raddevus

Yes, that's exactly it!! šŸ‘šŸ½šŸ˜†

Collapse
 
vairasza profile image
Michael Bierschneider

Image description

Collapse
 
techman09 profile image
TechMan09

Not only is that a great way to get hacked, it also shows that they don't, gasp hash the passwords!

Collapse
 
imronpuji profile image
imronpuji

Lol šŸ˜†

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

🤣🤣🤣🤣🤣🤣

Collapse
 
rizkytegar profile image
šŸŽ‰ Rizky Tegar Pratama

Where is this

Collapse
 
vairasza profile image
Michael Bierschneider

hopefully in no production environment šŸ˜‚

Collapse
 
ben profile image
Ben Halpern

Lol

Collapse
 
raddevus profile image
raddevus

Asking questions on SO šŸ¤“
Image description

Collapse
 
alvaromontoro profile image
Alvaro Montoro

the Internet Explorer logo is wearing sunglasses and holding a margarita while saying 'miss me yet?'.

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

yes

Collapse
 
alvaromontoro profile image
Alvaro Montoro • Edited

🤨

Did it owe you money or something? šŸ˜‚

Thread Thread
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

what you mean?

Collapse
 
alvaromontoro profile image
Alvaro Montoro • Edited

It has a(n expected) second panel :P

Image description

Collapse
 
bobbyiliev profile image
Bobby

Linux admins will get this šŸ‘»

Source

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

I didn't understand

Collapse
 
h_sifat profile image
Muhammad Sifat Hossain

Sorry, I didn't quite understand this. Why echo Hey! > dev.txt does not overwrite the contents of dev.txt. Where is the second line (How are you?) coming from?

Collapse
 
mrcaidev profile image
mrcaidev

echo "How are you?" >> dev.txt from another terminal window XD

Thread Thread
 
h_sifat profile image
Muhammad Sifat Hossain

That's simple to understand, but why is that regarded as a meme? I think probably two person (admin) has logged into the machine with SSH and they are chatting with each other using the file. I'm just guessing though, not sure actually what's happening!

Collapse
 
wes profile image
Wes Souza

Yes
screen capture of safari on iPad showing a messed up website

Collapse
 
maurerkrisztian profile image
KrisztiƔn Maurer

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

Right...But how can we learn docker easily?

Collapse
 
harisbilal1 profile image
harisbilal1
Thread Thread
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

Is this free course?

Thread Thread
 
harisbilal1 profile image
harisbilal1

Yeah it is.

Thread Thread
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

Okay

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

I can't remember commands of docker

Thread Thread
 
maurerkrisztian profile image
KrisztiƔn Maurer

no one remembers, and there is no need for it. it is enough if you know the basics: image creation, start-stop container, etc. (I also often search for the syntax, commands) Let DevOps do the more complicated stuff. I don't think you need to know much about it at junior level
Image description

Thread Thread
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

okay