If so, I’d like to know about that questions:

  • Do you use an code autocomplete AI or type in a chat?
  • Do you consider environment damage that use of AIs can cause?
  • What type of AI do you use?
  • Usually, what do you ask AIs to do?
  • Kacarott@aussie.zone
    link
    fedilink
    arrow-up
    4
    ·
    14 hours ago

    I mostly use it as a code search tool, when dealing with large projects that I’m not very familiar with. Like I can ask “where is this component actually inserted into the web page” and it can sometimes point to a file and function. It doesn’t always work of course, but when it does it can save a lot of time.

    I don’t ever let AI write code for me though

    • CodenameDarlen@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      5 hours ago

      Can’t you use global search for that? I mean I do that too but using global search functionallity is way faster and guaranteed.

      You can also use grep command to search occurrences inside files based in a string/regex