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

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Today's comiCSS cartoon:

comic with 4 panels in a 2x2 grid. There are two characters, one of them has the tshirt off and shows a lot of muscles. The other one asks 'Wow, Dave! How did you get like that? You are a web developer!' Dave replies: 'every time I add a Tailwind class... I do one push-up'. In the last panel he adds 'I started with the tutorial yesterday, and have not finished my first page yet... please help...'

Poking a little fun at Tailwind (again) in this cartoon inspired by Shen Comix's "That's him officer."

Collapse
 
best_codes profile image
Best Codes

Imagine having to come up all the class names and CSS yourself, that would be a lot more lines…

Plus, Tailwind is very efficient and minimal (especially when you run a build on it) and reliable.

I like Fireship's video about it here:

Collapse
 
alvaromontoro profile image
Alvaro Montoro

It's a joke. Don't take it too seriously.

Tailwind works for you? Use it! CSS-in-JS works for you? Use it! Bulma works for you? Use it! This is not a competition. It may be for the library developers, but it shouldn't be for the Web developers that use those libraries.

Thread Thread
 
best_codes profile image
Best Codes

I could already tell by your tone (“poking fun at tailwind”) that you were joking, and I also think that if you hate tailwind, it's fine anyway.
But there's a lot of tailwind hate, and then it turns into “you use tailwind so you're a horrible developer!!!”, so I just wanted to make it clear. 🙂

Thread Thread
 
alvaromontoro profile image
Alvaro Montoro

I think the tailwind hate has more to do with the tailwind community than the product itself. Many of the people I've interacted with seemed to be against any other thing that was not tailwind, and they were very vocal about it, while very sensitive to criticism (even valid one). That last point is one of the reasons I make jokes about tailwind every now and then. I know it's petty 😳

Thread Thread
 
best_codes profile image
Best Codes

