75% is how many people?
Creators of Tailwind laid off 75% of their engineering team
601–610 of 893 posts
Re: Creators of Tailwind laid off 75% of their engineering team
#60275% is how many people?
Re: Creators of Tailwind laid off 75% of their engineering team
#603Wow that is just, really tragic... AI continues to just decimate this industry. Everyday I'm happy that I am, and have been since about day 3, an AI-hater.
Re: Creators of Tailwind laid off 75% of their engineering team
#604Re: Creators of Tailwind laid off 75% of their engineering team
#605Earlier quoted context omitted.
Can you modify your style tag to make the background turn purple on a mobile device? No? Ok.
If that's your goal, you probably shouldn't call the class bg-blue? It should be bg-blue-but-purple-on-mobile. But then it's definitely so specific it's the wrong way to select a style. If you want the page background to be blue but purple on mobile, write that in your CSS with a selector of "body" instead of ".bg-blue-but-purple-on-mobile"
Re: Creators of Tailwind laid off 75% of their engineering team
#606I recently had a similar junk PR on my 1,700 star repository: https://github.com/gnat/surreal/pull/56 I'm fairly convinced these are bot / LLM generated; the content is nonsensical garbage. PS: If an LLM needs a whole seperate fork to understand your content, the LLM is failing at it's job. PS PS: I want to highlight that the PR itself also seems to be an excuse to get the library quantizor made pulled in as a new de…
[flagged]
Re: Creators of Tailwind laid off 75% of their engineering team
#607Something’s wrong when a key piece of foundational web tech is staring down unsustainability. Tailwind is almost ubiquitous these days. It needs to continue to exist. Small businesses being eaten by AI is a net negative, because they’re in a unique position whereby they need to actually have to listen to customers vs just optimizing for a rando middle manger’s promotion in BigTech.
As an engineer, I want to believe this, but really - does it? Most folks use frameworks because it's easier than learning how to build it all yourself - things are done for you instead. This niche is now getting eroded by AI and low-code substantially. Couple that with my experience maintaining frontends that are far too complex for their use cases - e.g. do we really need SPA's, state sync, and reusable components f…
Re: Creators of Tailwind laid off 75% of their engineering team
#608Earlier quoted context omitted.
It's not really a refutation of my point about how building a good component library is hard, to suggest using another component library. Of course, if you use one it's easier, that was my entire point.
shadcn ui is not a component library but the basis for a component library that has great accessibility built-in from the start, so yes, it is a refutation.
Re: Creators of Tailwind laid off 75% of their engineering team
#609If I were mtsears4 - after such reply I would dig a deep hole, hide there and cry for a week. Dude thought he is smart but ended up being an entitled brat.
Re: Creators of Tailwind laid off 75% of their engineering team
#610Something’s wrong when a key piece of foundational web tech is staring down unsustainability. Tailwind is almost ubiquitous these days. It needs to continue to exist. Small businesses being eaten by AI is a net negative, because they’re in a unique position whereby they need to actually have to listen to customers vs just optimizing for a rando middle manger’s promotion in BigTech.
> key piece of foundational web tech is staring down unsustainability This must be satire. CSS is what's actually foundational; literally, a foundation upon which Tailwind was built.