• 0 Posts
  • 342 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle

  • kautau@lemmy.worldtoGames@lemmy.worldPop it in your calendars
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    11 hours ago

    Makes sense, wasn’t untrue and I wasn’t criticizing, just wanted to make sure everyone remembers that the problem goes up the chain due to capitalism.

    Various companies/games were mentioned in the comments, but I think a good example is Hello Games. Clearly fumbled their game launch and were over ambitious with No Man’s Sky.

    But it’s gotten an incredible amount of things that were promised, and many things that weren’t, all as free updates. Sure, they’re still making money, that’s the point, but instead of Micro-transactions, overpriced DLC, fucking over the devs, shutting things down, they just keep rolling. I’m sure they’ve gotten offers of acquisition that were probably very lucrative, but they didn’t take them, and have continued their slow roll of making gamers happy.








  • Working on hobby or shorter lived projects makes all your points agreeable. My work is generally on enterprise SaaS software with vast lifecycle and my thinking is

    separate css files

    module.css with imported classes: my go to outside of tailwind

    These are the same thing, unless it’s not configured correctly.

    inline styles

    Only makes sense for something computed. Like a color computed based on a user selection. Otherwise it should be a class

    scss

    On a well-maintained project SCSS should be second nature. Something like a Vue single-file component project with scss will certainly not add to the bloat. You’d just have extra lines of vanilla css to scope classes and children selection/scoping that scss does with better syntax, in addition to scss functions and the like. Note that CSS is improving to do the work that SCSS has previously done, just as JS is improving to do the work natively that frameworks, libraries, and toolkits have previously done.

    bootstrap

    Yeah bootstrap, like jQuery, had it’s time. It’s largely been replaced by native tooling that shouldn’t require external libraries. There’s plenty of CSS libraries that are purely for theming, which is mostly what people used bootstrap for. (Smart defaults, basic component and typography themes, etc).

    To me tailwind makes sense for setting up projects quickly, but gets out of hand when it comes to customization on a larger scale. You eventually end up with overrides to tailwind’s default styles that become hard to manage, outside of the scope of their theming implementation, and then ironically you’re usually just using CSS variables which is back to the core toolkit.






  • Or it no longer has anything to do with making a vehicle look cool.

    The Lucid Air is equipped with up to 32 on-board sensors, including long range Lidar radar, short-range radar, surround view monitoring cameras.

    It’s because musk treats all his businesses like startups, and no matter how successful they get, in the interest of “trimming the fat” he’d like to keep people buying inferior products at a higher profit margin than thinking about better investment and long term growth, just like many companies.