The Best Time to Submit To Hacker News 2018 - 2019

submited by
Style Pass
2021-06-06 18:00:08

I recently came across the Hacker News Dataset on Bigquery, so naturally, my first question was: When is the best time to submit to Hacker News? Naturally, I’m not the first person to ask this question, and a quick Google seach shows an article from 2017 on the topic. That article focuses on determining what time of the day most top posts were made, and concludes that the most active times are the best times to post. However, I wanted to frame the question a bit differently: What posting time of the week gives the greatest chance of an article making it to the frontpage?

The dataset doesn’t show the top rank achieved by posts, but it gives the total number of upvotes for posts which is a good proxy. For the analysis, I defined “frontpage” posts as posts having 50 or more upvotes. Then, the goal is to figure out which hour of the week has the greatest proportion of posts that make it to 50 votes. I used Jan 1, 2018 as the start date of the analysis, ending at the current time (May, 2019).

Next, I exported these results as JSON and wrote a quick script to get the final counts of new and frontpage posts per hour of the week, and then divided those numbers to get the chance of any post making it to the frontpage. The results are shown in the table below:

Leave a Comment