• boredsquirrel@slrpnk.netOP
    link
    fedilink
    arrow-up
    13
    ·
    8 months ago

    Thats how they supposedly do this haha

    I suppose they have a very minimal webserver, hardened to the max and for sure not using docker

    • PseudorandomNoise@lemmy.world
      link
      fedilink
      English
      arrow-up
      13
      ·
      8 months ago

      Oh I know it’s minimal effort to spin one up, especially for a static page. It’s just funny that that’s how this goes now.

      • boredsquirrel@slrpnk.netOP
        link
        fedilink
        arrow-up
        20
        ·
        8 months ago

        Its not, web dev is all about running 4 different Operating systems in containers, with huge dependency chains and slow loading javascript crap

        • dohpaz42@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          ·
          8 months ago

          As a web developer, I’d say I feel insulted by such a wild accusation, but then I’d be lying. 😅

        • delirious_owl
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          8 months ago

          Plus downloading all your malicious software through unauth’d channels like npm, pip, cargo, docker hub, or github

      • lemmyvore@feddit.nl
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        …it doesn’t, you put static files on a CDN. Nobody in their right mind serves them from custom-made webservers (anymore). Those are intended exclusively for dynamic code (APIs for business logic, authentication, user actions, search etc.)