DEV Community

Cover image for Meme Monday

Meme Monday

Ben Halpern on April 28, 2025

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.

Reminder: Every day is Meme Monday on DUMB DEV

Collapse
 
ben profile image
Ben Halpern

Today's AI generated meme inspired by last week's cover

C language

Collapse
 
gamelord2011 profile image
Reid Burton

?

Collapse
 
hbthepencil profile image
HB_the_Pencil

There is no way :O

Collapse
 
eft31540 profile image
eft31540

I am developing an open source and hope everyone can help!!!

Click here

Collapse
 
hamadjaved69 profile image
Hamad Javed

Image description

Collapse
 
carriel_gbr profile image
Gabriel 🥴

exactly

Collapse
 
william_paray_e9bded02068 profile image
William Paray

Definitely!

Collapse
 
primetarget profile image
Ethan Anderson

meme monday

Collapse
 
kiponos profile image
Devops Kiponos

That’s twice a day after a meal with a glass of water right?

Collapse
 
anitaolsen profile image
Anita Olsen

Ohmigosh, hahaha! 😂

Collapse
 
hitesh_pandey_3792c88782e profile image
Hitesh Pandey

Literally zero readability

Collapse
 
getsetgopi profile image
GP

Image description

Collapse
 
gamelord2011 profile image
Reid Burton

What is wrong with the government's web devs?

Collapse
 
youngfra profile image
Fraser Young

meme monday

Collapse
 
dev-ux-lesezeichen profile image
DevUx Bookmark

Uploading image

Collapse
 
ansilgraves profile image
Ansil Graves

meme monday

Collapse
 
voncartergriffen profile image
Von Carter Griffen

meme monday

Collapse
 
rsteadman profile image
R Steadman

Shouldn't it be 'recruiters recruiting a recruiter'? Recruiters don't necessarily hire.

Collapse
 
hbthepencil profile image
HB_the_Pencil

and that is how LLMs were born

Collapse
 
blenderman profile image
BBM

meme monday

Collapse
 
gamelord2011 profile image
Reid Burton

Bruh...
That guy's getting an F--

Collapse
 
gallowaydeveloper profile image
Galloway Developer

meme monday

Collapse
 
besworks profile image
Besworks

For anyone not aware, HTML5 allows you to omit much of this nesting. And there is no excuse for writing <div> soup anymore when we have so many useful semantic elements and the ability to create custom elements.

Collapse
 
gamelord2011 profile image
Reid Burton

Or use react.

Thread Thread
 
nathantaal profile image
Nathan

and that solves it how? 😂😂😂

Thread Thread
 
gamelord2011 profile image
Reid Burton

One word: Components.

Thread Thread
 
besworks profile image
Besworks • Edited
Thread Thread
 
nathantaal profile image
Nathan

I see what you did there,... because it was meme Monday 🤣🤣🤣

Collapse
 
richmirks profile image
Richard Mirks

meme monday

Collapse
 
peiche profile image
Paul

Having been recently laid off, I feel this in my soul.

Collapse
 
jessicajaybrown profile image
Jessica Brown

meme monday

Collapse
 
cwrite profile image
Christopher Wright

meme monday

Collapse
 
jerryhargrovedev profile image
Jerry Hargrive

meme monday

Collapse
 
chariebee profile image
Charles Brown

meme monday

Collapse
 
besworks profile image
Besworks

compilers took my job

Collapse
 
kiponos profile image
Devops Kiponos

Compilers? I don’t get it.
She’s just looking at logs.

