Live data from Hacker News

Ask HN: Why do some YC companies keep posting the same job bi-weekly?

news.ycombinator.com

31–40 of 40 posts

Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?

#31
I 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?

#32
post #10
post #8

I 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.

[deleted]

Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?

#33

I 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.

Some companies are following a similar pattern for already approved hires using H-1B.

Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?

#34

I 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.

I just passed on an application that asked for nationality, gender, pronouns, whether I'm part of some sort of victimhood "community", veteran status, indigeneity category, or whether I'd describe my identity some other way, for which they replaced the cover letter textbox so I can give them as much useful info as possible. Insane.

Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?

#35
post #20

Earlier 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…

I would actively avoid hiring anyone that used one of those services.

Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?

#36

Easy 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

Don't forget Skio and BuildZoom.

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 >> c

Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?

#37
post #27
post #8

I 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.

[flagged]

Re: Ask HN: Why do some YC companies keep posting the same job bi-weekly?

#38
post #21
post #10

Earlier 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.

> The idea is that if someone spectacular comes on the market they can either replace an existing dev

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?

#40
post #26
post #7

Earlier 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.

The first #3 engineer set up the job ad script too, and none of the other 17 people could figure out how to increment the integer. It's hard to find good help these days!
Post reply on HN