I Use CoPilot To Program Python Video Clip Creator in Under 2 Hours

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • Here's the video proof. I recorded from start to finish. Had no idea if it would work. I already had a thing working using AutoHotKey, so I had a head start in knowing I'd use MPV and a LUA script for timestamps. Also the ffmpeg commands I wanted to use.
    Source code:
    github.com/max...

Komentáře • 2

  • @TreeLuvBurdpu
    @TreeLuvBurdpu Před 6 měsíci +3

    It's doesn't already know anything. It types it out because it's a "code completion" tool. It doesn't "know" what the next text will be until it creates the first text. People don't "just now" your solution either, unless they've done it several times while figuring it out.

    • @MaxoticsTV
      @MaxoticsTV  Před 6 měsíci +1

      If that was true it wouldn't do the "typing" out thing when it's not re-writing the whole page but only giving fixed lines for one to insert in the code here and there. Further, I don't see how it's doing code completion when it is providing a very specific piece of code where references are front to back and back to front. Maybe you're right. We shall see!