DEV Community

Cover image for Meme Monday
Ben Halpern
Ben Halpern Subscriber

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.

Top comments (59)

Collapse
 
alvaromontoro profile image
Alvaro Montoro

This week's comiCSS is not about CSS or web development 😳

Comic with 4 panels in a 2x2 grid. A woman and a man are talking - Man: 'Hey, Ann! Long time no see here on comiCSS! How are you doing?' Woman: 'Yeah... I've been worried about showing up around here since people started using AI to edit cartoons and images. It always takes a sexist turn...' Man: And you think Alvaro will use AI to edit the CSS comics?. Woman (changed in this last panel to look slimmer and taller, and to have darker skin, cleavage, and bigger breasts): 'I dunno... But I have a suspicion he just started...'

Collapse
 
plutonium239 profile image
plutonium239

(⁠◔⁠‿⁠◔⁠)

Collapse
 
getsetgopi profile image
GP

Image description

Collapse
 
coderamrin profile image
Amrin

Image description

Collapse
 
ben profile image
Ben Halpern

openai assistant

Collapse
 
best_codes profile image
Best Codes

I hate when it gives me more code than I gaurgored for. Especially when it's code solve code. 😠

Collapse
 
moopet profile image
Ben Sinclair

I hate when they put the screen on the wrong side of my monitor.

Collapse
 
plutonium239 profile image
plutonium239

Ah yes, monitor facing away from myself, the usual way I sit at my desk.

Collapse
 
tiguchi profile image
Thomas Werner

I gaurgored my sandwich this morning

Collapse
 
bntstr profile image
Bntstr

Same

Collapse
 
best_codes profile image
Best Codes • Edited

As a side note, what exactly is happening with the title of this post? β€œMonday Monday”?
(Is fixed now)

Collapse
 
ben profile image
Ben Halpern

Maybe it's just deep referential meta humor β€” or just a typo. We'll never know.

Thread Thread
 
best_codes profile image
Best Codes

πŸ˜‚

Collapse
 
maxart2501 profile image
Massimo Artizzu

This one is so full of errors that I can't even count hahaha

Collapse
 
marcello_h profile image
Marcelloh

I love this monitor. It won't distract you from looking at bad code.

Collapse
 
jance_jacobs profile image
Jance Jacobs

meme monday

Collapse
 
alexmario74 profile image
Mario Santini

Honest statement.

Collapse
 
best_codes profile image
Best Codes

OK, Copilot, calm down…

VS Code

Collapse
 
best_codes profile image
Best Codes

Oh, a happy ending!

Monkey ending

I don't know what we should do about the code that caused it, though. πŸ€”

Collapse
 
cwrite profile image
Christopher Wright

meme monday

Collapse
 
blenderman profile image
BBM

meme monday

Collapse
 
sreno77 profile image
Scott Reno

I just watched this episode last night. Now I finally get the the reference lol

Collapse
 
primetarget profile image
Ethan Anderson

meme monday

Collapse
 
cubiclesocial profile image
cubiclesocial

You'd think after DECADES of people wasting their time trying to do this one task, browser vendors would get a clue that everyone wants to be able to do this as easily as possible and just make it happen.

Instead, we get useless UI redesigns, features literally no one asked for, Manifest v3, and new bugs.

Collapse
 
jesseditson profile image
Jesse Ditson

FWIW, the fact that vendors generally don't diverge from the spec, and that the spec doesn't change quickly, are both very good for the web and those who work on it. Flexbox has been in the spec for over a decade:

html {
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.centered {
    /* Just demonstrating that size is dynamic. This div will
     * automatically be centered regardless of its size
     */
    width: 60vw;
    aspect-ratio: 1.7;
    background-color: chartreuse;
}
Enter fullscreen mode Exit fullscreen mode
Collapse
 
duncan_true profile image
Dun

meme monday

Some comments may only be visible to logged-in visitors. Sign in to view all comments.