Live data from Hacker News

Sundar Pichai Should Resign as Google’s C.E.O

nytimes.com

491–500 of 507 posts

Re: Sundar Pichai Should Resign as Google’s C.E.O

#491
post #190

Earlier quoted context omitted.

Some people who are outraged by this are people who are afraid to live in a society where you can be fired and your career ruined for having a political opinion (not even controversial one).

I really don't care what political opinion my coworkers have. But if they feel called to publish a memo about company policy that affects me due to this political opinion - it better be a very open discussion in such a way that they can't get the last word. I also question if a drawn out debate (which it should be) would be a waste of company time. Also this one was very controversial.

"it better be a very open discussion in such a way that they can't get the last word."

So not an open discussion at all, then.

Re: Sundar Pichai Should Resign as Google’s C.E.O

#492
post #486
post #435

Earlier quoted context omitted.

Thank you. So, tell me if I'm summarizing correctly. The currently accepted state of things is there's no difference in average IQ between men and women, but there is a known difference in variance which is symmetric. The variance discrepancy may be associated with specific subjects. So if we assume that the US tech sector hires only above-average people, the difference in variance could lead to some difference in me…

The lack of concrete numbers has been bugging me, so I decided to hunt down the variance differences and calculate the expected percentage of women in tech. I found a paper ( http://www.ams.org/notices/201201/rtx120100010p.pdf ) that reports a variance ratio of 1.15 for the maths scores of boys vs girls. Interestingly, they showed a negative correlation between variance ratio and gender gap for students in different…

Nice work!! I wish I was that quick with scipy. I too was very curious to get a better sense of what kind of absolute numbers it might take before the effects are noticeable.

Would you be willing to walk me through the steps? Specifically (I'm sure this is a dumb question) what is gender ratio to population ratio?

And in the male_female_ratio_above_threshold function, why is the female part scaled to 1/1.15? Shouldn't that value be 1.0? You'd have to skip the ratio_above_threshold function and factor in a norm.cdf call directly, but I don't see why it makes sense to compare normal distributions of 1.15 and 1/1.15, it should be comparing a 1.15 times normal to a 1.0 times normal, right?

If I replace the 1/1.15 with 1.0, I get that the 80/20 split happens at an IQ of just over 195 (6.44 std devs). If I'm right, this would mean that for IQ to explain the 80/20 split completely, tech people would have to be in the top ~0.000000006% of the general population. BTW, just for perspective there are 45 such people in the entire world.

> I don't think programmers have to be quite that smart.

So, correct me if I'm wrong, but programmers would have to be that smart, it would still have to be absolute IQ of 165 or above (or maybe >195). If we assume the average programmer has an IQ of 125, the 165 threshold is ~2.6 std devs above the norm, rather than ~4.3 std devs above the norm, right? We'd be talking about the top 0.5% of the programmer population, rather than the top 0.001% of the general population.

Relatively speaking, the threshold isn't as far above the average programmer as it is above the average person, but the 80/20 split depends on the absolute threshold, yes?

> To fully explain 80% men in a profession using only higher variance as the criterion

And we'd better qualify that this is assuming 1.15 is the right number globally, and that 1.15 is valid for subjects other than math, and that using only the higher variance means that percent of women in tech ratio is 100% dependent on IQ, which in turn means that hiring and job performance and ability all correlate 100% with IQ and nothing else, and finally that IQ itself is free of social biases.

Right? Even with a better understanding of what it might take, we're still pretty far into an imaginary land built on a long series of assumptions, some of which we know to be iffy at best. Not to mention that if any other factors are involved (and we know there are) then the IQ threshold is even higher.

Re: Sundar Pichai Should Resign as Google’s C.E.O

#493

Earlier quoted context omitted.

So why wasn't the person who released the internal memo fired? I don't agree with the memo's author, but it was an internal memo, not something released to the wild

Apparently the leakers haven't been found yet.

With how much Google allegedly knows about its own workers, let alone the general public, I have a doubt.

It also wouldn't surprise me, given bureaucracy.

Re: Sundar Pichai Should Resign as Google’s C.E.O

#494

Earlier quoted context omitted.

> welcoming and safe environment Words are not going to hurt anyone, actions will. Students (and all people) should absolutely be protected from harmful actions but we cannot stop discourse just because it sounds offensive to someone, no matter the subject.

Words and actions are inextricably linked in complicated ways. I don't know anything about who you are or your situation, but I will say that the "sticks and stones" attitude is much easier to believe in if you've never been in a minority group. I used to buy into it, in fact, until a big bag of empathy hit me like a truck as I got older. Even the conservatives and alt-righters admin this, which is why they're so ups…

Respectfully, that's exactly how things go wrong.

Who cares if I'm a minority or conservative? Who cares what speech I'm upset by? That's the point, being upset is not something we need to defend against.

Speech is speech, if you don't like it then ignore it. And yes, there are consequences. Most of the time it's the other side yelling back which is fine. Only when it turns into (harmful) action should be people be defended but until then it's paramount that anyone can say what they want.

I understand that only the government has protected speech. Private groups and institutions are free to invite or exclude at will and I support that as well, however public spaces and institutions should absolutely not be closed to anyone who wants to speak their mind and protecting people's feelings will never end well.

Re: Sundar Pichai Should Resign as Google’s C.E.O

#495

Earlier quoted context omitted.

Words and actions are inextricably linked in complicated ways. I don't know anything about who you are or your situation, but I will say that the "sticks and stones" attitude is much easier to believe in if you've never been in a minority group. I used to buy into it, in fact, until a big bag of empathy hit me like a truck as I got older. Even the conservatives and alt-righters admin this, which is why they're so ups…

Respectfully, that's exactly how things go wrong. Who cares if I'm a minority or conservative? Who cares what speech I'm upset by? That's the point, being upset is not something we need to defend against. Speech is speech, if you don't like it then ignore it. And yes, there are consequences. Most of the time it's the other side yelling back which is fine. Only when it turns into (harmful) action should be people be d…

I do see your point as well. It's a very tough balance to sort out. But I don't think it's clear cut since some speech essentially _is_ a harmful action. For instance, consider a potential law that would actively discriminate against a group (think segregation, bathroom bill, whatever). Advocating for the passage of the law essentially is "just speech" but it then leads to the passage of the law. Once the law is passed the harmful action takes place, but it's too late to counter it.

So I don't think it's quite as simple as protecting people's feelings over all else. Frankly, I even have mixed feelings and unease about the fact that I think limiting speech is warranted sometimes. But there it is.

Re: Sundar Pichai Should Resign as Google’s C.E.O

#496
post #492
post #486

Earlier quoted context omitted.

The lack of concrete numbers has been bugging me, so I decided to hunt down the variance differences and calculate the expected percentage of women in tech. I found a paper ( http://www.ams.org/notices/201201/rtx120100010p.pdf ) that reports a variance ratio of 1.15 for the maths scores of boys vs girls. Interestingly, they showed a negative correlation between variance ratio and gender gap for students in different…

Nice work!! I wish I was that quick with scipy. I too was very curious to get a better sense of what kind of absolute numbers it might take before the effects are noticeable. Would you be willing to walk me through the steps? Specifically (I'm sure this is a dumb question) what is gender ratio to population ratio? And in the male_female_ratio_above_threshold function, why is the female part scaled to 1/1.15? Shouldn'…

You got me there. After I did the calculation I got too lazy to explain it in detail, so I hoped dumping it would be enough.

The variance ratio was calculated in the paper as (variance of the boy's scores)/(variance of the girl's scores), and the most natural way of computing the effect of a threshold is (men above threshold)/(women above threshold). But we are usually more interested in the relation of individuals to the overall population. So I needed a helper function to change the male/female ratio into a male/(male + female) ratio.

  gender_ratio_to_population_ratio = lambda gr: gr/(1+gr)
However, when you directly apply this function to the variance ratio, you get the part of the overall variance that is caused by the men. For the distribution, I actually wanted the standard deviation in multiples of the average deviation. Luckily, male/(average person) = male/((male+female)/2) = 2 * male/(male+female). Take the square root to get the standard deviation from the variance.

  from numpy import sqrt
  variance_ratio_to_standard_deviation = lambda vr: sqrt( 2*gender_ratio_to_population_ratio(vr) )
As mentioned above, (men above threshold)/(women above threshold) gets you the male/female ratio of people above the threshold. The cumulative density function gives you the probability someone is below the threshold, but because the normal distribution is symmetric, you can just flip the sign.

  from scipy.stats import norm
  ratio_above_threshold = lambda thresh, vr: norm.cdf(-thresh, scale=variance_ratio_to_standard_deviation(vr))
Because I'm expressing the variances of both sub-populations in relation to the total population, the variance for men comes from the male/female variance ratio 1.15, while the variance for women comes from the female/male variance ratio 1/1.15. If you use sqrt(1.15) and sqrt(1.0) as standard deviations instead, your threshold is in units of female standard deviation, which is slightly lower than that of the overall population.

  male_female_ratio_above_threshold = lambda thresh: ratio_above_threshold(thresh, 1.15) / ratio_above_threshold(thresh, 1/1.15)
Once you have the relative numbers (men per woman), you can turn them into population percentages.

  male_percentage_above_threshold = lambda thresh: gender_ratio_to_population_ratio(male_female_ratio_above_threshold(thresh))
I think that should have answered some of your questions, but not all of them.

> Relatively speaking, the threshold isn't as far above the average programmer as it is above the average person, but the 80/20 split depends on the absolute threshold, yes?

I actually hadn't thought to put it in relation to the population of programmers, but what you are saying makes sense (with the caveat that the standard deviation of programmers might differ from the general population). However, it seems that the 80/20 split isn't just at Google, but also close to the industry average and to enrollment in CS majors, which definitely don't just include the top programmers.

> And we'd better qualify that this is assuming 1.15 is the right number globally,

Actually, 1.15 isn't the right number globally: in different countries, the variance ratio was as low as 0.9 and as high as 1.5, so it isn't actually very stable. In the US, you have the choice between 1.19, 1.11 and 1.08, depending on the test and the year of testing. 1.15 is just the average over all countries and tests.

> and that 1.15 is valid for subjects other than math,

It probably isn't, but if you have no numbers, you just take what seems closest and run with it. Another caveat is that this number was for elementary/middle school students, and it could be different for adults, either higher, because the students were not fully developed yet, or lower, because the students were in different stages of development.

> and that using only the higher variance means that percent of women in tech ratio is 100% dependent on IQ, which in turn means that hiring and job performance and ability all correlate 100% with IQ and nothing else,

If there were some other normally distributed property, e.g. "programming ability", you could use that to make a similar argument, but it would have to fulfill these requirements to be the only explanation. Modeling the hiring process as a binary threshold is also quite simplistic, but I don't think I could compute it for anything more realistic.

> and finally that IQ itself is free of social biases.

You only have to assume that if you want to make IQ (or something else) the only explanation and claim that social bias is not involved. It would absolve Google of immediate responsibility if they simply administered an IQ test to candidates, but there would still be ways bias can influence the outcome.

> Not to mention that if any other factors are involved (and we know there are) then the IQ threshold is even higher.

Don't you mean lower? There are a whole bunch of other factors that make women less likely to go into CS, stay as programmers, apply to Google (like social bias) that would lower the remaining difference the "higher variance" hypothesis would have to explain. Of course that would leave it with little overall influence, but it might be the case that all individual factors are only able to explain a small part, and it's their interaction that causes the huge difference.

Re: Sundar Pichai Should Resign as Google’s C.E.O

#497
post #18

Earlier quoted context omitted.

The leakers caused the bad press, not Damore. (Unless he was the leaker, of course...)

It was all over the media before the leak. Before it was just based on rumors of "some internal viral memo". Leaking it might even have helped calm the waters.

There were not only "rumors" but biased description of the situation, incorrect representation of Damore's words, plain lies about the memo contents and blame of Google diversity policies. You'll find it all in the Motherboard's report that has revealed the story to the general public.

Re: Sundar Pichai Should Resign as Google’s C.E.O

#498
post #159
post #33

The primary thesis of Damore's memo [1] was not that women are biologically unsuited to STEM careers. The primary thesis was that, at Google, you cannot even advance the hypothesis that biology might be a factor without putting your career at risk. Ironically, by firing Damore, Pichai proved him correct. EDIT: if you doubt this, just look at the document's title and TL;DR section. [1] https://assets.documentcloud.org…

Both of those theses are quite sexist, and no, neither one is appropriate for discussion in the workplace. Especially a workplace that wishes to appear as welcoming for all, not just conservative white men.

If the workplace wishes to appear welcoming for all and at the same time has numerous sacred topics that cannot be touched even with a mile-long stick, then it is clearly not welcoming enough.

Re: Sundar Pichai Should Resign as Google’s C.E.O

#499
post #496
post #492

Earlier quoted context omitted.

Nice work!! I wish I was that quick with scipy. I too was very curious to get a better sense of what kind of absolute numbers it might take before the effects are noticeable. Would you be willing to walk me through the steps? Specifically (I'm sure this is a dumb question) what is gender ratio to population ratio? And in the male_female_ratio_above_threshold function, why is the female part scaled to 1/1.15? Shouldn'…

You got me there. After I did the calculation I got too lazy to explain it in detail, so I hoped dumping it would be enough. The variance ratio was calculated in the paper as (variance of the boy's scores)/(variance of the girl's scores), and the most natural way of computing the effect of a threshold is (men above threshold)/(women above threshold). But we are usually more interested in the relation of individuals t…

Thank you, thank you, for taking the time to explain!! This makes sense to me, and this analysis is fantastic.

I see more clearly the issue with 1/1.15 that I was worried about, and what I missed was the gener_ratio_to_population_ratio inside the variance_ratio_to_standard_deviation. I was worried the variance ratio was being double counted, but I see now that it's not, you just made it symmetric.

> It would absolve Google of immediate responsibility if they simply administered an IQ test to candidates

Isn't there a very high probability that this would implicate Google rather than absolve them? I'd be really pretty extremely surprised if Google had managed to hire tens of thousands of people that are all at least 165 IQ. If they prove the average IQ is 130, they then potentially have to take responsibility for the remainder of the discrepancy.

> Don't you mean lower? There are a whole bunch of other factors that make women less likely to go into CS

I did mean higher, but you're absolutely right to call BS on that. Any factors that alone would result in a lower female ratio than 20/80 would push the IQ threshold lower. Factors that alone would result in anything higher than 20/80 would raise the IQ threshold. My assumption was that, being at a very extreme end of the spectrum more than 4(!) standard deviations from the general population, almost all other factors would be closer to 50/50 than to 0/100, and would thus raise the IQ threshold. But that is my assumption and belief, not any established fact.

Since the actual ratio is 20/80, and I believe that IQ is at best a small factor, then for my hypothesis to be right, some other actual factor must be closer to 0/100 than 50/50. That means I'd better accept your suggestion that what I really meant to say is other factors would push the IQ threshold lower not higher, because there's evidence for that. You've done me a favor. ;)

Thanks again for engaging at this level.

Re: Sundar Pichai Should Resign as Google’s C.E.O

#500
post #190

Earlier quoted context omitted.

I really don't care what political opinion my coworkers have. But if they feel called to publish a memo about company policy that affects me due to this political opinion - it better be a very open discussion in such a way that they can't get the last word. I also question if a drawn out debate (which it should be) would be a waste of company time. Also this one was very controversial.

Anything you don't like will seem to be controversial. To other people - like me - the idea that males and females like different things is so obvious it is insane this debate is even being had at all. Even 10 year olds will tell you that girls like dollhouses and boys like trucks and toy guns and things. It's only after people fall into the grip of bizarre extreme feminist ideology that they start to believe that po…

I disagree with your assessment because I haven't been exposed to extreme feminist philosophy but rather I'm speaking from my experience as a woman in tech, who loves to code, from the wisdom of my personal journey.

Ok women are more likely to like doll houses as little kids - but I don't know many women working with doll houses as adults?

Women are completely capable of doing anything they want to do. Professions like doctors and lawyers are now split 50/50 between the genders and they were long thought not for women.

And it's my experience that the by far and large reason they don't enter tech is because they think it's boring, not for them, don't understand what they can do with it or how it can appeal to them. Coding is just a tool. Period. Biological influences are not compelling enough to comvince me if anything.

I think they are very controversial if they are used to influence company policy - because they are too abstract, tenuous and there are too many other factors at play. On top of all that, I just don't think it's appropriate for a workplace to be going there.

Post reply on HN