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 (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
 
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
 
besworks profile image
Besworks

↗️↗️↗️

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
 
gamelord2011 profile image
Reid Burton

That's a broken regex. Errors:
You cannot create a range with shorthand escape sequences
Incomplete group structure
Character class missing closing bracket
Character range is out of order

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
 
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
 
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
 
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
 
blenderman profile image
BBM

meme monday

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.