you are viewing a single comment's thread
view the rest of the comments
[–] 162 points 1 year ago (3 children)

The cherry on top is that he just made the website in his downloads folder and not a new folder for the project.

  • source
  • hideshow 6 child comments
  • [–] 64 points 1 year ago (2 children)

    I'm Guessing he downloaded it from chatgpt, hence the location

  • source
  • parent
  • hideshow 4 child comments
  • [–] 33 points 1 year ago (3 children)

    That's a given, but now he has an entire website in his download dir. So all the scripts, images, child pages, directories, etc. are all over the folder's contents.

    If he tried to publish, he would have to find every single dependancy and upload them, which would then require somebody competent to figure out what he missed.

    What I am saying is web devs are safe from AI taking their job, for now.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 40 points 1 year ago (2 children)

    What makes you think this index.html is more than a single Hello World?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 12 points 1 year ago (1 child)

    Anybody that cocky and stupid would never present a simple test of concept as evidence.

    They 100% asked AI to make an E commerce or company page.

  • source
  • parent
  • hideshow 2 child comments
  • Yeah, you know you can put CSS inline / in the header, and images can be base64 encoded and put in line as well.

    Same with JavaScript. It's probably a whole single page website with no ability to cache anything and can never be bigger than the context window

  • source
  • parent
  • [–] 17 points 1 year ago (3 children)

    As a web dev I'm not worried, but chatgpt has been useful figuring out some Godot/C# oddities that come with learning a new language. I worry for the new people who will just use what it says and not learn anything.

    Even then, it will spit out methods and signatures from different but similar libraries (litedb and sqlite for instance)

    But like @rooroo@feddit.org said, I was expecting it to be a single page, probably rammed with unnecessary JavaScript.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 2 points 1 year ago

    It's interesting because it lets regular people with little to no training produce software.

    It isn't great software, it doesn't always work... but considering the amount of software that an untrained person could produce previously was exactly none, it's a pretty interesting development in technology.

    and, it's only going to get better.

  • source
  • parent
  • [–] 14 points 1 year ago (3 children)

    My downloads folder is a fucking mess and I'd absolutely do that.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 10 points 1 year ago (1 child)

    Mine is definitely a junk drawer of random nonsense that is tens of gigs in size.

    I wanted to recover files from an old hard drive for a Linux install I had for about a decade, it was not fun to look through for the handful of files I wanted.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 year ago (1 child)

    Keep 3 folders on your desktop, "In" "Out" and the trash that's built in to most DEs. Put things you want out of the way in "In", move them to "Out" when you're thinking about getting rid of them, if they've been in "Out" a long time move them to trash.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 1 year ago* (1 child)

    I think there really needs to be a "long term" of some kind. I definitely have files and templates I only use once a year.

  • source
  • parent
  • hideshow 2 child comments