Earlier quoted context omitted.
Why is it discriminatory? All else equal, isn't it clearly better to hire someone with no responsibilities outside of work, than someone who has to be out of the office at 5pm every day to deal with their kids?
It may be clearly better if all you need a bunch of young and fast code typists. What about ability to make balanced pragmatic decisions, not based on fun or hype? What about mature communications, understanding of business? Understanding of technical dept, complexity?
We Only Hire the Trendiest (2016)
311–320 of 420 posts
Re: We Only Hire the Trendiest (2016)
#312Earlier quoted context omitted.
If it works for you then great, but you are really limiting the pipeline of candidates. I'll bet there are 100 great candidates out there who don't even have Github accounts for every one you are seeing.
For every one of them, there are 100 people in the pipeline who can tell you in great detail how brilliant the last project they worked on is but can't write a lick of code.
Re: We Only Hire the Trendiest (2016)
#313Earlier quoted context omitted.
That comes awfully close to saying it's OK to discriminate against $GROUP so long as everyone doesn't do it.
Requiring a public portfolio is the same as racism now?
IOW, a fair reading is that the parent acknowledges that the practice excludes people who aren't in a position to have a public portfolio. (For whatever reason: IP rules, family obligations, lack of interest in programming as a hobby.) And that would be a problem if everyone did it. But everyone doesn't so it's OK as long as just some of us do it.
Re: We Only Hire the Trendiest (2016)
#314Earlier quoted context omitted.
I should not have made a personal attack. But I really would encourage you to consider what others have written and think about why your take on hiring is not healthy and may even be actively discriminatory against a protected class.
You'll be happy to know I have nothing to do with hiring of any kind, but just as an individual contributor it seems quite unhealthy to me to work on a team where work is my #1 priority, but everyone else's distant second. I suspect you'd find it quite ridiculous to have to pick up my slack as I have to run at 5pm to practice with my bandmates, at least if you weren't paid correspondingly more for the extra effort. C…
Company A will pay me $400k/yr, but only if I make work my top priority
Company B will pay me $150k/yr, no matter what
Please explain why it's "naive" to choose Company A. I don't need "ownership" in the company to profit from this.
I don't see how the company's reaction to my death factors into the decision at all.
Re: We Only Hire the Trendiest (2016)
#315Earlier quoted context omitted.
I get the idea but I don't think people expect you to do this all the time. It's more to back up a resume that's weak in other areas. (no name companies, no name University, etc. And this is all relevant to the area you're applying, what is no name somewhere is a name known elsewhere) I found having some open source contributions was a positive for my resume. People knew I could ship something then. They could litera…
Like I said before - I graduated from a no name college and a no name company and my average turn around time from looking to having at least two reasonable offers is less than three weeks - in 20 years. I haven’t done any side projects since 1994.
Hiring the trendiest is also a bit of an SV thing. I don't know if you're in SV or not but if your job searching doesn't involve any leetcode prep then I presume you're not in SV. (Less than 3 weeks on leetcode prep seems crazy to get a job in SV unless you practice regularly)
Re: We Only Hire the Trendiest (2016)
#316Earlier quoted context omitted.
The problem is the recruiters - how much justice would it be for someone to start a recruiting agency and say to applicants, 'oh you have recruiting experience? yeah...well, we're looking people with a different skillset.'
I think part of it is also the interviewing process. In general I like the idea of being interviewed by future colleagues but I have been in interviews where the interviewer had a really narrow perspective and there was only one right answer and only one valid approach to problem solving. I think interviewing should be taken seriously as a skill and interviewers should be trained more.
Re: We Only Hire the Trendiest (2016)
#317Earlier quoted context omitted.
> barely noticed, and it didn't affect my thinking on them. Some people dress up, some don't. Of course this doesn't say anything about their technical abilities. But showing you care about the interview matters and flip-flops don't send that message. It's basically as close to no effort as it gets while still being allowed in public. I'm sure you'd find the same as a sign of unprofessionalism in many other fields ev…
> But showing you care about the interview matters and flip-flops don't send that message I'm not looking for candidates to show that they care about the interview, or that they have put effort into preparing for it. I'm looking for them to show that they can take a verbal description of a problem and turn it into something concrete enough that they can solve, that they can think about algorithms, that they can code.
I'm sure gut-punching you also doesn't change the fact that they can think about algorithms and code. But it does say something about them as people and their character. Showing they put effort in preparing for the interview suggests they put effort in preparing [period]. I've seen plenty of exceptionally qualified people that were a net loss for any team due their attitude. I imagined that as an interviewer you already saw that interviews consist of more than just technical skills (there were probably other people in that panel looking at those other things specifically).
In life, and interviews, it's not just what you say but also how you say it. ;)
Re: We Only Hire the Trendiest (2016)
#318Earlier quoted context omitted.
I really see both sides of this. It’s hard to get around the fact that OSS and GH activity really, truly, is a good hiring signal. It’s certainly one of many, and it’s not (nor should it be) the be-all, end-all hiring signal. There are wizardly devs who stick to a strict 40 hour week. There are equally astounding devs who live, breath, and dream code all day every day. We’d all be lucky to work with both. I don’t see…
On the one hand, it's hard to deny that a requirement (or strong preference) like this will often discriminate against some fairly large groups. And it feels cringe-y for that reason. But it's also hard to deny the value of a portfolio that's directly relevant to the job being hired for. And, if I'm being honest... I do a lot of writing as part of my job. If I'm hiring someone for a role like mine, you can be sure th…
I’d be ok with using public projects / GitHub as a boost to get someone into the hiring funnel, but I’d never use “no GitHub profile” as a reason to filter a candidate out.
Re: We Only Hire the Trendiest (2016)
#319Earlier quoted context omitted.
JS in Node and JS in browser is not that different. It's the same language, using the same JavaScript engine (v8 for chrome). The difference is in the APIs provided by Node vs Browser, which is pretty minor. Many popular JS libraries will run in Node just as well as Browser. That being said, JS is a pretty shit language and I don't know why anyone would want to use it for backend work.
>same JavaScript engine (v8 for chrome) That way lies surrender by default to the Google empire.
Re: We Only Hire the Trendiest (2016)
#320One frustration I've had recently is the number of companies encouraging or requiring code in the public sphere. They want to see open-source contributions or an active and impressive personal github page. If your employer is protective of their IP ( mine is ) and/or you are not willing to spend evenings and and weekends on pet projects, you are out of the running. Also >But if you think programmers aren't elitist, t…
I'll be honest: if you have one person who spends 8 hours a day practicing a talent, and another who spends 10 or 12 hours a day practicing their talent, which is going to be better at that skill? Having lots of open source code to read demonstrates in public the prospect's talent for writing code, has examples of their collaboration with others, etc, but also simply means they spend more time writing code and gettin…