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.

Oldest comments (90)

Collapse
 
sherrydays profile image
Sherry Day

Is this a nut?

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

wow🤩

Collapse
 
frikishaan profile image
Ishaan Sheikh

I like the C#'s response 😂

Collapse
 
raibtoffoletto profile image
Raí B. Toffoletto

C# made me laugh! 😂

Collapse
 
tqbit profile image
tq-bit • Edited

C++ sounds like your average senior dev after PM explained customer demands. Love it

Collapse
 
2kabhishek profile image
Abhishek Keshri

this is gold! 🪙

Collapse
 
citronbrick profile image
CitronBrick

JavaScript's response actually fits Ruby & Scala.

Collapse
 
sherrydays profile image
Sherry Day

FML

CSS

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

🤣🤣🤣🤣

Collapse
 
coderjoher profile image
coderjoher

😂🤣🤣🤣

Collapse
 
sherrydays profile image
Sherry Day

YAGNI

Collapse
 
dinerdas profile image
Diner Das

Automation

Collapse
 
htho profile image
Hauke T.

I am proud to be in the "if it's boring it must be automated" team.
Boring/Repetitive tasks stop me from doing the interesting things I chose my profession for.

I take it as a chance to improve my overall skill-set. I am not only a web developer now, but also an Azure Pipelines Poweruser.

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😲

Collapse
 
dinerdas profile image
Diner Das

C++

Collapse
 
dinerdas profile image
Diner Das

Code commenting

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😥🤣

Collapse
 
dinerdas profile image
Diner Das

Oh no

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😮

Collapse
 
dinerdas profile image
Diner Das

Not secure

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

🤣

Collapse
 
warwait profile image
Parker Waiters

Coding confession

Collapse
 
manuartero profile image
Manuel Artero Anguita 🟨

Image description

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😮😲

Collapse
 
bcostaaa01 profile image
Bruno

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😃

Collapse
 
cleveroscar profile image
Oscar Ortiz

Image description

Collapse
 
nlxdodge profile image
NLxDoDge

Add another one that grabs the Javascript called Typescript 🤣

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😝

Collapse
 
nlxdodge profile image
NLxDoDge

Image description

Collapse
 
nlxdodge profile image
NLxDoDge

Me Saturday at 22:04

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😲

Collapse
 
nlxdodge profile image
NLxDoDge

Image description

Never used PNPM btw, but I really should, I am having lots of problems with the latest Yarn releases.

Collapse
 
nikfp profile image
Nik F P

I'm biased because I use PNPM.... but I agree with this bell curve.

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😮

Collapse
 
harshsinha17 profile image
Harsh Sinha

Image description

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

My code is literally unstealable.

Because I public-domain almost all of it anyway.

Collapse
 
cubiclesocial profile image
cubiclesocial

There's no such thing as public domain for software. And, in the attempt, you probably make yourself legally liable for any damage your software causes anyone else whether perceived or actual. The best you can do, to date, is offer your software under the very liberal MIT software license, which contains the requisite protective NO WARRANTY OR FITNESS clause. A software license protects you, not your software, from unnecessary and very expensive litigation.

I'm not a lawyer. The above information comes from discussions I've had with the Open Source Initiative (OSI) specifically about public domain and software licensing. If you want legal advice, you should talk to a lawyer. OSI licenses like the MIT license have already been vetted by real lawyers and you should select and use one of them.

Thread Thread
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️
  1. I use the unlicense, so there's a fallback in case public domain doesn't legally work

  2. there's also a "no warranty" clause just in case

  3. that wouldn't matter anyway because if it just said "public domain" and that was void, then it would default back to "all rights reserved" and I wouldn't be liable for shit because nobody would have a right to use it at all

  4. I'm fairly confident that such a clause is kind of pointless anyway as I'm not selling my code or advertising it for business purposes and it's very clear that I'm just some random person on the internet writing code, but I haven't felt the need to look this up because 1., 2. and 3.

Anyway, here's the license text for reference (I also have some older code under MIT)

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org/>
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
cubiclesocial profile image
cubiclesocial
Thread Thread
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Sounds like a bunch of IANAL bringing up legal criticisms mostly intended to cc0 that, if they apply to the unlicense, would equally apply to the MIT license (which, for example, has the exact same warranty paragraph that the most upvoted answer calls "inconsistent" in the unlicense)

The part about it being "illegal" in Germany is also a bit weird.

Thread Thread
 
htho profile image
Hauke T.

I'd like to see the lawsuit where some big company points at some random guy who posted some code online: "That dude! Its his fault! He put the code online. We just copied it and used it without looking at it. After all: He did't put a sign up there: 'I am not liable if you use it in a nuclear power-plant.'"

Its going to be hilarious.

Thread Thread
 
cubiclesocial profile image
cubiclesocial

Unfortunately, within the current legal system in the United States, anything is possible.

Thread Thread
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

I'd be lying if I said the legal system of the USA is anywhere high on my priority list when choosing a software license tbh.