• CaptDust@sh.itjust.works
      link
      fedilink
      arrow-up
      97
      ·
      2 days ago

      What do you mean “rest of the project”? Don’t you put all of everything into a singular neatly contained file? It’s way more optimized that way

      • 0ops@piefed.zip
        link
        fedilink
        English
        arrow-up
        26
        ·
        2 days ago

        That’s how I read the tweet, dork never got further than Programming 1

        • Skullgrid@lemmy.world
          link
          fedilink
          arrow-up
          12
          arrow-down
          1
          ·
          2 days ago

          A hentai file so you can goon while you code? My god , you’re a genius. Elon musk needs you at twitter asap

      • Morphit @feddit.uk
        link
        fedilink
        arrow-up
        15
        ·
        2 days ago

        That’s Link Time Optimization, right? Put everything into one place for the linker to optimize.

      • Weirdfish@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        2 days ago

        With the obscure language I use for work, I do tend to keep each system to a single file, even though includes and modules are supported.

        Granted, they are generally between 500 and 5000 lines, and are usually written from scratch.

        That being said, there is a 0 percent chance I’m going to be feeding anything I write into Grok.

    • merc@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      1 day ago

      See, that’s the thing. If you take a charitable interpretation of what he’s attempting to say, it still doesn’t make sense.

      You paste a full file from a project into Grok and it “will fix it for you!”

      If you gave me, a human, a file and asked me to fix it, before I did anything else, I’d ask you “ok, what’s wrong with it?” Any human who didn’t and just dove right into trying to fix it would often just give you a “working” program that still didn’t do what you actually wanted. Sure, sometimes the answer is obvious, it doesn’t compile, or it generates unexpected errors. But, often when you hear the answer, the response is “ah, well, I think you’ve overlooked something when thinking about the problem, have you considered X and Y?”