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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I used an LLM to parse HN Who's Hiring comments to structured job data

16 点作者 tekmaven超过 1 年前
Hello! I used an LLM to extract structured data from each comment on the “Ask HN: Who is Hiring? (January 2024)” post, available at: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38842977">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38842977</a>. This created a dataset of 400+ jobs with data such as title, company name, location, is job remote, salary data, and the URL&#x2F;email to contact. For the UI, a NextJS static site was created to filter and view the structured data.

6 条评论

alecsm超过 1 年前
Funny that only 51 out of 475 jobs show the salary while tech people are very vocal against not showing it.
quickthrower2超过 1 年前
Good stuff. Remote is not a boolean though. It would be good to specify:<p>* Which countries can apply for the role (or is it Global)<p>* Which timezones can apply for the role (or is it Global)<p>If not specified you could assume you need to be a citizen of their country and in their time zone +&#x2F;- 3 hours.<p>I think this is where an LLM can shine, it may be able to make good guesses about this stuff.
helsinkiandrew超过 1 年前
Nice, a time&#x2F;date on each comment might be useful, so you can find the jobs posted an hour ago rather than 5 days.
评论 #38912488 未加载
LorenzoGood超过 1 年前
Awesome!<p>Small suggestion, move the &quot;Link to original comment&quot; button, to the HN comment drop-down.
评论 #38940244 未加载
chrissnell超过 1 年前
Can we get a &quot;Kubernetes&quot; added to the technologies filter?
niemyjski超过 1 年前
Pretty awesome!!