Should SOFlow be expanded to include user-submitted papers and articles, which can then rake in higher scores based upon the quality of their work. Authors of tutorials/papers could be granted the "Author Badge," and maybe even the "Golden Educator" with 10+ articles averaging 10+ upvotes.

The great thing about SOFlow is the community, which could determine the acceptability of any article, and post comments/corrections to content found therein.

link|improve this question

72% accept rate
In other words, we should bolt Reddit on to the SO engine? I'm not sure this is such a hot idea. – Kyle Cronin Jun 30 '09 at 1:10
2  
The acronym SOFlow makes me eyes bleed. – Tom Ritter Jun 30 '09 at 1:16
Tom, eye bleeding pretty much ensure an acronym will stick around forever. – Alan Storm Jun 30 '09 at 1:37
@Kyle: I think he's rather talking CodeProject than Reddit – fretje Jul 2 '09 at 8:56
I have tried posting tutorials in Q and A jeopardy format. Its a gret idea! but, It doesn't work. People look at them one day, but the next day they get no views. Tell people to go to other places for tutorials, because they will not do well here unless a new feature is added. ;D – CrazyJugglerDrummer Jul 27 '09 at 0:14
feedback

5 Answers

Just think of it like jeopardy: your answer must be phrased in the form of a question.

Go ahead and write and submit your papers or essays, but submit them with an intro that states the problem your essay addresses.

link|improve this answer
I have tried posting tutorials in Q and A jeopardy format. It doesn't work. People look at them one day, but the next day they get no views. Tell people to go to other places for tutorials, because they will not do well here unless a new feature is added. ;D – CrazyJugglerDrummer Jul 27 '09 at 0:13
I tried it once, and it was pretty well received. – Bart Kiers May 23 '11 at 5:58
feedback

Why? Authors here carry weight. If I see that Jon Skeet wrote an article on .NET 4.5 and C#, I will be more compelled to read it than I would Joe Smith's blog. The community here is already providing quick-and-simple answers to each other every second - why not stop playing catch-up with eachother and actually practice some offensive-education.

Besides, I like the model of up-voting questions to illustrate quality. I don't know of any tutorial site even remotely similar to what SO would offer. All authors have a history of activity, reputation, etc. Their papers are each weighed independently by its subject matter, clarity, and usefulness.

I honestly see great potential in this. Sure, it's kinda be done before...but then again, SO wasn't completely original - and yet it blew the competition away when it launched.

link|improve this answer
1  
+1, however I can see some obvious issues. One being the fact that SO currently tries to avoid duplicate questions, however article duplication would be vast since people far and wide will believe their writing style/examples are much better than others. This will dilute ability to find all solutions to a problem from one source. – Ian Elliott Jun 30 '09 at 2:13
Ian, I don't think that will be any more a problem than duplicate questions. In all honesty, it may be easier to avoid since essays/articles have more searchability than questions - meaning they'll be easier to target. Plus the Community would quickly find any dupes and vote-up/down the best/worst. – Jonathan Sampson Jun 30 '09 at 2:38
feedback

Well... Why?

I mean, there are already other sites that do this fairly well. Once you cut out the value of Answers by building them into the question itself, what does Stack Overflow's Q&A system bring to the table?

Can't help but think this sounds like the guy with the hammer looking for a nail...

link|improve this answer
feedback

I really think that this would be a great use of a modification to the stack overflow engine. Now, I wouldn't include it in a questions and answer section, I think it would be a great section to the site seperated on it's own (or maybe even on it's own domain). I won't comment on badges or points, I'm sure something will be offered that is well thought out.

Jeff and Joel and the greater team now employed have done an awesome job on the question + answer site with feedback, editing, and specific design goals. However, sometimes I get the urge to write an article to stuff information down peoples throats instead of waiting for them to hopefully not understand something and ask a question. However, the current site layout doesn't suit this well, it suits more proficiently a quick question and answer site with fairly general questions and maybe some code examples.

However, on an article based website I would expect to see similar goals (voting, editing, commenting), with site design geared towards an author to community approach. The SO design that carries over is that old and outdated articles can be edited and modernized, bugs fixed, grammer clarified by a community working together to provide great information, but may not fit so well within a question and answer format. And most importantly, articles that are just plain WRONG can be removed from public view, or are very clearly indicated.

And perhaps it's best to fill in the relevance to myself... I'm a fairly amateur developer, but work in an engineering group for a CDMA and a brand new HSPA network in Canada. As such, I know alot about gotchas and specifics to writing applications against mobile broadband networks, things where we've threatened to send customers $100,000 bills for applications that just behave badly on our network, that a regular TCP/IP application developer would see as completely valid. This is information that is also not necassarily readily found in the public domain due to the way service providers treat their networks as closed eco systems. I wouldn't mind writing an article or two about this, where hopefully the well informed can research article relevant to them that may not fit within the context of a question that they'd otherwise just "wing-it".

I could ask a question, and answer it myself, but for a question / answer site that still just feels wrong, what would feel right if I asked a question and while waiting for a response had found the correct solution, then I would create an answer saying this is how I solved my problem, as a response for anyone who has a similar question.

link|improve this answer
I agree, Kevin. I think you're mixing apples and oranges if you use the Q&A system for Articles. I do like your suggestion of this possibly being an outside-site, giving it a sense of autonomy. I would love to see some of the members over at SO share more than a series of exclusive answers to simple questions here and there. Rather than demonstrating how to cycle arrays, chain methods, define classes, authors to article could give more high-level solutions making use of several smaller topics along the way. – Jonathan Sampson Jul 2 '09 at 10:31
feedback

Say you want to write a tutorial on writing a simple filesystem, post a question along the lines of "How would I go about writing a simple file system?", then write your tutorial as an answer to that.

It's been said numerous times (by Mr Atwood and the likes) that using SO as your own "programming notebook" is a perfectly valid use of the site, so long as you make everything fit with its Q&A-style.

From Jeff's post about the start of the StackOverflow private beta:

yes, it is OK and even encouraged to answer your own questions, if you find a good answer before anyone else.

There's also a related question on StackOverflow about exactly this, "Is it poor etiquette to answer your own question?"

If you write a good answer (even to your own question), the community benefits (more good answers == good), and you'll probably get lots of (well earned) rep for it. Everyone wins.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged