Ask HN: Why do some YC companies keep posting the same job bi-weekly?
31–40 of 40 posts
Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?
#32I assume you're talking about the front-page job ads described in https://news.ycombinator.com/newsfaq.html and https://news.ycombinator.com/jobguide.html ? I've been meaning to look at the data to see what needs to be tightened or cleaned up there. Currently the rule is that active YC companies can have an ad at most once per two weeks (as you saw), with the caveat that priority is always given to the company that h…
I just hope someday they find that engineer! They've been looking for him for years. Maybe they should be required to re-word it once a month or once every 6 months. After awhile I start to be put off by the company's name just because of the perpetual noticing.
Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?
#33I just talked with a recruiter that said 80% of companies are posting jobs just so they collect the answers to the diversity questions so they can prove to the government that they are considering everyone. You know, the questions about race, gender, veteran status, and disabilities.
Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?
#34I just talked with a recruiter that said 80% of companies are posting jobs just so they collect the answers to the diversity questions so they can prove to the government that they are considering everyone. You know, the questions about race, gender, veteran status, and disabilities.
Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?
#35Earlier quoted context omitted.
You only got two dozen (~24) applications for a job posting!? How is that possible in this current job market where jobs get hundred of applications within days? That's not to say hundred of qualified applications, just applications in general, unqualified and qualified.
Any of the mainstream job site's listings get hundreds of low-effort, rapid-fire applications. GP's post on who's hiring ( https://news.ycombinator.com/item?id=38501428 ) requires you to think a little about what they do and send an email to a jobs@ address. That's more effort than the person who is "applying" to 200 jobs every day is willing to put in. Sonara*1, LazyApply*2, and others allow job seekers to create an…
Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?
#36Easy Post is the one I’ve seen constantly and consistently over several years. I assume it’s a growth hack where they just constantly have their name in front of HN eyeballs
TIL Algolia supports the job tag (it's not in the docs).
# Using https://gabrielsroka.github.io/webpages/pith.html
u = '//hn.algolia.com/api/v1/search_by_date?tags=job'
jobs = []
for p in range(50)
? 'Fetching page', p
s = await getJson(u + '&page=' + p)
s.hits.forEach(j => j.name = j.title.match(/(.*?) \(/)?.[1] ?? j.title)
jobs = jobs.concat(s.hits)
debug.clear()
jobs.sort((j1, j2) => (j1.name + j1.created_at).localeCompare(j2.name + j2.created_at))
? jobs.map(j => j.created_at + ': ' + j.name).join('\n')
v = jobs.map(j => j.name).reduce((o, n) => (o[n] = o[n] + 1 || 1, o), {})
v = Object.entries(v).sort((v1, v2) => v2[1] - v1[1])
| Name | Count
for [n, c] in v
+ n >> cRe: Ask HN: Why do some YC companies keep posting the same job bi-weekly?
#37I assume you're talking about the front-page job ads described in https://news.ycombinator.com/newsfaq.html and https://news.ycombinator.com/jobguide.html ? I've been meaning to look at the data to see what needs to be tightened or cleaned up there. Currently the rule is that active YC companies can have an ad at most once per two weeks (as you saw), with the caveat that priority is always given to the company that h…
HN should allow comments on job posts. Even if you don't want those comments to be publicly visible, they should go in the database somewhere so that admins can see them. You will see people's many complaints if you look at the monthly "Who is hiring?" threads. One company in particular has been drawing scads of complaints the past few months.
Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?
#38Earlier quoted context omitted.
I just hope someday they find that engineer! They've been looking for him for years. Maybe they should be required to re-word it once a month or once every 6 months. After awhile I start to be put off by the company's name just because of the perpetual noticing.
There's a management strategy to always interview even if they don't actually need anyone. The idea is that if someone spectacular comes on the market they can either replace an existing dev, or create a new role for that person.
If I learned this happened after getting hired, I'd also be sure to always be interviewing for new positions
Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?
#39Especially since this forum is frequented by techies, having a job post will get eyes on their product from their target customers as well
Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?
#40Earlier quoted context omitted.
"Hmm Meticulous have been looking for a #3 founding engineer for 18 months, they're sooo dynamic"
Maybe they've hired 18 people and each one has only lasted a month! It doesn't get much more dynamic than that.