Live data from Hacker News

We only hire the best means we only hire the trendiest (2016)

danluu.com

241–250 of 653 posts

Re: We only hire the best means we only hire the trendiest (2016)

#241
post #136

I just want to say that I absolutely love this no-frills type of page - tapping the link on mobile and instantly getting nothing but content is such a pleasant surprise!

I find it really difficult to read on a laptop though, due to the long lines.

I've been using Firefox's reader mode to good effect lately. I'd give it a try, or something like it for Chrome.

Re: We only hire the best means we only hire the trendiest (2016)

#242
post #172

Earlier quoted context omitted.

That is the point, a person who is good at mathematics and algorithms will get hired at Google even if she doesn't have a cs degree.

Not true. I've got a Ph.D. in theoretical physics, am very math heavy, created a number of algos for my work over the last 25+ years (in physics sim, bioinformatics, systems management/orchestration, etc.), run sessions at an ACM conference, yadda yadda yadda. Two google interviews, and nothing. From what I hear from other people I consider way smarter than I, they also got nothing. Google has a much copied process,…

you sound kind of salty about Google not hiring you.

More likely your interpersonal skills were not up to par with their standard. Raw technical ability matters, but so does your ability to work with others.

Re: We only hire the best means we only hire the trendiest (2016)

#243

Damn, this paints a picture where only the shiniest candidates matter, and the rest of us mere mortals should apologize for breathing their air. How do you know if you're "the best", and if not, how do you become "the best" (or at least employable), or is this industry a "ya got it or ya don't" kind of place like music or art, where only the top 10% deserve to make a living?

Basically, you must understand that you are fighting against yourself. Each day, you fight your former self. You must WANT to become better. The best thing for that is to code a lot (:important) & reread your ancient code (:super important). You will fall in ALL the pitfalls, at first. And then, you will learn to circunvent them. And then you will learn to draw straight lines between the pitfalls, and things will start to become clean. At the end, like Neo in the Matix, you will no longer see the pitfalls.

(And then, you will learn FP and you will have to relearn everything. And then Haskell... And then...)

Re: We only hire the best means we only hire the trendiest (2016)

#244

Earlier quoted context omitted.

How many classes did you take in college? Because my first few CS classes I didn't learn a whole lot from either. It wasn't really until the 200 and 300 level classes that I started learning anything substantial that I hadn't picked up on my own beforehand.

If waiting for 2-3 years before you're able to learn anything substantial is considered normal - and we're not talking about monasteries and such - then I think there is something seriously wrong with the system.

You should read all the context before stating that this comment thread means the system is broken. Just because extremely self-motivated individuals now have readily available resources to learn almost anything on their own does not mean the system is broken for everyone else.

Re: We only hire the best means we only hire the trendiest (2016)

#245

Earlier quoted context omitted.

Except all of those companies put an unreasonable amount of weight on degrees. Good luck getting Google to talk to you if you didn't graduate a top collage, let alone not having a degree.

Most of my SWE coworkers at Google did not graduate from a "top college". Not sure where you're getting this impression from. There simply aren't enough annual graduates of the top programs to fully populate all tech companies, and there are plenty of people from other schools (like me) who also do well.

does University of Michigan count as a top college? It's not an ivy league or stanford/mit/caltech

Re: We only hire the best means we only hire the trendiest (2016)

#246

This was the most depressing part to me: "Another person I know is in a similar situation because his group won’t talk to people who aren’t already employed." It's a long story, but both my wife and I have most recently been at places, in a small-medium city, that have had huge turnover in the last several years due to mismanagement (her entire unit, except for her, left twice while she was working with them; we've l…

Raise the child, build a business from home.

I would sign for it in a heartbeat.

Re: We only hire the best means we only hire the trendiest (2016)

#247

Earlier quoted context omitted.

I noticed you said "nearly nothing", what are some exceptions? I'm curious why anyone would start using Oracle now. The only reason I would see to use it is because you are reasonably dependent on it already and cannot migrate easily.

