HN user

mwytock

274 karma
Posts10
Comments31
View on HN

Thanks for summarizing.

I suggest you reread #3 and note the use of language like "suggest", "consistent with" and "perceived". Authors use language like this because its really hard to make definitive statements in this area. In addition, its really hard to quantify the size of the effect and how much is due to nature vs. nurture.

Furthermore, I'm relatively certain the authors are not experts on software engineering. As you have likely seen at this point, you could also claim that higher empathy actually should incline people to the job (see, e.g. https://medium.com/@yonatanzunger/so-about-this-googlers-man...)

Thanks for the play-by-play! I do disagree about winning/losing. I feel I've done a good job representing my views.

I fixed the typo in my statement, sorry for the confusion.

As I said, the fact that this memo is offensive to many people is evidenced by the huge outrage. I'm not sure how that is a controversial statement.

See citation above. I'm saying its much too strong a claim to go from this paper to the conclusion that women are biologically less inclined to engineering.

EDIT: To be consistent with my original statement (see child)

You made a blanket statement about discussing offensive things and I wanted to point out there are some limits, especially at the workplace.

In this particular case, I feel that leadership and everyone who disagreed with the memo should have at least stated explicitly (if briefly) what the flaws in the reasoning were, as I tried to do at the beginning of this thread.

Obviously, my explanation was not sufficient to convince you and you are still holding on to the belief that women are biologically ill-suited to be engineers. But at least now I have tried to make it clear to you where I think you are wrong. Thats pretty much all you can accomplish on some issues.

Well, saying things that are clearly wrong and offensive to large numbers of people is typically looked down upon amongst educated people and highly discouraged at the workplace.

For example, think of other stereotypes about other groups (blacks, hispanics, jews) and think about what the response would be if an employee was publishing 10 page manifestos with loosely connected scientific arguments in support of these views.

Maybe. I don't think Sundar Pichai or Danielle Brown did though, they just said "this is not OK" and "code of conduct". Perhaps they felt they didn't need to engage with this kind of argument, but that mentality is exactly what has a lot of people upset.

You're right, my one sentence is just trying to explain the basic point to people who may not get it. Its not trying to lay out a complete thesis in support. I'm not sure if thats a necessary exercise, especially for the CEO.

A lot of people on "our side" did a bad job of simply refuting the argument presented. Its straightforward to do in one sentence:

"While there may be scientific evidence of differences between men and women, using these differences to conclude that women are biologically less inclined to engineering is a gross leap in reasoning that is not at all supported by the facts."

Then you can go on and explain why for historical and societal reasons putting forth this weak theory is highly offensive and damaging to a large group of people.

Of course, many feel that you shouldn't _have_ to explain this to people, but unfortunately in todays environment, you do!

I agree that the document blurs the line between preference/aptitude and is not totally clear which is one of the reasons overall it is a mess.

Nonetheless, many of the statements in "Personality differences", "Men's higher drive for status", and "Non-discriminatory ways to reduce the gender gap", especially the stuff about women being more prone to anxiety, liking part-time work, caring more about people than things, etc. speak strongly to aptitude for engineering, given the context of the document.

EDIT: Also, I reject the implication that the claim "women have less of a preference for engineering" is not in and of itself a harmful stereotype.

Many methods in machine learning and statistics benefit from two types of theory:

1) Optimization theory - which says, if I repeat this iterative method N times I will find a (nearly) globally optimal solution

2) Statistical theory - which says, if I observe this process N times I can accurately estimate a population quantity with high probability

Deep learning does not benefit from the same theoretical guarantees.

For the most part the response from the community is "but it works really well!" which is a fair and valid response especially since what most practitioners care about is predictive accuracy.

Personally, I find applying neural networks extremely annoying at times due to the amount of twiddling of hyperparameters, slow convergence, etc.

I see, that's interesting.

It does seem to be a tough business, but I guess don't see why it's not "naturally competitive" (as the author claims)

What about Southwest, JetBlue or Virgin? Or in Europe, RyanAir and EasyJet?

It seems there is at least some competition, United is just not a very good airline.

Wow this guy really needs to take it down a few notches. Yes, PG's articles present a magical fantasy world dominated by the masterful hacker and visionary entrepreneur. They are inspiring and fun to read. And they may have some truth to them.

Attacking these essays as an oversimplification while presenting a caricature of the introvert and disconnected programmer is borderline ridiculous.

Theyre writing long term contracts for power production which provide a fixed price for the resource developers and by consequence provide them with a fixed cost.

Typically, these types of contracts, providing price certainty, are required to build develop new renewable assets.

[dead] 13 years ago

She left out another way to get into college: get an essay published in the WSJ.

Google Now 14 years ago

Its in the jelly bean release of Android, when you click on the Google search box it shows up.

I was actually most curious to see if they had developed a source of revenue other than ads. It seems like the answer to that is mostly no, although they are working on payments.

I agree that ads revenue growth will be key for them in the short term. The Q4 2011 vs 2010 growth was 44% and it seems like perhaps the growth rate is slowing down.

Of course they're not yet showing ads on mobile..

Key information on revenue is on page 50. 85% of revenue comes from ads, which grew 69% Y/Y mostly driven by user growth (39% Y/Y) and showing a bunch more ads starting Q4 2010:

2011 Compared to 2010. Revenue in 2011 increased $1,737 million, or 88% compared to 2010. The increase was due primarily to a 69% increase in advertising revenue to $3,154 million. Advertising revenue grew due to a 42% increase in thenumber of ads delivered and an 18% increase in the average price per ad delivered. The increase in ads delivered was driven primarily by user growth. The number of ads delivered was also affected by many other factors including product changes that significantly increased the number of ads on many Facebook pages beginning in the fourth quarter of 2010, partially offset byan increase in usage of our mobile products, where we do not show ads, and by various product changes implemented in 2011that in aggregate modestly reduced the number of ads on certain pages. The increase in average price per ad delivered was affected by factors including improvements in our ability to deliver more relevant ads to users and product changes that contributed to higher user interaction with the ads by increasing their relative prominence.

I dont understand. If you can use mixed-cased, letters and symbols you have 26 * 2 + 20 = 72 possible characters.

72^8 >> 1e9

It would still take more than 8 days to brute force at 1 billion/sec. And using a longer password (16 chars?) would make this a very long time.

Or is there other trick that makes this fast? Or, is it simply that people don't choose random, long passwords?