Y Combinator Dataset Of Posts
If anyone is considering making a YCombinator site search or wants to perform an analysis of historical posts then we've made a dataset available at http://www.xirium.com/ycombinator-news20080424.tar.gz
The dataset is 100MB, so only download it if you need it. This dataset may be removed in the next week or so.
22 comments
[ 3.5 ms ] story [ 36.7 ms ] threadAnyhow, I was expecting at most 20 concurrent connections before traffic decayed. I wasn't expecting concurrent connections from 56 unique IP addresses. The server is in London and it is transferring 1.7MB/s, mostly to European users. However, latency and routing to US clients seems to drastically reduce throughput to those users.
Most of the HTTP 206 [Partial] requests seem to be from Internet Explorer, despite this being a relatively obscure choice on this forum. I can only suppose that IE is quite inclined to re-establish connections after a connection briefly stalls. The latter would be because the httpd state creeped 39MB into virtual memory on this 64MB RAM server. This would also be why TCP window scaling didn't occur.
Anyhow, I knew it was risky to use this server to serve relatively large files but it will be used in the future for posting smaller tidbits.
the latter cancels the former.
I'll update with the link as soon as it's done.
Anyway, the mirror is:
http://sadiq.uwcs.co.uk/ycombinator-news20080424.tar.gz
http://weblava.net/ycombinator-news20080424.tar.gz
http://weblava.net/ycombinator-news-profile20080424.tar.gz
For what it's worth, here are additional mirrors.
Posts: http://dl.getdropbox.com/u/315/programming/datasets/ycombina...
Profiles: http://dl.getdropbox.com/u/315/programming/datasets/ycombina...
You also want to mirror the update utility ( http://news.ycombinator.com/item?id=173354 ).
Top users by "karma earned per day of membership":
The ones who got their karma very quickly are the interesting ones to check out.One suggestion: it would be even more useful (for my purposes at least) if you had another version that only included the full posts, rather than having the full posts in addition to having separate files for each comment subthread. The way it is now, there is a lot of data duplication, since a comment of depth n will appear in n separate files.