Show HN: Hacker News historic upvote and score data
41–50 of 50 posts
Re: Show HN: Hacker News historic upvote and score data
#42Malwarebytes warned me about this site. Website blocked due to riskware. IP 37.27.51.34 port 443 Firefox error reported as Problem Loading Page: >SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG Could be my machine. I'm on Win7Pro with FF 115.24.0 so old and out of date here.
Re: Show HN: Hacker News historic upvote and score data
#43Malwarebytes warned me about this site. Website blocked due to riskware. IP 37.27.51.34 port 443 Firefox error reported as Problem Loading Page: >SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG Could be my machine. I'm on Win7Pro with FF 115.24.0 so old and out of date here.
Re: Show HN: Hacker News historic upvote and score data
#44> Highest Points 461 Most upvoted story Not sure that's accurate. If you look at just yesterday, you have this story: https://news.ycombinator.com/item?id=44163063 Which has over 2200 points.
Re: Show HN: Hacker News historic upvote and score data
#45The problem with analyzing HN comment and submission voting is we don't (AFAIK) have access to downvotes and that changes everything. We used to know the net votes for comments but that was removed years ago. Only submissions have net votes. But what you find is that position matters, both for submissions and comments. There's a world of difference between being on the front page or not and being on the first page of…
Re: Show HN: Hacker News historic upvote and score data
#46I'm also collecting this data, and it allows rendering beautiful heatmaps like here: https://github.com/ClickHouse/ClickHouse/issues/59020 Try: ssh play@play.clickhouse.com SELECT id, max(score) AS s, max(descendants), argMax(title, update_time), arrayStringConcat(arrayMap(x -> format('\x1b[38;2;{0};{1};{2}m\xE2\x96\x88\x1b[0m', least(greatest(sqrt(x / 10) * 255, 0), 255)::UInt8::String, least(greatest(sqrt((x - 10)…
Re: Show HN: Hacker News historic upvote and score data
#47Looking at the charts they all seem to take off. To me that begs the question, do they take off because they hit the front-page and get all the attention, or are some of them bought upvotes like on Reddit?
Re: Show HN: Hacker News historic upvote and score data
#48I'm also collecting this data, and it allows rendering beautiful heatmaps like here: https://github.com/ClickHouse/ClickHouse/issues/59020 Try: ssh play@play.clickhouse.com SELECT id, max(score) AS s, max(descendants), argMax(title, update_time), arrayStringConcat(arrayMap(x -> format('\x1b[38;2;{0};{1};{2}m\xE2\x96\x88\x1b[0m', least(greatest(sqrt(x / 10) * 255, 0), 255)::UInt8::String, least(greatest(sqrt((x - 10)…
i'm actually pretty sure I remember you from a few months back. didn't you post this then? if not i might have seen it in a comment or smthing
Feel free to share if you like!
Re: Show HN: Hacker News historic upvote and score data
#4910 months is definitely not a while in my book.
Re: Show HN: Hacker News historic upvote and score data
#50The problem with analyzing HN comment and submission voting is we don't (AFAIK) have access to downvotes and that changes everything. We used to know the net votes for comments but that was removed years ago. Only submissions have net votes. But what you find is that position matters, both for submissions and comments. There's a world of difference between being on the front page or not and being on the first page of…