I’ve definitely turned into the paranoid nutcase within my friend group in recent years, I hate that everything is “smart” nowadays requiring an app/internet connection & account, just to do basic things that didn’t require any of that before.

What’s some things currently making you ramble like an old man?

  • CeeBee@lemmy.world
    link
    fedilink
    arrow-up
    23
    ·
    10 months ago

    It goes deeper than you think. Frameworks like Angular are used everywhere. So you not only have an abstraction of the underlying language (Typescript compiles down to Javascript), but you have additional abstractions like the virtual DOM. Basically, Angular acts like a go between from the code you write and the end result webpage. It makes both writing complex interactions and debugging a major pain.

    And this is more being done for even simple websites now. It’s the equivalent of building a small garden shed with a kitchen, fridge, furnace, bedroom, bathroom, insulation, etc.

    It’s so overkill nowadays.