• Auzy@beehaw.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    In the past I tried to submit something to it, but didn’t have enough reputation or whatever.

    In general though, I’ll try to use copilot first

    • Mkengine@feddit.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Can you give an example how you use copilot? Why is it better than using chatgpt and how exactly do I use it?

      • Auzy@beehaw.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        chatGPT is more for asking questions… IMHO, I haven’t really seen it solve anything that Google won’t anyway.

        However, Copilot is basically a really advance autocomplete. So, if I write something like function LinkedList.Init() it will try and fill in the gaps. Whereas, in the past, I might have gone to stack overflow for basic algorithms

        It used to be total rubbish, but these days its good for a lot of smaller things.

        Depends on your use case though. But, I just haven’t seen the need for ChatGPT at all for what I’m doing (but stuff which is more natural language like journalism, or product summaries, it might be more useful).

        Also, on an unrelated note, Dall-E SUCKS at generating Logos (it can’t even generate text)

        • Mkengine@feddit.de
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          1 year ago

          I I have been programming with Matlab for 8 years and am switching to Python. I’m focusing on deep learning applications and have been using ChatGPT to answer general questions about Python as interactive documentation. Would you say Copilot would be better for this use case or only better when I am a bit more advanced with Python?

  • dvektor@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    It’s funny how if everyone just went and “read the documentation” like they tend to obnoxiously tell you to do… stackoverflow wouldn’t exist. Personally I go and look for things I can answer if someone asks a question that I know will get obliterated but I can tell they just need some help. I’ll try to answer it before it gets downgraded and they get banned

    • monk@lemmy.unboiled.info
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Have you ever wanted to do something from the uncharted area? Encountered bad documentation? This is what it’s supposed to be for, not handholding.

      • Pantoffel@feddit.de
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        Uncharted is quite subjective. I used SO most when I was starting out in SE. Looking back through the questions I posted, most of them were very much beginner questions that I would just know nowadays or know where to look for. That was what I used SO for. Beginners asking veterans for help. The least of them were due to bad documentation or exploring uncharted territory. As I grew more confident in the field, I stopped using SO more and more. The latest only for best practices on simple problems I don’t want to reinvent. And exactly those cases GPT now solves faster and I’d be surprised if not even better than SO posts.

  • Rooki@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Stack Overflow reached its maximum “duplicates”. So new users arent engaged on asking anything because it is of course already a duplicate of xyz.

    • crystal@feddit.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Isn’t it a good thing if your question is marked as a duplicate? That means you now have lots of answers readily available which already answered the question.

        • crystal@feddit.de
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          I’d be like “Oh boy let me get redirected to lots of useful answers to my question next time too”.

          I don’t understand why you would frame that as being “slapped”. Does having your question marked as a duplicate hurt your feelings?

  • bad_alloc@feddit.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Is there a fediverse alternative yet?

    Also, if you are a technical person I urge you to start a blog where you document problems you solve. It’s a great ressource for others and a resumé for you.

  • danhab99@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    IDK what shitoverflow gets out of being so fucking toxic. I asked one dumb question and I’m basically banned from posting on the website.

    It feels like they’re trying to be a sort of “wikipedia” of every programming problem and solution. The problem is that eventually everything will be posted, and everyone will be banned from the website.

    • nic2555@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 year ago

      It feels like they’re trying to be a sort of “wikipedia” of every programming problem and solution.

      That is exactly what stackoverflow is supposed to be. It’s not there to answer your question about “why is my IF statement not working”, it’s there to be a resource for all developers. How is a question about your specific problem gonna helps anyone ? If you haven’t, take the time to read the “how to ask” section, it describes what kind of questions are acceptable and what kind are not.

      There is, obviously, some proper questions that should not have been deleted, but most of them are not suited for the site, as they don’t bring anything to the rest of the community.

      • Deely@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        If SO supposed to be wiki, then why there no clear way to update the answer with new information? Why only the person that asked the question can mark answer as correct? Clearly some person with more expirience should have possibility to mark answer as correct.

        • Spike@feddit.de
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          “You should be making a wiki page instead of a forum.”

          • SO user on SO business model, thread closed Aug 2008
    • SuperFola@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      People prefer having something generating shitty code and not checking it, instead of asking or searching on internet for a substantially better solution

      • li10@feddit.uk
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        Because forum posts are always full of accurate and helpful information?

        In my experience it still makes good suggestions for most things, and is better than trying to phrase things in a way that Google likes, then trawling through irrelevant forum posts.

        It’s only there to make suggestions, so if someone is taking its output without understanding and treating it like gospel then they’re an idiot who’s inevitably going to end up in a world of trouble.

        If you take the suggestion, verify it with documentation, then make sure you actually understand it, chatGPT is a great tool.

        • AggressivelyPassive@feddit.de
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          If I’m honest, stackoverflow was always a shortcut for searching documentation to me.

          Simple stuff like how do I turn an InputStream to a String again? I can’t remember it, but I know exactly what to look for, I’m just to lazy.

          For that kind of stuff ChatGPT is almost perfect.