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.
- 1 Post
- 4.8K Comments
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.
TrickDacy@lemmy.worldto Linux@lemmy.world•Fedora proposal to drop 32-bit support has been withdrawnEnglish1·8 hours agoTrue, yeah I read that too. Started as a hardware thing but now it’s a “this is the state of things as a result of things that were hard to change” thing.
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.
TrickDacy@lemmy.worldto Linux@lemmy.world•Fedora proposal to drop 32-bit support has been withdrawnEnglish3·8 hours agoI mean, I have more than one machine. Some can be closer to guinea pigs than others. In this case, it’s a laptop that I don’t keep anything unbacked-up on. Had Fedora on it for about 6 months and I cannot remember an update breaking anything for me so far. The previous machine I had it on was used less but I had the same experience. If you’re mainly just web browsing on a machine, bleeding edge is good imo
TrickDacy@lemmy.worldto Linux@lemmy.world•Fedora proposal to drop 32-bit support has been withdrawnEnglish2·9 hours agoYeah. I’m not saying the process went perfectly, but I think it’s good they proposed this and then nixed it. Gotta do it someday though.
Poor guy sounds like he was self medicating
Cops are the racist gun toters they support and who they imagine will stand up against “taking guns”, so I am not seeing a contradiction, for once.
TrickDacy@lemmy.worldto Linux@lemmy.world•Fedora proposal to drop 32-bit support has been withdrawnEnglish61·10 hours agoI am a fedora user. I care. Why wouldn’t I? …
TrickDacy@lemmy.worldto Linux@lemmy.world•Fedora proposal to drop 32-bit support has been withdrawnEnglish81·10 hours agoI think the last time I had a 32 bit CPU was around 2005 but I could be remembering that incorrectly. Supporting 20 year old hardware isn’t always easy.
TrickDacy@lemmy.worldto Programmer Humor@programming.dev•[ComiCSS] Benefits of Tailwind7·10 hours agoI 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)
TrickDacy@lemmy.worldto Programmer Humor@programming.dev•[ComiCSS] Benefits of Tailwind35·10 hours agoAnd they hated him because he was right.
TrickDacy@lemmy.worldto Programmer Humor@programming.dev•[ComiCSS] Benefits of Tailwind21·10 hours agoPeople 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
TrickDacy@lemmy.worldto Programmer Humor@programming.dev•[ComiCSS] Benefits of Tailwind41·10 hours agoThey might mean class names can’t help screen readers parse meaning, whereas using the correct tag can?
TrickDacy@lemmy.worldto Programmer Humor@programming.dev•[ComiCSS] Benefits of Tailwind122·10 hours agoI’ve never quite understood how adding all these HTML classes to a page is supposed to be clean. Just do a decent job of organizing your code and it’s honestly not that hard to keep from breaking styles unexpectedly. This is the part you tell me “well that only works for small projects”. Not really, it works when styles are managed carefully. I’ve worked on fairly large sites with what modern standards would call “bad” css practices and it was fine, we just had an understanding that some devs were frontend (I was lead for a couple years at this particular company I’m thinking of) and some were backend. The backend people botched styles every time so we forbade them eventually. I think that contextless type of “help” is where people get the idea that you have to have a css setup that prevents people from breaking anything unexpectedly. CSS just gets no respect. You wouldn’t let a frontend guy go changing your core backend code so why is the reverse ok?
I like css modules too but I totally disagree that css is irreparably broken and needs some system that discourages the cascade of styles in all cases.
TrickDacy@lemmy.worldto Linux@lemmy.ml•Recommendations for an Offline Music Player That Supports Synced Lyrics2·21 hours agoI wish PlexAmp did this so I could recommend it
Got it. Thanks
The image says this was HIS final meal. Not that he shared those items.