Clearly, a new "internet community" needs to be formed. We've got a lot of classical communities: forums, Q&A (aka: Stackoverflow), link-aggregators + comments (Hacker News, Reddit), mailing lists, IRC, Discord, Github, Wikis... to name a few.<p>StackOverflow is trying to build an FAQ database. The Q&A format isn't really about answering questions, its about collecting questions that are popular / drive traffic, and to focus the community efforts on those popular questions.<p>------<p>I've hypothesized before, and I'll hypothesize again, that StackOverflow needs an archival process. A long time ago, I used to play a webgame called Utopia (and its "sister" game Earth 2025)... every 6 months or so, the world would be paused indefinitely, and a "new game" would be started.<p>6-months is too quick for Q&A formats, but I think a rolling "pause" cycle would be great for the StackOverflow system. Every 2-years, the Q&A database would be paused, all unanswered questions would be wiped out... all solutions permanently archived as "The winner" for those years.<p>For example: 2010 through 2012 would be one "cycle" of StackOverflow questions / answers. The question would have to be re-asked / re-answered in the 2012 through 2014 years (and the community can "reask" important questions every 2 years to ensure their continued communication).<p>The cycle of life / death of questions has caused the StackOverflow database to become too large. I think it needs to be archived, torn down, and rebirthed every few years. Its too much to expect an answer from 2012 to really remain relevant today in 2019.<p>Its too much to expect newbies, today in 2019, to know that some question was answered in 2010. Its too much to expect old moderators to comb through old questions and "update" wiki answers with information in 2019 to "fix" problems from 2010.<p>Case in point: modern compilers use cmov and avoid the branch-prediction question. This question is no longer relevant on modern compilers: <a href="https://stackoverflow.com/questions/11227809/why-is-processing-a-sorted-array-faster-than-processing-an-unsorted-array/11227902" rel="nofollow">https://stackoverflow.com/questions/11227809/why-is-processi...</a><p>Yes, its important and tells an important tale about how compilers worked back in 2012, and yes it should be archived. But time has moved on, the world is different now and the Q&A Database is failing to keep up with the changes.