• plyth@feddit.org
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 hours ago

    Explicit programmers are needed because the general public has failed to learn programming. Hiding the complexity behind nice interfaces makes it actually more difficult to understand programming.

    This comes all from programmers using programs to abstract programming away.

    What if the 2030s change the approach and use AI to teach everybody how to program?

    • Luccus@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      51 minutes ago

      I find this to be a real problem with visual shaders. I know how certain mathematical formulas affect an input, but instead of just pressing the Enter key and writing it down, I now have to move blocks around, and oh no, they were nicely logically aligned, now one block is covering another block, oh noo, what a mess and the auto sort thing messes up the logical sorting completly… well too bad.

      And I find that most solutions on the internet forget that previous outputs can be reused when using the visual editor. Getting normals from already generated noise without resampling somehow becomes arcane knowledge.

      Edit: words.