A long term side project of mine is to try to build a recommendation algorithm trained on HN data. I trained a model to predict if a given post will reach the front page, get flagged etc, I collected over a 1000 RSS feeds and rank the RSS entries with my ranking models. I submit the high ranking entries on HN to test out my models and I can reach the front page consistently sometimes having multiple entries on the fr…
Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
161–170 of 171 posts
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#162Earlier quoted context omitted.
"Hundreds of dollars" sounds a bit painful as an EU engineer and entrepreneur :), but I guess it's all relative. We would think twice about investing this much manpower and compute for such an exploratory project even in a commercial setting if it was not directly funded by a client. But your technical skill is obvious and very impressive. If you want to read more, my old bachelor's thesis is somewhat related, from w…
As an EU-based engineer, you wouldn't do this, it's a massive GDPR violation (failure to notify data subjects of data processing), which does actually have extraterritoriality, although I somehow doubt that the information commissioners are going to be coming after OP.
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#163Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#164Getting "Argo tunnel error" on the page
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#165Very nice. Since Hn data spawns so many such fun projects, there should be a monthly or weekly updates zip file or torrent with this data, which hackers can just download instead of writing a scraper and starting from scratch all the time.
It is very easy to get this dataset directly from HN API. Let me just post it here: Table definition: CREATE TABLE hackernews_history ( update_time DateTime DEFAULT now(), id UInt32, deleted UInt8, type Enum('story' = 1, 'comment' = 2, 'poll' = 3, 'pollopt' = 4, 'job' = 5), by LowCardinality(String), time DateTime, text String, dead UInt8, parent UInt32, poll UInt32, kids Array(UInt32), url String, score Int32, title…
I saw recursive cte blog post..but this doesn't seem to work your hn dataset
https://play.clickhouse.com/play?user=play#V0lUSCBSRUNVUlNJV...
Are recursive ctes disabled on this instance or am i doing something wrong?
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#166Earlier quoted context omitted.
It is very easy to get this dataset directly from HN API. Let me just post it here: Table definition: CREATE TABLE hackernews_history ( update_time DateTime DEFAULT now(), id UInt32, deleted UInt8, type Enum('story' = 1, 'comment' = 2, 'poll' = 3, 'pollopt' = 4, 'job' = 5), by LowCardinality(String), time DateTime, text String, dead UInt8, parent UInt32, poll UInt32, kids Array(UInt32), url String, score Int32, title…
May I hijack this thread for a related q. I love the public up-to-date hn dataset. I saw recursive cte blog post..but this doesn't seem to work your hn dataset https://play.clickhouse.com/play?user=play#V0lUSCBSRUNVUlNJV... Are recursive ctes disabled on this instance or am i doing something wrong?
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#167Is it possible to keep it up to date?
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#168Earlier quoted context omitted.
> However, the "Show HN" phrase is only used for self promotion I think, so even without the "I", anyone familiar with the convention will know it's self promotion. I think that's an extremely cynical view though a common one. I've never thought of "Show HN" as self promotion if it doesn't include "I" unless I go through to the actual product/library/post and find it full of self promotion. I agree with you that a po…
>Show HN is for sharing your personal work and has special rules. https://news.ycombinator.com/newsfaq.html
> On topic: things people can run on their computers or hold in their hands. For hardware, you can post a video or detailed article. For books, a sample chapter is ok.
> Off topic: blog posts, sign-up pages, newsletters, lists, and other reading material. Those can't be tried out, so can't be Show HNs. Make a regular submission instead.
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#169Earlier quoted context omitted.
May I hijack this thread for a related q. I love the public up-to-date hn dataset. I saw recursive cte blog post..but this doesn't seem to work your hn dataset https://play.clickhouse.com/play?user=play#V0lUSCBSRUNVUlNJV... Are recursive ctes disabled on this instance or am i doing something wrong?
This is unclear to me, I will ask the author.
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#170Earlier quoted context omitted.
It is very easy to get this dataset directly from HN API. Let me just post it here: Table definition: CREATE TABLE hackernews_history ( update_time DateTime DEFAULT now(), id UInt32, deleted UInt8, type Enum('story' = 1, 'comment' = 2, 'poll' = 3, 'pollopt' = 4, 'job' = 5), by LowCardinality(String), time DateTime, text String, dead UInt8, parent UInt32, poll UInt32, kids Array(UInt32), url String, score Int32, title…
May I hijack this thread for a related q. I love the public up-to-date hn dataset. I saw recursive cte blog post..but this doesn't seem to work your hn dataset https://play.clickhouse.com/play?user=play#V0lUSCBSRUNVUlNJV... Are recursive ctes disabled on this instance or am i doing something wrong?