• rar@discuss.online
      link
      fedilink
      arrow-up
      18
      ·
      2 年前

      User claims to have made a website using chatgpt, putting programmers out of their jobs. However, it’s revealed user knows next to nothing about making that website accessible for others, as revealed from the last line. User sent a local link (that works for their own computer only) to their friend (which naturally shouldn’t work).

    • Malfeasant@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      2 年前

      Nobody else can see the files on your c:\ drive. Designing a “website” means little if you don’t have a place to host it

      • Bazoogle@lemmy.world
        link
        fedilink
        arrow-up
        5
        arrow-down
        4
        ·
        2 年前

        Idk, there’s a lot of people who have jobs designing websites without a place to host it. Shoot, people get paid to design an image of a website.

        • frezik@midwest.social
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          2 年前

          This sort of thing worked in the '90s. Many of the security restrictions in browsers these days means it doesn’t consider the local file to be actually local, and you have to host from some kind of server. There are mini servers that are trivial to spin up, like SimpleHTTPServer on Python.