I am fine with installing apps I use or want to try. I’m also okay with forgetting them and wasting the space honestly. All of that probably would take me ten years of “bloat” to match windows out of the box so yeah that’s not bloat, that’s just making software decisions. This post is really criticizing people for installing software? Wtf
- 1 Post
- 580 Comments
TrickDacy@lemmy.worldto Lemmy Shitpost@lemmy.world•We really don't want to talk about our problems112·3 days agoPlease say why it is that you believe that. It’s a fascinating claim.
TrickDacy@lemmy.worldto Lemmy Shitpost@lemmy.world•We really don't want to talk about our problems10·3 days agoYeah, the weaponization factor is real.
TrickDacy@lemmy.worldto People Twitter@sh.itjust.works•The entire Latino population in the U.S. is 65 million people10·3 days agoThe only thing that makes people animals is having or acting on those kinds of thoughts. The fact she feels able to say it speaks volumes about society
I do this and yet any time I realize it’s bothering someone I stop and am only bothered that it bothered them.
TrickDacy@lemmy.worldto Lemmy Shitpost@lemmy.world•We really don't want to talk about our problems51·3 days ago“men hate therapy”
Yeah not really. You just get beaten down after trying several therapists and paying a lot and not feeling better. Even if you went through that once, it’s very discouraging.
TrickDacy@lemmy.worldto Not The Onion@lemmy.world•RFK Jr.’s health department calls Nature “junk science,” cancels subscriptionsEnglish1·4 days agoYeah that’s just stupid
TrickDacy@lemmy.worldto Not The Onion@lemmy.world•RFK Jr.’s health department calls Nature “junk science,” cancels subscriptionsEnglish15·4 days ago- fucking why?
- how did you learn this abomination?
The image says this was HIS final meal. Not that he shared those items.
6 drinks and 3 large servings of filling/greasy foods? I have different ideas. My splurging would be less extreme personally. Even at my drinking peak, were I driving I would definitely not be downing all that at dinner.
Many modern web apps have different components that aren’t HTML
What do you mean by this? Web Components?
I am not sure I understand the second paragraph either. I get that if you’re doing things well, TW class names can be applied in a non-insane way. Still rubs me the wrong way as a concept though.
tailwind removes the abstraction that you don’t need, since many people in react tend towards one scoped css file per component with classes for each element anyway
What abstraction does it remove? In my view, it just adds slightly different abstractions. Instead of knowing an element has a clean block of rules with set meanings, you get a long (potentially grossly formatted/ordered) string of class names that mean the same thing as the CSS properties for the most part, but you’ve gotta learn a new set of aliases for them. If I am working on someone else’s component, one of these scenarios is way easier for me than the other. Even when I worked with TW for a while, I never could really remember a lot of those class names.
csszengarden is cool but I haven’t seen the html/css split help an end user, or really even me as a developer.
You may have never refactored or reskinned a site. I have several times. The hardest projects like that were when content and presentation were tightly coupled. Those felt like pulling teeth to get done.
important!
every time a dev buried a style tag somewhere deep in some (for all intents and purposes) unchangeable Java code… shudder When they were loosely coupled, it was fun and went much easier.edit: respect for knowing csszengarden. That site honestly was the first time I learned this principal and saw it applied. I’ve themed several websites over the years so I’ve used the concept myself.
Yep. The syntax is slightly cleaner to read probably, but that’s about it.
Poor guy sounds like he was self medicating
I cannot tell if you’re saying tailwind is taking away from useful abstractions or adding to them. I think it’s taking away from them. A whole bunch of class names in the page is opposite to what we were taught and there was a good reason for the lesson: content and presentation should be defined separately. This lends flexibility, readability and accessibility. Tailwind doesn’t help with anything but preventing a breakage in another component/page. To me the reason to value this trade off is that you don’t want devs to “have to care about css” which is a bad sign to begin with. It says “we think the way the web is built is bullshit, so let’s just try to work around that with the latest attempt to make it better”. The web is not bullshit. CSS is beautiful. Embrace the challenge. (Sorry I’m only halfway directing this rant at you)
And they hated him because he was right.
People fear what seems foreign. Devs want css to be like a programming language and it’s not so they’re uncomfortable. Or at least this is my unvarnished opinion
They might mean class names can’t help screen readers parse meaning, whereas using the correct tag can?
I am pretty confused by Musk saying this is an improvement. I have no doubts he might believe the Holocaust “wasn’t that bad” but would he admit that publicly?