this post was submitted on 15 Jul 2025
436 points (94.5% liked)

Programmer Humor

37208 readers
235 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 day ago (1 children)

What you do is use a for loop to generate a million lines for you, then paste it in. Writing it manually is moronic. You can easily make it support numbers above 1,000,000 too this way, talking about scalable

[–] [email protected] 4 points 1 day ago (1 children)

No, silly. You ask chatgpt to write (steal) a loop that would generate all those lines. Haven't you heard about meta-vibe template-programming?

[–] [email protected] 2 points 1 day ago

I once saw someone unironically sharing their new trick of "if you need to write a bunch of really similar lines just with different numbers, chatGPT does it really well".

Kind of blew my mind (and everyone else that saw the thread)