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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 63 points 2 months ago (13 children)

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

[–] [email protected] 33 points 2 months ago (10 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.

[–] [email protected] 40 points 2 months ago (4 children)

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

[–] MyNameIsIgglePiggle 12 points 2 months ago

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

load more comments (3 replies)
load more comments (8 replies)
load more comments (10 replies)