• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: February 19th, 2025

help-circle






  • No of course not. Did you even finish reading my comment? I thought made it clear that the ease of use is not the issue. The lack of creativity is. Using Photoshop still requires you to think about what you want and how to get there. AI just gives you the output. There is no creativity involved in prompting.

    When the first drawing tablets came out people loved them. Almost no one was the impression that it was “cheating”. Even with the use of AI you can still make creative projects but the creativity comes from you. Vibecoding or using image-gen does not involve creative thought.

    EDIT: Imagine playing a game made by someone who is not passionate about their work. That’s what it feels to play an AI made game.


  • I must disagree with you here. Telling the compiler what to do is not like prompting an LLM. I see writing code as a form of art and a big part of that is understanding the logic behind the program and the creating process. Imagine it like painting a picture. The artist/dev will undergo all the stages of drawing/coding the vision will change in the process and the outcome might be different then what was originally anticipated.

    This pipeline of creating gives the project usually a better result. One could say it gives the project more soul.

    With AI you are no longer the artist you are the manager requesting the result and since AI does not undergo this process of creativity the result is a soulless husk. At best only what you asked for but nothing more.

    If people where complaining about AI because of its ease of use the same people would be complaining about pythons approach of humanspeech-like-code. (Not saying that there are no people that do so)





  • Image working in an old building, there is no coffee machine, there is no warm water and if you want to do something new, chances of you getting in trouble because you forgot to mess with CMake or free memory, are high. But the building works since it has been tested for 30 years.

    Rust is a new building that you can move over to, there is a coffee machine that is a bit complicated at first but once you understand it it is that bad, there is warm water and you don’t have to mess with CMake or allocate/free memory for everything. But the building is new, there will be issues here and there and sometimes the promised warm water wont work since someone fucked it up, but in general it is just sooooo much more comfy to work in.

    Rust is not about making Programming languages fast or memory safe. If you truly want to do that, I recommend doing crack and writing in assembly. It is about making programming easier without sacrificing speed.