The most popular links posted by developers to Stack Overflow
41–50 of 69 posts
Re: The most popular links posted by developers to Stack Overflow
#42Re: The most popular links posted by developers to Stack Overflow
#43Thanks for the comments and votes. By the way if anybody is interested this was presented as part of the mining challenge at MSR2013 http://2013.msrconf.org/challenge.php and here is the paper http://thechiselgroup.org/2013/03/27/a-study-of-innovation-d...
Re: The most popular links posted by developers to Stack Overflow
#44Nice work. This would take some work (more on the server's part than yours), but I think it would be more accurate if you tested the links for 301 redirects and consolidated the results accordingly. For example, in the ASP.NET tag one of my pages has 112 links to an older URL ( http://encosia.com/2008/05/29/using-jquery-to-directly-call-... ) that 301 redirects to a newer URL ( http://encosia.com/using-jquery-to-dire…
Re: The most popular links posted by developers to Stack Overflow
#45The most popular link for Android answers is AsyncTask. It makes sense, one of the biggest complaint about Android is that it isn't always perfectly smooth and people notice the jerkiness in the UI. I would say a large majority of the time it is because an Android app developer is running slow code on the UI thread instead of doing it correctly.
Re: The most popular links posted by developers to Stack Overflow
#46Looking at the results for C++, it looks like the text santizing you're doing on link titles is losing the "++". All the titles seem to have C instead of C++, e.g. "Boost C Libraries" should be "Boost C++ Libraries". You're also losing the # in C# and the dot in .NET, and probably others.
Re: The most popular links posted by developers to Stack Overflow
#47This is very cool! This only a minor quibble but when you've selected e.g. C and then C++, the 'x' to remove one or other tag from the search results is nearly invisible. I only found it because I've used a similar 'x' box before on a different site to remove results.
Re: The most popular links posted by developers to Stack Overflow
#48This is an awesome idea! Is there any way to create a randomized list weighted with popularity (so for a given tag you can refresh to find new links, but still ones likely to be interesting)?
To your question, yes I am currently testing some ideas for a magic ranking system. One option is as you say a kind of random select amounts popular or trending links. Another is a smart weighted sort when filtering by multiple tags. One problem is that right now if you add jQuery to your filter, the javascript results are going to just dominate everything else.
Re: The most popular links posted by developers to Stack Overflow
#49Here's the same but for Hacker News http://www.hnstore.co/42.html
Re: The most popular links posted by developers to Stack Overflow
#50It would be interesting to weight the links by the score of the corresponding comment.