I definitely don't think that tailwind is the only solution to styling (though it is a good one).
I haven't seen tailwind people be mad, but I guess I'm not on social media enough (or maybe that's a good thing…)!

Anyway, for me specifically, I don't care what the heck you use for styling as long as you don't force me to use it or explode when I criticize it. 🤭

Collapse
 
maxart2501 profile image
Massimo Artizzu

very efficient and minimal

but

requires reveral packages and plugins to run

Thread Thread
 
best_codes profile image
Best Codes

It only requires them in development, hopefully you aren't serving sites to your users in development mode.
If you do a build, no libs are needed in the build.

Thread Thread
 
maxart2501 profile image
Massimo Artizzu

If you do a build, you need libraries.

Also, dev tools are left in the dirt.

Thread Thread
 
best_codes profile image
Best Codes

You need libraries to do a build but no CSS libraries once a static build has been outputted (in Next.js and most cases where you use tailwind), since it just outputs a static CSS file.

Thread Thread
 
maxart2501 profile image
Massimo Artizzu

You don't get it: I don't want any dependencies, period. I don't want a build step, period.
And even if I do have some dependencies and a build step, the last thing I want is to install 30 more only to deal with the ungodly mess that Tailwind generates. Now not only I have to write my styles in an arbirary new Tailwind-specific syntax that in some cases resembles nothing like CSS and more like Brainfuck, but I also have to keep ## packages updated just to use a new CSS feature that my current Tailwind version doesn't support. To me it's flat-out insane. Not even having a baseline design token is a winning point for me, because for that I could use something much lighter like Open Props that doesn't impose a new organizational colonization of my codebase.
The only case that Tailwind is barely sustainable for me is for quick scrap html pages that I could throw in the bin right afterwards, and even in that case there are better alternatives. In all other cases, I have ZERO incentives to use a library like Tailwind, which not only is a disaster, but also disastrous in the sense that's actively making a mess out of codebases, and making developers think they can style while they're actually doing worse than those you couldn't add two numbers together without jQuery (back in the day) or React.
I read around of people asking how to solve a styling problem with Tailwind without realizing that the same problem has been solved by plain CSS for decades with what should be considered common knowledge. So no, I don't fall for the usual "If you like it, use it; if you don't like it, don't use it", and I'm taking a much more active role in this and try to convince everyone that Tailwind and similar atomic/utility CSS frameworks are a terrible idea all around.
The title of the video you linked should be "Tailwind is the worst." PERIOD, no ellipsis, because all the point he's trying to make are easily refutable and nowhere near to be compelling arguments. So no, don't think for a single second that you've brought valid arguments. Basically everyone that I know that actually know CSS, talk about CSS (as conference speakers), are passionate about styling and even have a role in shaping CSS' evolution, all have a very low consideration of Adam Wathan's sales pitch. And that's for a reason (multiple reasons, actually).

Thread Thread
 
best_codes profile image
Best Codes

Well… I don't think I'm going to try to start addressing what you said, and if you don't like to use a framework that's fine, but you obviously don't understand of concept of a framework + libraries anyway…

Thread Thread
 
maxart2501 profile image
Massimo Artizzu

Sure buddy, try to justify your frameworkism with whatever you "obviously" see in someone you don't know.

Collapse
 
pozda profile image
Ivan Pozderac

This comment section is what each comment section looks like when someone mentions TWCSS.

Its just a tool!

that's it

Collapse
 
builtbylukas profile image
Lukas Karsch

easy styling + im getting ripped in the process. 10/10

Collapse
 
alvaromontoro profile image
Alvaro Montoro

A win-win 😆

Collapse
 
arndom profile image
Nabil Alamin

how to tell someone is a dev:

Image description

Collapse
 
highcenburg profile image
Vicente G. Reyes

This is nice. Where can I see this?

Collapse
 
arndom profile image
Nabil Alamin

webwrap-omega.vercel.app/

according to the creator, it's still in active development

Thread Thread
 
highcenburg profile image
Vicente G. Reyes

Too bad I don't use Chrome

Thread Thread
 
arndom profile image
Nabil Alamin

oh, you could bring up browser support here:

reddit.com/r/SideProject/comments/...

Thread Thread
 
highcenburg profile image
Vicente G. Reyes

Thank you!

Collapse
 
builtbylukas profile image
Lukas Karsch

chatgpt.com: 9,813 visits

Collapse
 
1link profile image
1Link.Fun

hh

Collapse
 
cwrite profile image
Christopher Wright

meme monday

Collapse
 
maxart2501 profile image
Massimo Artizzu

Wait, since the kitten is laughing in the first panel, are you saying that Java is a joke?

Collapse
 
ben profile image
Ben Halpern

Fighting words

Collapse
 
ben profile image
Ben Halpern

Let's kick things off with this week's awful AI-generated meme
php

Collapse
 
alvaromontoro profile image
Alvaro Montoro

You should share the prompt that you used to generate the AI meme. I think it would be interesting to see it every week too.

Collapse
 
michalispapamichael profile image
Michalis Papamichael • Edited

true, would be awesome.

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Is it just me, or is AI's understanding of a developer just either an angry white dude with apple hardware or a sleep-deprived white dude with apple hardware? xD

It's starting to feel a bit like a pattern tbh.

Collapse
 
aarongibbs profile image
Aaron Gibbs

meme monday

Collapse
 
blenderman profile image
BBM

meme monday

Collapse
 
chariebee profile image
Charles Brown

meme monday

Collapse
 
plutonium239 profile image
plutonium239

Yes officer, right here, arrest this man.

Collapse
 
avanichols_dev profile image
Ava Nichols

meme monday

Collapse
 
richmirks profile image
Richard Mirks

meme monday

Collapse
 
youngfra profile image
Fraser Young

meme monday

Collapse
 
mellen profile image
Matt Ellen-Tsivintzeli

Still do. It still works on my machine

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