this post was submitted on 25 Feb 2025
966 points (98.1% liked)
Programmer Humor
23427 readers
910 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm Guessing he downloaded it from chatgpt, hence the location
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.
What makes you think this index.html is more than a single Hello World?
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