• @[email protected]
    link
    fedilink
    English
    42 days ago

    Try getting a quick powershell script from Microsoft help or spiceworks. And then do the same on GPT

        • @fuck_u_spez_in_particular
          link
          English
          21 day ago

          So unreliable boilerplate generator, you need to debug?

          Right I’ve seen that it’s somewhat nice to quickly generate bash scripts etc.

          It can certainly generate quick’n dirty scripts as a starter. But code quality is often supbar (and often incorrect), which triggers my perfectionism to make it better, at which point I should’ve written it myself…

          But I agree that it can often serve well for exploration, and sometimes you learn new stuff (if you weren’t expert in it at least, and you should always validate whether it’s correct).

          But actual programming in e.g. Rust is a catastrophe with LLMs (more common languages like js work better though).

          • @[email protected]
            link
            fedilink
            English
            21 day ago

            I use C# and PS/CMD for my job. I think you’re right. It can create a decent template for setting things up. But it trips on its own dick with anything more intricate than simple 2 step commands.