I’m a tech interested guy. I’ve touched SQL once or twice, but wasn’t able to really make sense of it. That combined with not having a practical use leaves SQL as largely a black box in my mind (though I am somewhat familiar with technical concepts in databasing).

With that, I keep seeing [pic related] as proof that Elon Musk doesn’t understand SQL.

Can someone give me a technical explanation for how one would come to that conclusion? I’d love if you could pass technical documentation for that.

  • finitebanjo@lemmy.world
    link
    fedilink
    arrow-up
    3
    arrow-down
    22
    ·
    20 hours ago

    It was a great answer until the very last sentence. ChatGPT is never a reference for anything ever if you have any fraction of a brain.

    • Lemminary@lemmy.world
      link
      fedilink
      arrow-up
      19
      arrow-down
      2
      ·
      20 hours ago

      I have a fraction of a brain, I think, and use ChatGPT as a guide so that I have something to start with. Even if it’s slightly off, my two brain cells can pick it out and go from there. It’s not so bad.

      And you know, I get it if you don’t like AI, but let’s be honest about it at the very least.

        • Lemminary@lemmy.world
          link
          fedilink
          arrow-up
          7
          arrow-down
          1
          ·
          19 hours ago

          I mostly ask it things I don’t know, though. I’m not exporting my thinking to it.

          I ask it difficult translations, how to code something I’m unfamiliar with, help with grammar, i use it as an OCR for other languages, to help me remember things I can’t directly search, etc. I have a hard time believing all use is detrimental, especially when you’re filling in the gaps of your knowledge and a best guess will do. It’s surely better than a web search for things you don’t even know how to write in a search box.

          • finitebanjo@lemmy.world
            link
            fedilink
            arrow-up
            5
            arrow-down
            14
            ·
            19 hours ago

            I mostly ask it things I don’t know, though. I’m not exporting my thinking to it.

            Exhibit A

            • Lemminary@lemmy.world
              link
              fedilink
              arrow-up
              5
              arrow-down
              1
              ·
              edit-2
              10 hours ago

              Which are then obviously confirmed with a web search. Jesus, spare me the cynicism.

              And I’m just going to say this as a general observation, but the user base of the fediverse is pretty sophisticated at this time to be assuming shit like this. You make this place hostile by not giving the benefit of the doubt, you know. And even then. How hard is it to not think the worst of everyone you come across online? So ridiculous and petty.

    • Hawk@lemmynsfw.com
      link
      fedilink
      arrow-up
      4
      arrow-down
      2
      ·
      19 hours ago

      I disagree, it’s just a tool. It’s a fantastic way to template applications very quickly, particularly for those who are not already familiar with technologies and may not have the time or opportunity to play around with things otherwise.

      Llm is not a search engine and it can produce awful code. This is not production code, it’s for tinkering. As a sandbox tool, LLMs are fantastic.

      On the ethical side of things, yeah openAI sucks, Qwen2.5 would be up to this task, one can run that locally.

      • finitebanjo@lemmy.world
        link
        fedilink
        arrow-up
        5
        arrow-down
        5
        ·
        18 hours ago

        It’s a disinformation machine which completely lacks all context. If it’s about 85% accurate to average internet denizens and 15% halucination, then it’s an absolutely atrocious source to learn from. You’re literally lying to yourself, that is what the tool does.

        • Hawk@lemmynsfw.com
          link
          fedilink
          arrow-up
          4
          arrow-down
          2
          ·
          17 hours ago

          Well Ive ad a great time using LLMs to sandbox a dozen implementations and then investigate the shortcoming and advantages of different implementations.

          Mistakes happen a lot but they can be managed on a small MWE with a couple of tests.

          It’s how the tool is used more than any given tool being bad.

          I understand your point and you’re not wrong. However, I’m not wrong either and you should take a second look at how you might use these tools in a way that makes your life easier and addresses the valid limitations you’ve described.