• @tetris11
    link
    13111 hours ago

    I don’t know why she’s nervous, she clearly knew the spec well and didn’t have to resort to modern abstraction frameworks to serve a simple static site.

    • @[email protected]
      link
      fedilink
      English
      179 hours ago

      The absolute horseshit that things like Facebook consist of make me wonder if half the people who work on it have even made an HTML page from scratch.

    • @[email protected]
      link
      fedilink
      22
      edit-2
      10 hours ago

      yeah, but if you don’t use wordpress to serve 3 static webpages, how will you get repeated business when it doesn’t get hacked in 3 years?

      • @[email protected]
        link
        fedilink
        1610 hours ago

        You obviously include a busy loop in JavaScript that takes exponentially more time each year. Then every few years you change the base year

        • LostXOR
          link
          fedilink
          59 hours ago

          Just make sure the exponential growth is faster than Moore’s law, or they might never notice it.

          • @[email protected]
            link
            fedilink
            47 hours ago

            Moore’s law has stalled for years now. Single thread performance is still going up but taking around 1 decade to double.

            • @[email protected]
              link
              fedilink
              34 hours ago

              That’s not what Moore’s law is, that’s one of the (former) effects of it. Moore’s law is about transistor density, and its increase remains roughly constant.

    • @pivot_root
      link
      2
      edit-2
      7 hours ago

      It’s overkill for static sites, but credit should be given to JSX for being a decent way to create DOM nodes dynamicly. You can use a JSX transformer without using React, too.