• SaharaMaleikuhm@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    13 days ago

    Had it write some simple shader yesterday cause I have no idea how those work. It told me about how to use the mix and step functions to optimize for GPUs, then promptly added some errors I had to find myself. Actually not that bad cause now after fixing it I do understand the code. Very educational.

    • Klear@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      Shaders are black magic so understandable. However, they’re worth learning precisely because they are black magic. Makes you feel incredibly powerful once you start understanding them.

    • TheOakTree@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      This is my experience using it for electrical engineering and programming. It will give me 80% of the answer, and the remainder 20% is hidden errors. Turns out the best way to learn math from GPT is to ask it a question you know the answer (but not the process) to. Then, reverse engineer the process and determine what mistakes were made and why they impact the result.

      Alternatively, just refer to existing materials in the textbook and online. Then you learn it right the first time.

    • irelephant [he/him]🍭@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      13 days ago

      I used it yesterday because I couldn’t get mastodon’s version of http signing working. It spat out a shell script which worked, which is more than my attempts did.