Live data from Hacker News

The most popular links posted by developers to Stack Overflow

linkedlists.net

31–40 of 69 posts

Re: The most popular links posted by developers to Stack Overflow

#35
post #14

I'd be interested in seeing what happens when you bucket citations by domain instead of URL. Google Analytics counts over a thousand unique referring SO pages to Cocoa Controls ( http://www.cocoacontrols.com ) this year alone. But, of course, most of the links back to my site are long tail.

Great idea, will try and look at that next.

Another good reason to do this is for example the android tag. Most of the top results are Android documentation for basic classes like ASyncTask and Activity. If I could filter out google domains I'd be left with interesting links related to Android.

Re: The most popular links posted by developers to Stack Overflow

#37

Top Objective-C link points to ASIHTTPRequest, an obsolete networking library that is no longer supported (and even its developer recommends against using it).

Right but there's a lot of people still maintaining code that has it implemented and also a lot of tutorials that people are using that likely use that framework.

Re: The most popular links posted by developers to Stack Overflow

#39
post #21

Earlier quoted context omitted.

You learn something every day. I was sure URLs are not case sensitive until now. While domain names are not case-sensitive, the rest of the URL might be. In our example, this would be everything that follows “.com” as in wisegeek.com/are-urls-case-sensitive.htm.

Think about it, the host server gets the path string raw, it's up to it how to interpret it.

Ideally, it would do a redirect to the ‘canonical’ resource (all lowercase, e.g.), so that the browser only has to cache stuff once – but that would take another request at least once. Is there some way for the server to serve the content and redirect in the same reply? As in ‘Here’s your picture, but it is really called foo.jpg rather than FOO.jpg’?

Re: The most popular links posted by developers to Stack Overflow

#40
This 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.
Post reply on HN