I wanted to share a little side project of mine that I created while tinkering around with GPT-3. The project uses the Algolia HN Search API [1] to retrieve the "Who is hiring?" posts from HN and then parses them with the help of GPT-3 / GPT-3.5 (I do not have API access to GPT-4, yet, but it already works quite well even with the older models). It then puts the job postings into a structured list that is hopefully e…
Any plans for making this open source?
Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
11–20 of 29 posts
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#12I wanted to share a little side project of mine that I created while tinkering around with GPT-3. The project uses the Algolia HN Search API [1] to retrieve the "Who is hiring?" posts from HN and then parses them with the help of GPT-3 / GPT-3.5 (I do not have API access to GPT-4, yet, but it already works quite well even with the older models). It then puts the job postings into a structured list that is hopefully e…
For example, for the March one it is ID 34983767 (from the algolia search or a "there's only so many of them, here's a list that I'll add to each month").
You can then get a list of all the top level comments at https://hacker-news.firebaseio.com/v0/item/34983767.json?pri...
And then pulling up a comment at https://hacker-news.firebaseio.com/v0/item/35255027.json?pri... to not have to parse any of its child comments or the HTML of the page.
(late edit: and re-reading the blog post while not trying to pay half attention to a meeting... that is what you are doing)
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#13What’s the advantage of GPT parsing here, the has comp filter?
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#14What’s the advantage of GPT parsing here, the has comp filter?
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#15A couple of small things.
First a request, would you be able to add filtering by location other than the #remote? Say I wanted to see only jobs in US, there's no way of doing that. That would also mean that "Santa Monica, CA" should also show up in the US filter so that could get tricky. Same thing I see for Europe where "Munich, DE" should also show up in a filter for "Europe".
and 2nd, the first three icon buttons at the beginning of each row are not accessible.
- You are using , but since they are clickable items that perform actions on the page they should be s OR the less recommended way is to use aria attributes + tabindex + role="button" (but honestly you don't need to really do that because buttons come with it built in, just use buttons and css). If you go the non-button route: https://developer.mozilla.org/en-US/docs/Web/Accessibility/A...
- your icons need some kind of accessibility text because they are not obvious to me what they do. The only one that is clear (to me) is the star, the other two do something that I did not expect. I thought I was sorting but then it popped up above the table, confusing
a. add screen reader friendly text for them using the visually-hidden css class in the link below
b. add a `title` attribute for everyone else.
https://www.a11yproject.com/posts/how-to-hide-content/awesome work!
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#16What’s the advantage of GPT parsing here, the has comp filter?
Seems the advantage is that OP didn't need to write any code to extract information from the unstructured data (e.g. job title, company name, remote/not, salary, location, etc.). It seems you can feed GPT all of this data and ask it to return these fields.
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#17Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#18I wanted to share a little side project of mine that I created while tinkering around with GPT-3. The project uses the Algolia HN Search API [1] to retrieve the "Who is hiring?" posts from HN and then parses them with the help of GPT-3 / GPT-3.5 (I do not have API access to GPT-4, yet, but it already works quite well even with the older models). It then puts the job postings into a structured list that is hopefully e…
This is really nice. I have 1 nitpicky comment on the blog. The font used is jarring for me to read.
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#19This is cool! I am definitely going to use this A couple of small things. First a request, would you be able to add filtering by location other than the #remote? Say I wanted to see only jobs in US, there's no way of doing that. That would also mean that "Santa Monica, CA" should also show up in the US filter so that could get tricky. Same thing I see for Europe where "Munich, DE" should also show up in a filter for…
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#20 https://news.ycombinator.com/item?id=34984365
Was flagged as part-time, possible because they mention "PART REMOTE".