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!
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.
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!
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.
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.
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.
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
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.
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
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'.
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)
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.
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.
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!
Exactly SO is full of attitude idiots ADMIN and MODS
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.
ChatGPT atleast gives answer. While StackOverflow gives you "DUPLICATED QUESTION" and "Cant you just search it?"
I hope stack closes, too many rude users.
I asked for a joke and got the following: "Why do python programmers have to wear glasses? Because they can't C!"
That was a good one! Thanks for sharing ahaha
Unix devs install applications on WIndows into the AppsData folder because they can't read.
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!
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.
100%
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.
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.
Then just ask GPT for the best code practices....
@@Indently
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.
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
Chat gpt is how I learned the majority of my python knowledge. I have been coding for about a month
Impressive!
I despise stackoverflow so glad chatgpt exists
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.
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
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'.
Everytime I go to stackoverflow it's five wrong answers for one right one.
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)
Whenever I use chatGPT to whip up code, I tell it to add humorous comments next to the code.
That’s a great tip!
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.
Yeah, I also asked ChatGPT for programmer jokes and it also replied me with lame jokes. 😂
What is a good pick up line for a banana using banana.
I should have asked that!
This AI is just … amazing !
Is ChatGPT going to be any good at telling you that you asked your question in the wrong place?
You should write the start of the end
How come?
You are a silly man.
can someone ask it to teach math? I want to see output? Lol
It will teach you, it also teaches cooking
Yeah, but no. It also provides wrong informations, and for complex codes or complex errors it can't do anything.
ChatGBT can remember what you said and you can use bad grammar and bad spelling
But is it the end really? lol no.
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.
now i understand why you asked how i got the messages i sent you before lol....chatgpt 1 indently 0