Live data from Hacker News

Show HN: I made Google Trends for Hacker News by indexing 18 years of comments

hackernewstrends.com

91–100 of 169 posts

Re: Show HN: I made Google Trends for Hacker News by indexing 18 years of comments

#91

Hello HN, This was a small project of mine after I've found out that I can simply the whole hackernews archive (~48GB) and play around with it. You can compare terms just like in google trends and you can also see the exact posts & comments from that time. I like that you can discover what went crazy in the timeline, they just come up as small burst of activity, it's quite fun to play around with it. https://hackerne…

> https://hackernewstrends.com/who-is-hiring

Currently it says "no job-post mentions in this window" for everything. Transient error?

Re: Show HN: I made Google Trends for Hacker News by indexing 18 years of comments

#94
post #8

This is the only HN submission I ever upvoted because it is amazing

If more people spent time on /new looking for awesome stuff and vouching for dead items, HN would be a better place.

Has anyone tried to make some sort of algorithm to find cool stuff on HN or sort by upvotes etc? I know it's cool and intended that such things don't exist, but has anyone tried?

Re: Show HN: I made Google Trends for Hacker News by indexing 18 years of comments

#95

I host a publicly open database with Hacker News data at https://play.clickhouse.com/play?user=play#U0VMRUNUICogRlJPT... So you can create any sort of similar services in a single SQL query and an HTML page. I also hosted it as a publicly accessible data lake, which you can query from everywhere: https://github.com/ClickHouse/ClickHouse/issues/29693#issuec... It is also updated in real-time.

It probably also got swamped in real-time...

Re: Show HN: I made Google Trends for Hacker News by indexing 18 years of comments

#97

I host a publicly open database with Hacker News data at https://play.clickhouse.com/play?user=play#U0VMRUNUICogRlJPT... So you can create any sort of similar services in a single SQL query and an HTML page. I also hosted it as a publicly accessible data lake, which you can query from everywhere: https://github.com/ClickHouse/ClickHouse/issues/29693#issuec... It is also updated in real-time.

Thank you for providing this, you are a hero!!! I'm gonna try to do cool stuff with it!

Re: Show HN: I made Google Trends for Hacker News by indexing 18 years of comments

#100
> API design, era by era: REST becomes the web's default 2012–15, then the post-REST generation splits: gRPC for service-to-service from 2016, GraphQL for the client from 2017.

No. Looking at the diagram, REST is the default until 2017, GraphQL is briefly popular around early 2020s, then the web resturns to REST.

Post reply on HN