Show HN: Historical HN Hiring Data (hnhiringtrends.com)
Hi HN!
A few days ago I saw a graph[0] that showed the # of job postings on HN was declining. I started wondering what other trends I could glean from the data, so I created this!
You can filter through the top level comments by keyword; for example you can filter by "remote" to see the massive spike around March 2020. Another interesting thing I found is that I can compare hiring across cities.
I hope you enjoy! I made it so that the links to your search are sharable so if you have some interesting data you should be able to just link the page you're on!
[0] https://rinzewind.org/blog-en/2023/the-tech-downturn-seen-th...
23 comments
[ 0.22 ms ] story [ 66.0 ms ] threadI was thinking of preventing this using semantic search with OpenAI's embeddings, but I realized that the total size of the embedded comments would be around 2GB, which most people probably do not want to download.
I've been doing something similar with all "software engineer" job posts for the last 10 months: https://devquarterly.com/insights/trends
Interesting to see the trends on YC are pretty much the same as they are on linkedin, indeed and glassdoor.
What do you mean?
A little feedback:
Something is off with the graph when I try to use multitouch gestures. May need to adjust the call in whichever javascript library to disable zoom if that is desired, or correct some parameter.
I might find it easier to read if there were fewer x major ticks, so one per year for instance.
But overall very nice. Simple and to-the-point data visualisation without bloat
Edit: should be fixed!