(-:

Collapse
 
amtrakguy2 profile image
AmtrakGuy2

My brain hurts trying to read this... LOOPS!!!

Collapse
 
mountainmojocoding profile image
SesshomaruIkaika

I don't wanna get out of bed again now

Collapse
 
tullis12 profile image
Tullis

meme monday

Collapse
 
gamelord2011 profile image
Reid Burton

Image description

Collapse
 
sherrydays profile image
Sherry Day

meme monday

Collapse
 
dreama profile image
Dream

meme monday

Collapse
 
maxart2501 profile image
Massimo Artizzu

This belongs to "jobs from hell", rather than memes.

Collapse
 
vadym_info_polus profile image
Vadym

Is there a topic for this already?

Thread Thread
 
maxart2501 profile image
Massimo Artizzu

Huh, maybe there should be...

Thread Thread
 
mileswk profile image
MilesWK

@ben maybe we could turn this into a monthly thing...

Or even better...

dumb.dev.to/

Thread Thread
 
gamelord2011 profile image
Reid Burton

@ben already posts things titled "Meme Monday 🦐" on dumb.dev.to @mileswk (I am the same GameLord2011 you follow on GitHub btw)

Thread Thread
 
mileswk profile image
MilesWK

Oh I was talking about the "Jobs From Hell"

Thread Thread
 
gamelord2011 profile image
Reid Burton

Oh... That makes even more sense, I want what you are talking about now.

Thread Thread
 
vadym_info_polus profile image
Vadym

Totally agree!

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Today's comiCSS:

Comic with 3 panels showing the new CSS logo (a purple square with 3 rounded corners and the word CSS) with eyes and mouth saying hi! My name is CSS! ...but when developers see me, they call me: oh, fuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuk

Collapse
 
hammglad profile image
Hamm Gladius

meme monday

Collapse
 
duncan_true profile image
Dun

meme monday

Collapse
 
fred_functional profile image
Fred Functional

meme monday

Collapse
 
besworks profile image
Besworks

what is sleep

Collapse
 
gamelord2011 profile image
Reid Burton

FINALLY, AN AWNSER! *angelic chorus*

Collapse
 
bernert profile image
BernerT

meme monday

Collapse
 
anitaolsen profile image
Anita Olsen

That looks about right 😁
Programmer hourly rate

Collapse
 
pherman profile image
Paige Herman

meme monday

Collapse
 
warwait profile image
Parker Waiters

meme monday

Collapse
 
aarongibbs profile image
Aaron Gibbs

meme monday

Collapse
 
gamelord2011 profile image
Reid Burton

Not jython, koltin

Collapse
 
ivis1 profile image
Ivan Isaac

meme monday

Collapse
 
sawyerwolfe profile image
Sawyer Wolfe

meme monday

Collapse
 
gamelord2011 profile image
Reid Burton

Jira, definitely Jira.

Collapse
 
xaviermac profile image
Xavier Mac

meme monday

Collapse
 
mileswk profile image
MilesWK
one = 0
two = 0

while True:
 one = two + 1
 two = one + 1
 print(one)
 print(two)
Enter fullscreen mode Exit fullscreen mode

My goodness. I just did all of that for a meme, and then realized it isn't funny and it just goes up.

What am I doing here?! 👀👀👀

Collapse
 
gamelord2011 profile image
Reid Burton
var dale:any = "I CAN BE EVERYTHING, ALL AT ONCE!"
Enter fullscreen mode Exit fullscreen mode
Collapse
 
amtrakguy2 profile image
AmtrakGuy2

Image description

Collapse
 
jjbb profile image
Jason Burkes

meme monday

Collapse
 
jorgermrzo profile image
JorgeRmrzO

so whats the issue on this?

Collapse
 
jance_jacobs profile image
Jance Jacobs

meme monday

Collapse
 
avanichols_dev profile image
Ava Nichols

meme monday

Collapse
 
mileswk profile image
MilesWK

WHY MEME MONDAY WHEN YOU CAN HAVE MEME MONTH?!

dumb.dev.to/mileswk/meme-month-5946

Where the memes collect into a big pool of monthly memes!

Collapse
 
wiseai profile image
Mahmoud Harmouch

It's Thursday, but still feels like Monday:

rusty comp

Collapse
 
number-checker profile image
Number Checker • Edited

E~~

Collapse
 
tinkermakar profile image
Makar

Didn't know where else to post, so there you are )

Image description

Collapse
 
mbeltran profile image
mbeltran

Image description
Any Spanish speakers out there? Even Gemini Pro gets it wrong.

Collapse
 
hitesh_pandey_3792c88782e profile image
Hitesh Pandey

Funny memes out there😂