TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Analysing 10 years of 'who is hiring' HN data

27 点作者 ritzaco9 个月前

3 条评论

durandal19 个月前
HNHiringTrends[1] is my goto site when I try to explain the current hiring sentiment of software.<p>[1] <a href="https:&#x2F;&#x2F;hnhiringtrends.com" rel="nofollow">https:&#x2F;&#x2F;hnhiringtrends.com</a>
评论 #41438723 未加载
评论 #41440636 未加载
from-nibly9 个月前
As someone looking for a job. Oof.
kragen9 个月前
my quick and dirty version of this from march was <a href="http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;hiring.png" rel="nofollow">http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;hiring.png</a>. i only bothered to gather 7 years of data though<p>csv generation script at <a href="http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;whoishiring.py" rel="nofollow">http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;whoishiring.py</a> (taking as input <a href="http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;whoishiring.txt" rel="nofollow">http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;whoishiring.txt</a>, copied and pasted from firefox), png generation script at <a href="http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;plothiring.py" rel="nofollow">http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;plothiring.py</a><p>it, uh, probably took me more than the 5 minutes it reportedly took chatgpt. more like two and a half hours, judging from time.ctime(os.stat(&#x27;whoishiring.txt.~1~&#x27;).st_mtime), although i think i ate dinner in the middle. clearly i should lean more on chatgpt<p><a href="https:&#x2F;&#x2F;github.com&#x2F;saulpw&#x2F;visidata">https:&#x2F;&#x2F;github.com&#x2F;saulpw&#x2F;visidata</a> looks pretty cool!