Possibly because you have Oracle apps (e.g. Hyperion FM) and don't really care about what database it requires? Edit: From what I saw Hyperion FM got relatively better after the Oracle acquisition.

> From what I saw Hyperion FM got relatively better after the Oracle acquisition.

In my experience the opposite seems to be true. I have heard people describe Hyperion as "pretty good" prior to the acquisition (this was a while ago, before my time). Today, if I talk to anyone about it, sentiments range from negative to very negative.

Almost every Oracle acquisition has suffered the same fate.

Re: We only hire the best means we only hire the trendiest (2016)

#248
post #136

I just want to say that I absolutely love this no-frills type of page - tapping the link on mobile and instantly getting nothing but content is such a pleasant surprise!

I find it really difficult to read on a laptop though, due to the long lines.

I use Outline to make stuff like this easier to read. It works on a ton of sites. Also lets you get around a lot of paywalls.

Just made this bookmarklet so you don't have to install any extensions -> https://codepen.io/dgca/full/BmNdmy/

Re: We only hire the best means we only hire the trendiest (2016)

#249

Earlier quoted context omitted.

There are advantages to going to college over a boot camp or self learning. In fact, CS and SE degrees are ones that pay for themselves. If you're not willing to put in the work, that tells me you won't last long at Google.

I had to leave college early due to a family thing and start working to contribute. That was eighteen years ago, and I've put in so much work because I run into attitudes like yours. Of course, in the past twenty four hours I've created an app and potential side-business from a technology stack I had absolutely no experience in any of it just to prove to a potential employer I can do 'front-end' stuff for them. The a…

I had run into a similar situation, though less time has passed than in your case.

I've had to do similar things to find work: (started young out of interest and put it aside for a few years, then), spend time volunteering (UNOV), freelanced, voluntary freelanced for small businesses/local orgs, build pet projects, just build things in general and study.

Maybe it prepares one better as an engineer than a scientist in the field — the application of a science vs the theoretical and experimental work in developing the science.

--- To expand on the parent subject...

I've had interviews since where I've been able to lay out some of the things I've designed and built both independently and while working for a major media company and still had interviews last hours upon hours to receive no call to even notify me that they've decided to go another route all for some odd questions with no definite answer like:

    Implement a poly-fill for bind by extending the Function object
Or,

    Explain what this css does "if you don't know that's okay,
    but don't get it wrong – that's 'bad'.":
    
    .box {
      display: flex;
      min-width: 1024px;
      min-width: 52em;
      margin: 0;
      padding: 10px 15px 10px 15px;
      
    }
    
    .box--item {
      flex-shrink: 2
    }
    
    .button {
      appearance: none;
      border-radius: 3px;
      background-color: blue;
    }
    .button--green {
      background-color: green;
    }

In the case of the CSS, no DOM context was presented, and the class names I'm giving provide far greater context than the test I'm referring to did...

Only to have every answer given either go unremarked-upon or just told "no", even though the answer could not have been a definite wrong. It was just not the preferred answer.

I was also informed you would be paid more just for having a Masters or PhD, regardless of your contribution. They had graphs and were happy to show me.

I'm talking smaller, trendier companies here though. Buzz words and egos seem to abound. It never made me bitter, but it just seemed so bizarre-o. Not really for me.

Re: We only hire the best means we only hire the trendiest (2016)

#250

When I hear "we only hire the best" it just sounds like generic crap an HR person added, not a big red flag that they are snobs. I don't think it really means anything. By definition, anyone hiring anyone wants to only hire the best. Nobody wants to hire only the mediocre. If I hear things like that I generally just ignore it. Anyway, the author makes all kinds of unfounded assumptions. Someone with .NET and Windows…

If you look at Triplebyte posts they've said before that there is significant bias against enterprise backgrounds. And so they recommend that if you have an enterprise background to try to minimize it in tech interviews.

And there methodology isn't just "enterprise people get hired less", it's there is a large discrepancy between how well they do on Triplebyte internal tests and reviews which are pretty standardized and how often their client's hire them(which is usually a much lower quality, more biased process).

Post reply on HN