DEV Community

Cover image for Meme Monday
Ben Halpern
Ben Halpern Subscriber

Posted on

16 2 1

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

Collapse
 
mrlinxed profile image
Mr. Linxed β€’

Image description

Collapse
 
maxart2501 profile image
Massimo Artizzu β€’

It could use localStorage for that setting, then.

Collapse
 
idevgames profile image
iDev-Games β€’

Image description

Collapse
 
besworks profile image
Besworks β€’

↗️↗️↗️

Collapse
 
idevgames profile image
iDev-Games β€’

Talking about that idea you've just had, here's a little Trig.js challange on dev.to! Something to distract you from your main project but hopefully not too much, you may even want to use Trig.js in your main project afterwards. Win win. 😏

Collapse
 
bernert profile image
BernerT β€’

meme monday

Collapse
 
mellen profile image
Matt Ellen-Tsivintzeli β€’ β€’ Edited

.house is a valid tld.

this is yet another reason why you should not validate email addresses with regex πŸ˜‹

Collapse
 
darkwiiplayer profile image
π’ŽWii πŸ³οΈβ€βš§οΈ β€’

There's a bunch of "new" TLDs that are longer than 4 characters, just saying.

Collapse
 
besworks profile image
Besworks β€’

Actually, per the spec, you don't even need a TLD for a valid email address. root@localhost is still valid, though only locally. For a signup form or something like that you definitely want to only allow valid internet email addresses. But technically, the domain can contain any number of dot-atom components.

addr-spec = local-part "@" domain
domain = dot-atom / domain-literal / obs-domain
Enter fullscreen mode Exit fullscreen mode

So me@my.long.ass.domain.name is just as valid as me@home. Also, domain-literal can be used so me@[192.168.1.1] is also valid but good luck every trying to create an account on a website with an address like that.

Thread Thread
 
mellen profile image
Matt Ellen-Tsivintzeli β€’ β€’ Edited

Also all parts of the address except the @ can contain comments. Don't forget the comments.

^[^@]+@[^@]+$

Collapse
 
ben profile image
Ben Halpern β€’

Let's kick this week off with our customary awful AI-generated meme

bloated tools

Collapse
 
hbthepencil profile image
HB_the_Pencil β€’

Wow, that's higher quality than most of them... love how his eyes are pointing up into his face lol

Collapse
 
plutonium239 profile image
plutonium239 β€’

Average developer experience

Collapse
 
best_codes profile image
Best Codes β€’

Using Gemini image outputs πŸ€ͺ

Collapse
 
youngfra profile image
Fraser Young β€’

meme monday

Collapse
 
besworks profile image
Besworks β€’

the throne

Collapse
 
maxart2501 profile image
Massimo Artizzu β€’

I got most of my "Eureka!" moments on the latter.

Collapse
 
voncartergriffen profile image
Von Carter Griffen β€’

meme monday

Collapse
 
keyru_nasirusman profile image
keyr_syntax β€’

What about 'git push --force --all'?
Try it and thank me later 😁

Collapse
 
min_zhang_4e90257219c1486 profile image
min zhang β€’


Sprunki Retake reimagines the classic music game, blending horror vibes with creative mixing. Drag characters to craft unique beatsβ€”try it free online at Sprunki Retake Official for a dark music adventure!

Collapse
 
blenderman profile image
BBM β€’

meme monday

Collapse
 
ivis1 profile image
Ivan Isaac β€’

meme monday

Collapse
 
darkwiiplayer profile image
π’ŽWii πŸ³οΈβ€βš§οΈ β€’

The worst way to sit at a desk is sitting in the same posture for too long, regardless if it's "good posture" or "sitting like a shrimp". Move your spines, y'all!

Collapse
 
schemetastic profile image
Schemetastic (Rodrigo) β€’

It's like the third time I watch this meme in the last 4 days, hahaha, always a good reminder.

Collapse
 
besworks profile image
Besworks β€’

Yes! But also...

gargoyle programmer

Collapse
 
moopet profile image
Ben Sinclair β€’

Every time I see this I realise I'm sitting at my computer the equivalent of the way Marty McFly slept.

Collapse
 
aarongibbs profile image
Aaron Gibbs β€’

meme monday

Collapse
 
ryencode profile image
Ryan Brown β€’

Sunday being week[0] and Monday being week[1] is how I explain Zero-Index arrays to normies :D

Collapse
 
darkwiiplayer profile image
π’ŽWii πŸ³οΈβ€βš§οΈ β€’

No, starting on Sunday is like starting at [-1]

Collapse
 
dreama profile image
Dream β€’

meme monday

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

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

If you found this article helpful, please give a ❀️ or share a friendly comment!

Got it