You can take “justifiable” to mean whatever you feel it means in this context. e.g. Morally, artistically, environmentally, etc.

  • Axolotl@feddit.it
    link
    fedilink
    arrow-up
    1
    ·
    5 days ago

    I think we had very different experiences, i tried Ollama with Claude Code (just to use their free models, i don’t want to pay a cent) and it helped me a lot with debugging and writing the boring stuff (or sometimes even refactor old code that i was too afraid to touch by how much it was done poorly), and it also helps with reading the logs of something ex: i had a problem with a minecraft mod that crashed the whole game, i couldn’t find a shit in the logs so i just asked to the clanker to search for me and while i took a piss he found the problem, it would’ve taken me a lot otherwise

    • irelephant [he/him]@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      5 days ago

      Yeah, parsing large text to find relevant stuff is very useful for stuff a simple CTRL-F doesn’t work for. I found it useful for parsing .har files to find how a specific value is made for a request.