Show HN: HN Trends - like Google Trends, but for Hacker News
21–30 of 110 posts
Re: Show HN: HN Trends - like Google Trends, but for Hacker News
#22Is it possible to somehow normalize the numbers by the total number of posts/comments, so that trends across the years do not mostly reflect the user base/activity growth at HN? Awesome work thus far though.
Re: Show HN: HN Trends - like Google Trends, but for Hacker News
#23I asked it about ios and android and it broke :( http://hntrends.jerodsanto.net/?q=ios%2C+android
Re: Show HN: HN Trends - like Google Trends, but for Hacker News
#24Re: Show HN: HN Trends - like Google Trends, but for Hacker News
#25On an IPad1 the charts render so slowly it's watching a race between brightly colored snakes. Very suspenseful. Please do normalize the results.
Re: Show HN: HN Trends - like Google Trends, but for Hacker News
#26first of all, very cool. how is it normalized? every single thing I type in has an upward trend, which to me just suggests that interest in Hacker News has increased over the last few years... and I don't really need a chart to tell me that since I live in silicon valley :)
Good point. I wasn't really thinking about normalization as I was more interested in comparing trends on multiple terms, but I don't think it'd be too much work to change the algorithm to account for HN's growth.
Re: Show HN: HN Trends - like Google Trends, but for Hacker News
#27first of all, very cool. how is it normalized? every single thing I type in has an upward trend, which to me just suggests that interest in Hacker News has increased over the last few years... and I don't really need a chart to tell me that since I live in silicon valley :)
Re: Show HN: HN Trends - like Google Trends, but for Hacker News
#28I searched for my own username expecting a flatline, but there were a few hits in the last few years. Flattering, but I'm fairly certain that hackers have not been talking about me. ;) Perhaps you should only query titles and text, not usernames? edit: for example, searching for pg would include his own submissions as well as mentions and Ask PG subs.
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!
&weights[username]=0.0
Re: Show HN: HN Trends - like Google Trends, but for Hacker News
#29Re: Show HN: HN Trends - like Google Trends, but for Hacker News
#30first of all, very cool. how is it normalized? every single thing I type in has an upward trend, which to me just suggests that interest in Hacker News has increased over the last few years... and I don't really need a chart to tell me that since I live in silicon valley :)
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…