THIS Is The BEGINNING Of The END For Stack Overflow (ChatGPT)

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ • 44

  • @jupiterapollo4985
    @jupiterapollo4985 Рік тому +13

    With Chatgpt you get the feeling of why do I even need to deal with these people at Stackoverflow? All these pissy personalities, bad code, and the infamous "Duplicated question". You always have to funnel around, searching the website to ensure that your question hasn't been answered before and write overly concise questions to ensure you don't upset someone. I just wanna ask a question and get a reference back in association with my code, or some specific algorithm without all of the bullcrap. Chatgpt does just that!

    • @bastooopanooo2311
      @bastooopanooo2311 Рік тому

      Exactly SO is full of attitude idiots ADMIN and MODS

    • @tomasslavik1119
      @tomasslavik1119 8 місяців тому

      The worst thing is that those people don't hesitate to put so much effort to find duplicated question instead of answering for you.
      They would save their time and energy by simply helping instead of detective work of finding another occurence of that question 10 years ago in thread with two comments.

  • @theruined2190
    @theruined2190 2 роки тому +34

    ChatGPT atleast gives answer. While StackOverflow gives you "DUPLICATED QUESTION" and "Cant you just search it?"

    • @AFuller2020
      @AFuller2020 Рік тому +1

      I hope stack closes, too many rude users.

  • @oliverjones4630
    @oliverjones4630 2 роки тому +11

    I asked for a joke and got the following: "Why do python programmers have to wear glasses? Because they can't C!"

    • @Indently
      @Indently  2 роки тому +3

      That was a good one! Thanks for sharing ahaha

    • @chaosordeal294
      @chaosordeal294 9 місяців тому

      Unix devs install applications on WIndows into the AppsData folder because they can't read.

  • @lukerichards22
    @lukerichards22 2 роки тому +4

    My electricity company supplies me with half-hourly electricity consumption data in a csv file. I asked ChatGPT to write code to plot a months data on a heat map in matplotlib/seaborn with the data grouped by day, then by half hour interval. I got code to do exactly what I asked for!

  • @bastooopanooo2311
    @bastooopanooo2311 Рік тому +2

    The main issue is the admins themselves. That's why people prefer ChatGPT over Stack Overflow. Even before ChatGPT, every time you posted a question, there would be a moderator flagging to close it just to gain more reputation. I'm glad I don't have to rely on and beg for help on Stack Overflow anymore.

  • @gallahant
    @gallahant 2 роки тому +1

    It just wrote a code in c for me, for an assignment i have to do that i had no clue how to write. You have to phrase your questions correctly. After a couple tries, it got the code to do exactly what i wanted to. Aside from the fact that i am "cheating", it helped me learn. By going over the solution a few times i now understand the logic. It is an amazing tool any way you look at it.

    • @Indently
      @Indently  2 роки тому

      It is good if you know what you are doing, but if you're a beginner, you're going to be learning a lot of nasty code practises.

    • @user-xedwsg
      @user-xedwsg 10 місяців тому

      Then just ask GPT for the best code practices....
      @@Indently

  • @huntabadday2663
    @huntabadday2663 2 роки тому +6

    Yeah, ChatGPT is pretty amazing, I maaaaay or may not use it to do my schoolwork... I go to a French school, so I was pretty happy to find out it can generate in French AND can translate text better and more fluently than google translate can.

    • @aceilort
      @aceilort 2 роки тому +1

      LMFAO same, but instead I use it as a copilot :D I ask it questions on how to phrase my sentences, how I can start a new paragraph.. that's an interesting approach too!
      And, is it just me or does it (she? idk I would like to called it "she") sounds less formal in French? I can't give further details it's just the vibe that it sends me

  • @upriz68
    @upriz68 2 роки тому +8

    Chat gpt is how I learned the majority of my python knowledge. I have been coding for about a month

  • @TheEnigmaProductions
    @TheEnigmaProductions Рік тому +2

    I despise stackoverflow so glad chatgpt exists

  • @ev-yt2064
    @ev-yt2064 2 роки тому +2

    I asked ChatGPT to write Excel VBA code to read in two CSV files (I provided), divide each value if the first file vs. all of the values in the second file and show the results in adjoining columns. The program did not increment properly and stopped. I corrected the code and it worked fine.

    • @Sinke_100
      @Sinke_100 2 роки тому

      I tryed few simple flask scripts, yes sometimes you have to do corrections but the heavy lifting of whole script frame is done for you quite fine, for least significant bit hiding text in image i got nonsence which was hard to work with, it's not a perfect tool but it can be very helpfull to boost productivity

  • @jimaustin3608
    @jimaustin3608 2 роки тому

    Interesting ... in one day ChatGPT made the code 'better": got rid of the global by using the tk.IntVar call.
    # Create a variable to store the counter value
    counter = tk.IntVar()
    counter.set(0)
    # Create a function to increment the counter
    def increment_counter():
    counter.set(counter.get() + 1)
    Thanks, this REALLY helped me see the value/usefulness of ChatGPT ... in tech issues as you discuss, and in mundane things (that can save a lot of time!). Couldn't get ChatGPT to accept multiple lines; CR caused it to respond too quickly. Was about to do a web search when the light went off and I just asked ... dddduuuuhhhh! ChatGPT 'calmly' responded with 'just terminate lines with Shift+CR until ready to process the query'.

  • @bethrains3105
    @bethrains3105 2 роки тому +2

    Everytime I go to stackoverflow it's five wrong answers for one right one.

  • @aeghohloechu5022
    @aeghohloechu5022 2 роки тому

    If something seems off in chatgpt's response you can directly tell it what's wrong and it will try to fix it. It normally does not care about deprecations but you can point them out and as long as they happened before December 2021 and it would try to fix them.
    You can even ask it for optimizations (now I know the O notation of my code with zero understanding of how time complexity works)

  • @Leshpngo
    @Leshpngo 2 роки тому +1

    Whenever I use chatGPT to whip up code, I tell it to add humorous comments next to the code.

    • @Indently
      @Indently  2 роки тому +1

      That’s a great tip!

  • @charlesgagnon1129
    @charlesgagnon1129 2 роки тому +1

    ChatGPT is great but not perfect. It sometimes gives completely wrong answer and he sounds really confident that his answers is right. Like for example he can create package that doesn't exist that is supposed to answer your question. It is great to help but it still need someone that know what is going on to know if the output is good or bad.

  • @erick_falker
    @erick_falker 2 роки тому +1

    Yeah, I also asked ChatGPT for programmer jokes and it also replied me with lame jokes. 😂

  • @Pongo8844
    @Pongo8844 2 роки тому

    What is a good pick up line for a banana using banana.

    • @Indently
      @Indently  2 роки тому

      I should have asked that!

  • @justinzoungrana5178
    @justinzoungrana5178 2 роки тому

    This AI is just … amazing !

  • @chaosordeal294
    @chaosordeal294 9 місяців тому

    Is ChatGPT going to be any good at telling you that you asked your question in the wrong place?

  • @AhmadBakdash07
    @AhmadBakdash07 2 роки тому

    You should write the start of the end

  • @Rin-qj7zt
    @Rin-qj7zt Рік тому

    You are a silly man.

  • @kullimoney365
    @kullimoney365 2 роки тому

    can someone ask it to teach math? I want to see output? Lol

    • @Indently
      @Indently  2 роки тому

      It will teach you, it also teaches cooking

  • @ntlake
    @ntlake 2 роки тому

    Yeah, but no. It also provides wrong informations, and for complex codes or complex errors it can't do anything.

  • @Heavy_Lvy
    @Heavy_Lvy 2 роки тому

    ChatGBT can remember what you said and you can use bad grammar and bad spelling

  • @pmosh1
    @pmosh1 2 роки тому +1

    But is it the end really? lol no.

    • @Indently
      @Indently  2 роки тому

      We should definitely keep our eyes on the stack overflow stocks over the next couple years. Maybe they will make their own ChatGPT, who knows. But if they pretend nothing is happening (which I doubt) then they are bound to fail.

  • @GamingAbroad90
    @GamingAbroad90 2 роки тому

    now i understand why you asked how i got the messages i sent you before lol....chatgpt 1 indently 0