I wonder if we could implement a decentralized version of SO. It can be a CLI app since it is used by developers only. The app can keep all question/answers of topic relevant to the developer locally. This will allow developer to find answers offline as well. Since it is only text data it should not take more than a GB.
Preferably a knowlage DB accessable through whois(1) protocol.
Ask HN: What if Stack Overflow suddenly decides to shut down?
71–80 of 80 posts
Re: Ask HN: What if Stack Overflow suddenly decides to shut down?
#72The US intelligence community actually keeps a clone of Stack Overflow that is updated every 12 hours and copied to servers on the classified version of the Internet so that people developing classified software can use it without needing to turn around to their unclassified workstations. I'm sure they're not alone in this, so the entirety of the answers there could be restored from mirrors or just used from the mirr…
I’m just curious to know
Re: Ask HN: What if Stack Overflow suddenly decides to shut down?
#73Earlier quoted context omitted.
That depends on your environment. When programming in Haskell or Rust, going into SO is basically a waste of time, and the documentation or some specific search engine (yeah, hoogle) are the place to go. When programming in C#, SO is basically irreplaceable, the knowledge there is extremely important and you just won't find it anywhere else. When programming in Python or Javascript, it completely depends on what libr…
> When programming in C#, SO is basically irreplaceable, the knowledge there is extremely important and you just won't find it anywhere else. Not even in the official documentation? Wow.
There are many people that insist the .Net environment is well documented because there is documentation for every single item, but that documentation is far from complete.
Re: Ask HN: What if Stack Overflow suddenly decides to shut down?
#74Re: Ask HN: What if Stack Overflow suddenly decides to shut down?
#75This makes me wonder. Just having a copy of the SO data without the Google algorithms to bring you to the right question, the experience would probably be different when working of a copy.
Re: Ask HN: What if Stack Overflow suddenly decides to shut down?
#76Re: Ask HN: What if Stack Overflow suddenly decides to shut down?
#77Yes, it was a slower system, but it was just as good in the final result.
Re: Ask HN: What if Stack Overflow suddenly decides to shut down?
#78Earlier quoted context omitted.
> Nearly all of the information there is also available in the public documentation of whatever the question asker is asking about anyway. That's really not true in any meaningful way. Maybe the information is somewhere , but some Stackoverflow answers are so good that they are the best resource on a specific narrow topic that you will find online. See for example something like [0]. That's the type of answer you wou…
Yeah, that's the kind of answer that you don't get anymore on SO, mostly because that kind of question isn't allowed anymore. Nowadays questions must be much more specific, what has the consequence that the answers are much less generally useful.
Re: Ask HN: What if Stack Overflow suddenly decides to shut down?
#79Earlier quoted context omitted.
Completely disagree, and you're wrong. Depending on the area you're looking into: 1. Many Stack Overflow answers do not exist in documentation at all. 2. Some answers are especially valuable because they touch issues in actual production (which are not foreseeable by documentation). 3. Answers (chronologically given) help ongoing document changes in APIs, which many documentation don't do or make it very difficult to…
I am wrong. For me using a dependency that can't be bothered to create proper documentation or uses SO as customer support is a non-starter.
Re: Ask HN: What if Stack Overflow suddenly decides to shut down?
#80Oh we could start fresh with actual up to date answers!
You can add new answers to existing questions if the answer’s changed over time