Earlier quoted context omitted.
Here's a chart from the thread I linked above: https://docs.google.com/spreadsheets/d/13yGlJzFpVzZ-WNHAOsdo... EDIT: I generated a new sheet for the chart with up-to-date data and fixed a data issue noted below.
Does anyone have any idea _why_ there's a peak in Q1 2020?
Lowest “Who is hiring?” Post Count in 30 Months
11–20 of 318 posts
Re: Lowest “Who is hiring?” Post Count in 30 Months
#12Earlier quoted context omitted.
Here's a chart from the thread I linked above: https://docs.google.com/spreadsheets/d/13yGlJzFpVzZ-WNHAOsdo... EDIT: I generated a new sheet for the chart with up-to-date data and fixed a data issue noted below.
Does anyone have any idea _why_ there's a peak in Q1 2020?
Re: Lowest “Who is hiring?” Post Count in 30 Months
#13Re: Lowest “Who is hiring?” Post Count in 30 Months
#14Earlier quoted context omitted.
Here's a chart from the thread I linked above: https://docs.google.com/spreadsheets/d/13yGlJzFpVzZ-WNHAOsdo... EDIT: I generated a new sheet for the chart with up-to-date data and fixed a data issue noted below.
Does anyone have any idea _why_ there's a peak in Q1 2020?
The spike was in March which was the start of the COVID-19 pandemic in the United States/shelter-in-place, which was a time of odd behavior and so a spike wouldn't be too weird.
It turns out that dang posted a special whoishiring soon after which was massively popular: https://news.ycombinator.com/item?id=22665398
I thought I filtered out nonstandard threads in the query:
WITH whoishiring_threads AS (
SELECT id FROM `bigquery-public-data.hacker_news.full`
WHERE `by` = "whoishiring"
AND REGEXP_CONTAINS(title, "Ask HN: Who is hiring?")
)
...but that filter is a regex, and in a regex the `?` is a modifier character and not a literal. So the query will combine the counts of both the top-level comments of that thread and the original one.Data science is fun like that, and surprisingly not the first time I've made that particular query mistake.
Re: Lowest “Who is hiring?” Post Count in 30 Months
#15Re: Lowest “Who is hiring?” Post Count in 30 Months
#16Perhaps the posts were restricted to a certain time frame, or coincidence?
Re: Lowest “Who is hiring?” Post Count in 30 Months
#17Earlier quoted context omitted.
Here's a chart from the thread I linked above: https://docs.google.com/spreadsheets/d/13yGlJzFpVzZ-WNHAOsdo... EDIT: I generated a new sheet for the chart with up-to-date data and fixed a data issue noted below.
Does anyone have any idea _why_ there's a peak in Q1 2020?
There was a combination of large companies needing programmers to enable remote work or process changes due to the pandemic, stimulus funds causing a lot of VC funding to hit startups, hiring binges at FAANG companies, and everyone suddenly being remote-friendly.
Re: Lowest “Who is hiring?” Post Count in 30 Months
#18My theory, YC software team has been building features like https://www.workatastartup.com/ and so YC companies are posting less on HN.