this post was submitted on 25 Jul 2023
19 points (100.0% liked)

Programming

17031 readers
473 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Stack Overflow has seen a substantial decline in traffic over the last year that appears to be accelerating. https://observablehq.com/@ayhanfuat/the-fall-of-stack-overflow

top 50 comments
sorted by: hot top controversial new old
[–] holycrap@lemm.ee 7 points 1 year ago (1 children)

I think this has as much to do with Google being shit at finding stuff lately as it does llms like chatGPT

[–] Calyhre@lemmy.world 6 points 1 year ago (7 children)

You can even see the decline in posts and votes before GPT became mainstream. This definitely look more like search engine failing to get rid of those cheap copycats.

[–] zatanas@lemm.ee 1 points 1 year ago (1 children)

Agreed. For me, making it so that the search engine ignores -string was one of the biggest set backs.

[–] REdOG@lemmy.world 0 points 1 year ago (2 children)

the search engine ignores -string

WHAT? Why would they do that? WTF no wonder....

[–] gosling@lemmy.world 44 points 1 year ago

Hyphen (-) means you don't want to see this word, while words surrounded by quotes (") means you want these phrases exactly.

Most symbols are also ignored, which is great for an average user but terrible for programmers.

[–] corsicanguppy@lemmy.ca 1 points 1 year ago

I'm still pissed over removing +words. Like, G+ is gone, guys, so revert that mess.

load more comments (6 replies)
[–] danhab99@programming.dev 4 points 1 year ago (3 children)

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.

[–] MBM@lemmings.world 2 points 1 year ago

The problem is that eventually everything will be posted, and everyone will be banned from the website.

I don't think they see that as a problem, that's the goal

[–] nic2555@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (2 children)

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.

load more comments (2 replies)
[–] bh11235@infosec.pub 2 points 1 year ago* (last edited 1 year ago) (1 children)

You lack vision, but I see a place where people get blocked and their questions opened then immediately closed as duplicates. Opened and closed, opened and closed all day, all night. Soon, where the internet once stood will be a string of condescending experts, admonitions that "you shouldn't do that, do Y instead", pleas for information closed as off-topic. Passive aggression, spiteful ego contests and wonderful, wonderful karma meters reaching as far as the eye can see. My God, it'll be beautiful.

[–] corsicanguppy@lemmy.ca 2 points 1 year ago (1 children)

"you shouldn't do that, do Y instead"

That's one of my favorites: ignore the problem, only pick on the scope we can't change.

[–] omegastick@lemmy.ml 2 points 1 year ago (1 children)

I asked for advice on how to express something in UML once:

"No one cares whether you follow the UML standard, just make something up"

"But my company uses waterfall and requires UML diagrams to move onto the next phase of development!"

"That's an issue with your company then. Ask your boss how to do it. Question closed."

[–] Spike@feddit.de 2 points 1 year ago

It isnt even my problem and I still despair reading this.

[–] Simulation6@sopuli.xyz 1 points 1 year ago

I am not sure when this started, but google searches now sort by paid content first rather then relevant content first, so Stack Overflow started to drop down into page 2 or more.

[–] alternativeninja@lemmy.sdf.org 1 points 1 year ago (3 children)

This doesn't tell us much without also including the quality of the posts. Are we sure this isn't just idiots who ask stupid question that can be found on Google over and over not doing that now that they have chatgpt

load more comments (3 replies)
[–] bad_alloc@feddit.de 1 points 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.

[–] bzxt@lemmy.ml 0 points 1 year ago (1 children)

I really like using code.whatever.social as an alternative frontend to Stack Overflow. It has way less distractions and allows me to only look at the question and the answers and nothing else.

[–] Majk@lemmy.ml 0 points 1 year ago (1 children)

I really like this, never saw it before. Thanks!

[–] bzxt@lemmy.ml 1 points 1 year ago

No problem. You can use extensions like LibRedirect in order to make it automatically change SO to this one.

[–] teydam@lemmy.world 0 points 1 year ago (2 children)

Is this due to the chatgpt?

[–] Eheran@lemmy.world 1 points 1 year ago

ChatGPT went public at the start of the last kink downward. It can not be the reason for the big drop untill 2023.

[–] z00s@lemmy.world 1 points 1 year ago

Its so exhausting having to train chat gpt to be condescending and to close all my threads as duplicates though

[–] harmonea@kbin.social 0 points 1 year ago (3 children)

Most of the comments here seem to be arguing whether it's better to get help now from SO or ChatGPT, but this is a pretty short-sighted mindset.

What happens when the next new standard comes out that ChatGPT hasn't been trained on? If SO tanks and dies, where will you go?

I'm not saying use a lesser resource, I'm saying this is kinda tragic and I hope they can sustain themselves; AI is propped up by human input and can't train itself.

[–] gosling@lemmy.world 41 points 1 year ago (3 children)

Does it really though? It seems to me that once you nail the general intelligence, you'll just need to provide the supplemental information (e.g. new documentations) for it to give an accurate response.

Bing already somewhat does this by connecting their bot to internet searches

LLMs do not relate to general intelligence in any manner.

load more comments (2 replies)
[–] topinambour_rex@lemmy.world 1 points 1 year ago

We will go to the documentation.

[–] gnus_migrate@programming.dev 0 points 1 year ago (1 children)

Hey, if people are going to go back to reading manuals like we're in the 1980's again is it such a bad thing? /s

It's insane how a single tool managed to completely destroy the value collectively created by people in over a decade.

[–] astral_avocado@programming.dev 1 points 1 year ago (2 children)

That single tool is still propped up by that collective decade of knowledge. ChatGPT would be nothing without sites like stackoverflow

load more comments (2 replies)
load more comments
view more: next ›