this post was submitted on 21 Oct 2025
31 points (91.9% liked)

Programming

24117 readers
418 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

The ghosts of ancient Hackers past still roam the machines and—through the culture they established—our minds. Their legacy of the forging of craft lingers. A deep and kinetic craft we’ve extended and built a passionate industry on. We are driven by the same wonder, sense of achievement, and elegance of puzzle-solving as they were. Still driven by “The Right Thing.” These constitutional ideas, the very identity of programmers, are increasingly imperiled. Under threat. The future of programming, once so bright and apparent, is now cloaked in foreboding darkness, grifts, and uncertainty.

you are viewing a single comment's thread
view the rest of the comments
[–] SW42@lemmy.world 12 points 2 months ago

Was trying to be a sport and use GPT5 exclusively to write a python script that I could have whacked out in about 2 hours. The task was simply authenticating to an on-premise instance of sharepoint, reading a list of folders and documents recursively, authenticating to a cloud instance of confluence and recreating the structure as confluence pages while converting every docx to a confluence page and generating a link to the other ones.

After 4 hours of correcting and babying it it managed to successfully authenticate and parse the file and folder structure, but didn’t implement any of the conversion and linking logic correctly. I know gpt 5 is not geared towards coding, but it’s the only thing my company has (copilot) and I had to spoon-feed it on details for the auth mechanism and parsing for example so much so that it would have need easier and faster to just do it by hand.