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
    link
    -1920 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
      link
      1720 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.

      • @finitebanjo
        link
        -1320 hours ago

        To be honest it’s a shit solution that makes you worse by merely using it.

        • Lemminary
          link
          620 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.

          • @Melvin_Ferd
            link
            310 hours ago

            You sound like common sense and the other person sounds like they have an axe to grind.

          • @finitebanjo
            link
            -919 hours ago

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

            Exhibit A

            • Lemminary
              link
              4
              edit-2
              11 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.

    • @[email protected]
      link
      fedilink
      219 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
        link
        019 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.

        • @[email protected]
          link
          fedilink
          218 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.