Earlier quoted context omitted.
Question closed; here's a link to another one that sounds vaguely related but doesn't actually address your problem. But seriously, I'd love to see some sentiment analysis of the SO corpus classifying tone by tag.
"Having your problem addressed" is not a valid reason to post on Stack Overflow. You are expected before posting to have done enough analysis to the point where if your question is answered, you can solve the underlying problem yourself. When you are linked to a duplicate, it's because the person doing so believes in good faith that, to the extent that you have a question that meets the site's standards, answers to t…
Stack Overflow is almost dead
151–160 of 285 posts
Re: Stack Overflow is almost dead
#152Earlier quoted context omitted.
These models can figure out syntax and language features they haven’t seen before. Try it with a few code snippets of your own made-up language. It’s a little freaky.
They can implicitly assume that your made-up language is designed to be easy to use by native language speakers, and thus apply their existing understanding of "code" to it, sure.
It’s a good check to make sure you haven’t accidentally made something too simple or similar to another language, too; that’ll be spotted immediately.
Re: Stack Overflow is almost dead
#153Where will training data come from for new tech & programming languages if SO dies?
All the same places it comes from for human programmers before a language has many answers on SO. - Documentation - Open source projects using it - Github issues - Source code - Blogs - Youtube videos The list goes on
Re: Stack Overflow is almost dead
#154> 2014: questions started to decline, which was also when Stack Overflow significantly improved moderator efficiency. From then, questions were closed faster, many more were closed, and “low quality” questions were removed more efficiently. This tallies with my memory of feeling that site moderators had gone on a power trip by closing legitimate questions. I stopped asking questions around this time because the site…
Yes I felt the same around then. It seemed like stack overflow was sending the message to not ask questions anymore. It was really weird.
some have a tendency to go overboard with this thinking, only to discover that a heavily pruned tree is now a dead tree, now finding themselves in dead tree garden.
Re: Stack Overflow is almost dead
#155Earlier quoted context omitted.
Personally, I am getting extremely tired of ChatGPT hallucinating npm packages that don't exist, or package imports that do not exist
Get a good service. Running it on your old gaming machine?
Re: Stack Overflow is almost dead
#156Looking at my profile since 14 years ago, the most upvoted answer that I solved was about a basic question of how to specify fields properly when you serialize JSON into a C# class.
I do believe the value of StackOverflow was only about people who were lazy enough to read the documentation of the language/framework they were trying to use. I used to be active on StackOverflow back in the days, but in the last 10 years the only value I saw in it was if I needed to get back to some language to just find an answer on how to write a for loop in that specific language (swift vs go vs ...).
I personally do not believe there is much knowledge base on StackOverflow. In most of my questions to "google" for the last 10 years, very rarely would I be directed to StackOverflow for the right answer.
There are a lot of complicated questions on StackOverflow, but the site was flooded by people asking and answering basic questions about programming. And people who are there just to get some karma.
Re: Stack Overflow is almost dead
#157It is a bit sad. And obviously the reason why it sees such a decline is because AI (ChatGPT and similar) took the job of answering the basic questions about programming that StackOverflow used to help with. Looking at my profile since 14 years ago, the most upvoted answer that I solved was about a basic question of how to specify fields properly when you serialize JSON into a C# class. I do believe the value of Stack…
A big reason why AI is replacing these things. A big part is the experience itself. There are quite a few people who have have been repulsed due to the smugness, or other wise having their questions marked duplicate/irrelevant/stupid etc.
AI is also pretty much instant. You can also talk to it like you are talking to a person.
The killer AI feature!---> AI listens, without judging you.
Re: Stack Overflow is almost dead
#158Earlier quoted context omitted.
Question closed; here's a link to another one that sounds vaguely related but doesn't actually address your problem. But seriously, I'd love to see some sentiment analysis of the SO corpus classifying tone by tag.
"Having your problem addressed" is not a valid reason to post on Stack Overflow. You are expected before posting to have done enough analysis to the point where if your question is answered, you can solve the underlying problem yourself. When you are linked to a duplicate, it's because the person doing so believes in good faith that, to the extent that you have a question that meets the site's standards, answers to t…
Your response to what was intended as a light-hearted joke tells me how passionate you are about the site. For what it's worth, thanks for all the time you've taken with a genuine interest in helping those in need.
Evaluating how much effort a user has put into their research before a post is really, really tricky, and difficult to quantify. I also know, first hand, the things that seem obvious with the experience I have aren't always the same way others (particularly beginners) see the same problem. For the (few) areas I feel remotely qualified to help in, there are hundreds of others that humble me. Getting a question effectively shut down as a duplicate (with seemingly little recourse) has been both frustrating and disheartening to the point I often just continued my journey elsewhere.
Re: Stack Overflow is almost dead
#159Earlier quoted context omitted.
> The people who have been around for 10 years or so who disagree with the basics of question closing policy [...] Because they flood the site with inherently low-quality answers to low-quality questions I see that you just don't hear the complaints. I don't hear people who have been around for 10 years or so complaining because they can't answer to low-quality questions.
> I don't hear people who have been around for 10 years or so complaining because they can't answer to low-quality questions. Because they usually can . There aren't enough curators paying attention. Stopping them generally requires three curators to find the same question and act on it before an answer is posted. And the person writing the answer also gets a grace period for in-flight answers. Then when they finally…
It's all very logical for an older time when global communication was the kind of thing you needed to reserve for the top researchers as your total capacity was less than humanity needed. But now you are just repeating the mantras of older generations in an antisocial way.
Re: Stack Overflow is almost dead
#160My heart goes to the stack overflow community which has always been very kind and helpful, essentially working for free. As a self-taught developer since the age of 8, I literally grew up learning how to code through SO, asking hundreds of questions and answering many more. So many bugs that would take 2-3 days to fix would eventually find their answer through it. But now ChatGPT does that in minutes… so it’s for the…