http://hntrends.jerodsanto.net/?q=rails%2Cdjango
Interesting that Ruby stays below Python but Rails stays well above Django.
31–40 of 110 posts
http://hntrends.jerodsanto.net/?q=rails%2Cdjango
Interesting that Ruby stays below Python but Rails stays well above Django.
These trends are fairly interesting... http://hntrends.jerodsanto.net/?q=pg http://hntrends.jerodsanto.net/?q=y+combinator http://hntrends.jerodsanto.net/?q=pg%2C+tptacek%2C+patio11%2... http://hntrends.jerodsanto.net/?q=2007%2C+2008%2C+2009%2C+20... http://hntrends.jerodsanto.net/?q=android%2C+iphone vs. http://www.google.com/trends?q=android%2C+iphone&ctab=0&... http://hntrends.jerodsanto.net/?q=show+hn%2C+ask+hn%2…
I'm looking now to see if there's an easy way to filter around it. I've also been emailing with one of the ThriftDB guys and I'll ask him as well.
If not, it'd be very difficult to filter those out because I'm not currently (nor would I want to) retrieving all the matching items, just the number of hits.
These trends are fairly interesting... http://hntrends.jerodsanto.net/?q=pg http://hntrends.jerodsanto.net/?q=y+combinator http://hntrends.jerodsanto.net/?q=pg%2C+tptacek%2C+patio11%2... http://hntrends.jerodsanto.net/?q=2007%2C+2008%2C+2009%2C+20... http://hntrends.jerodsanto.net/?q=android%2C+iphone vs. http://www.google.com/trends?q=android%2C+iphone&ctab=0&... http://hntrends.jerodsanto.net/?q=show+hn%2C+ask+hn%2…
I was surprised to learn that the search API returns hits on usernames when they appear outside of the post/comment content. I'm looking now to see if there's an easy way to filter around it. I've also been emailing with one of the ThriftDB guys and I'll ask him as well. If not, it'd be very difficult to filter those out because I'm not currently (nor would I want to) retrieving all the matching items, just the numbe…
Earlier quoted context omitted.
I was surprised to learn that the search API returns hits on usernames when they appear outside of the post/comment content. I'm looking now to see if there's an easy way to filter around it. I've also been emailing with one of the ThriftDB guys and I'll ask him as well. If not, it'd be very difficult to filter those out because I'm not currently (nor would I want to) retrieving all the matching items, just the numbe…
Oh yes, I forgot you were using the HNSearch API. By the way, I hope you win the API Contest (don't they decide tomorrow?). You for sure get my vote!
http://hntrends.jerodsanto.net/?q=ruby%2Cpython http://hntrends.jerodsanto.net/?q=rails%2Cdjango Interesting that Ruby stays below Python but Rails stays well above Django.
Earlier quoted context omitted.
Came to say exactly this. The chart seems to start (by default anyway) at the beginning of 2007. I'm guessing the user-base and thus activity of HN has increased considerably since then. So yes it would be good to be able to re-normalise in some way. By the number of registered users would probably be the simplest. By number of comments posted would be another, by number of submissions or even number of words would a…
It uses submission titles AND comments. How would you suggest going about normalization?
So if say in q1 2011 there were 1m posts + comments, and in q1 2007 10k, multiply the count for q1 2007 by 100.
It would be truly great to have this normalisation optional, e.g option to normalise by comment+post count and maybe also normalise by number of users (could be an interesting comparison). And perhaps have them super-imposed on each other!
Earlier quoted context omitted.
Strange, I didn't expect the search API to return results for a name that's in the by-line of a comment, but it sure does: http://www.hnsearch.com/search#request/comments&q=pvilch... This is something I should definitely work around in the future. Thanks for bring it to my attention!
You can exclude authors by setting the weight to 0 in your API call: &weights[username]=0.0
Nice work! I had the same exact idea for the contest and bought the hntrend.com domain 2 weeks ago, too bad I was too lazy to finish it :)