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.
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.
For further actions, you may consider blocking this person and/or reporting abuse
Chaim Rand -
DURGA SAI GANESH PITCHUKA -
Oleksandr Hanhaliuk -
Reuben Walker, Jr. -
Top comments (63)
🙄
Happens to me too much...
I don't know enough about NPM but I often see this same problem.
and the additionally weird thing is that when I run
npm audit fix
a second time then it reverts to the other vulnerability list, then I run it again and it switches back to the 2nd message with a different number of vulnerabilities. I don't understand it, so I just do "hopeful" programming. Move on and hope it's not so bad.For me it usually happens something like this:
New project with 6 errors:
npm audit fix
: 20 new errors appear"A fix is available via 'npm audit fix --force'"
npm audit fix --force
: There are only 9 errors now(I proceed to give up and hope everything will be fine).
😃
I always wonder, if
npm audit fix
fixes the problem, why can't they run it themselves on the npm servers?It's an automated process that upgrades or downgrades the dependencies with vulnerabilities, which means it won't always fix the problem. I'ts often a 'breaking change' for small issues, which is not something you want to do globally.
Yes.
Let's kick it off with an awful AI-generated meme
He grew a beard in 72 hours?!
Looks like he lost his eyebrows as well...
that's how it works with me
Wow 😲
He was using an llm to bug fix and it advised him to cut his eyebrows off and glue them to his chin.
😂 I wonder how many people would actually do what it said (maybe for something less drastic)... some people trust AI too much...
We don’t know how stress can impact different people. 🤣
😆
Yes, out of stress.
😂
So true 😂
When it works(it shouldn't):-
Why is it working(even worse)
How a C developer writes Python code 😂
Don't be silly... a C developer would never write python code.
They always do but with semicolons 😂
Can confirm. As a python dev that's the most readable C I've ever seen.
Except the private static void is making me think it's Java 🤔 ⁉️
Java written by a lisp developer 😬
That's the most sensible explanation for vim I've ever heard. 10/5
As a python dev I do crash my car when handling webstyling. I do it on purpose though as it's easier than reading my own CSS.
Okay. I finally get memes. I guess I just had to relate!
laughs in vim
Some comments may only be visible to logged-in visitors. Sign in to view all comments.