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.

  • SW42@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    19 hours 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.