Earlier quoted context omitted.
I respectfully disagree. Get some decent HR people and don't give them the last call on hiring decisions. Make it clear that HR is supporting the process, but not leading the process and that the last call is with the department/team that is looking for a hire. Let HR take all the tedious tasks of hiring from the developers, such as all the legalese, handling employee benefits, sick reports and all associated paperwo…
I don't think there is a need to "respectfully disagree" to a disrespectful comment. Just like there are terrible dev teams there are terrible HR departments, and this sounds like one of them. But as you mention, if developers were to handle everything related to hiring, firing, sick reports, vacation, benefits, contracts, compliance etc. that HR does, I doubt there would be any profit.
He got 1%, we can't hire him
121–130 of 594 posts
Re: He got 1%, we can't hire him
#122Earlier quoted context omitted.
Don't developers in London get paid crap though? I've heard horror stories about ridiculously low London salaries here on Hackernews. Are the low salaries just because their is a surplus developer talent in the UK?
It really depends on your definition of crap. London dev salaries range from £24k for absolute juniors to £120k+ for the top 2%. Contractors fare substantially better. In my recruiter days I placed a Python developer who had experience with a particular trading system on a contract with a large trading firm. His contract was £1,100 per day for 6 months. Keep in mind the other notable differences between here and the…
Re: He got 1%, we can't hire him
#123Earlier quoted context omitted.
I don't think there is a need to "respectfully disagree" to a disrespectful comment. Just like there are terrible dev teams there are terrible HR departments, and this sounds like one of them. But as you mention, if developers were to handle everything related to hiring, firing, sick reports, vacation, benefits, contracts, compliance etc. that HR does, I doubt there would be any profit.
The problem with HR is that they do tasks they are not qualified to as a mission . It's the role that's broken, note the teams.
What the HR person would know is how the person appears socially and how he manages to present himself.
The company should make sure the HR person isn't the only one deciding if somebody gets hired or not, because the HR person simply does not possess the tools needed to get the best man for the job by himself.
Re: He got 1%, we can't hire him
#124And who isn't aware that psychologists have recently been forced to abandon the Asperger Syndrome diagnosis, after an epidemic of phony diagnoses of people who are often very successful in spite of the diagnosis, people like Bill Gates, Nicola Tesla and Albert Einstein?
The big picture is that society is in the midst of a re-assessment of the role and meaning of psychology, and the future doesn't look very bright for psychiatrists and psychologists. More here: http://www.psychologytoday.com/blog/side-effects/201305/the-...
Re: He got 1%, we can't hire him
#125Earlier quoted context omitted.
Why do people say "doing fizzbuzz" rather than just programming? Fizzbuzz is just a trick question to see if new programmers know how to use the modulo operator or not.
You can solve fizbuzz without modulo operator: bool divisible_by(int a, int b) { return a==((a/b)*b); } It doesn't require anything more than knowledge about what division means, and I think it's fair play to require such knowledge from programmers.
Re: He got 1%, we can't hire him
#126In this instance a reasonable compromise would seem to be to have the HR manager state what the specific issues they felt might exist were and call the candidate back to talk through them and see if they could be substantiated. If someone was that bad a fit then I doubt very much it would be hard to surface supporting evidence in a face to face discussion.
Re: He got 1%, we can't hire him
#127Perhaps that could be the problem, HR used test as an excuse.
Re: He got 1%, we can't hire him
#128Re: He got 1%, we can't hire him
#129Maybe you should consider Google's old screening logic test. While being completely ridiculous and ineffectual in finding intelligent engineers, they still do a decent job at deterring the anti=authoritarians quite effectively while saving you money and time on HR.
Personally, I like the old maniac hiring. You take a complete loon and put him in-charge of the process. Have him do tarot card readings, crystal energy vibes tests, skull measurements... But instruct him to pass any person who keeps his mouth shut during all of this.
100% team player guaranteed!
Re: He got 1%, we can't hire him
#130Earlier quoted context omitted.
The problem with HR is that they do tasks they are not qualified to as a mission . It's the role that's broken, note the teams.
As with all departments in a company, HR does the tasks that they're assigned to do. It's a task, not a mission. There's scope creep and mission creep as with every task we're used to. If they do stuff that they're not supposed to do and make decisions that they're not supposed to make, it's the team and the person handling the team that's broken and time to reevaluate and adjust what value the team is supposed to br…