this post was submitted on 06 Nov 2025
44 points (100.0% liked)

Hacker News

3273 readers
364 users here now

Posts from the RSS Feed of HackerNews.

The feed sometimes contains ads and posts that have been removed by the mod team at HN.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Scubus@sh.itjust.works -4 points 1 month ago (1 children)

Not hacking related but gaming instead:

There is no fucking way i am ever going to type out 1000 lines of basically the exact same text with one variable swapped each time ever again now that a better tool is available. That was when i was handling save/load and had to note each variable to be saved. Now i can just throw my classes into an ai and tell it to write the 1000 lines of code for me. I learn absolutely nothing, 0, from typing the same thing over and over again.

To be clear, id never use the AI to write any functional code, its just removing the tedium.

[–] dandi8@fedia.io 2 points 1 month ago (1 children)

If you need to type out 1000 lines of basically the exact same text with one variable swapped each time, you have a lot of software dev learning to do.

[–] Scubus@sh.itjust.works 1 points 1 month ago

Yeah, ive discussed this before and while there are other ways i could go about it, its been made evident that i would have to use a third party library or learn a different language to improve upon that method. Evidently the 1000 lines of code is literally the best way to do it natively with the language i use