Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This whole premise is stupid. We don't seem to have a problem with the lack of female linesmen, plumbers, construction workers, electricians, HVAC specialists, or garbage men. There isn't a pest control or sewage treatment Barbie. There also isn't a problem when 57% of college graduates are female.

If women want to work in tech, nothing is stopping them. They can learn to program, and write code. This is something that you can teach yourself, you don't need to deal with or rely upon anyone else. It seems that the problem is, at least as described by the New York Times, that women don't want to log the hours, and they want to do something that's more social. That's fine, there is nothing wrong with that. But they may be better off doing something other than writing code if that's the case.

Women log fewer hours in other areas as well. Female doctors see fewer patients than male doctors, and female lawyers are much less likely to make partner because they log far fewer hours than male lawyers. There is nothing wrong with this. Men and women are different. This isn't inherently bad or wrong.

Disclaimer: My staff is 80% female. We received more qualified female applicants than male applicants, so that's who we hired.



Thank you for saying this.

As a woman in tech, I've never experienced any hostility, any implication I didn't belong. I was never intimidated by male professors and TAs and lab partners; I saw them as programmers first. I never lacked for role models and heroes because it never occurred to me to ask that they be women. I never had any requirements beyond 'great hacker'.

What I did find frustrating was the obsequious encouragement to stay. Extra scholarships I qualified for. My pick of lab partners. Professional societies just for women. The expectation that enrolling or hiring me would make some bean counter somewhere very happy.

It's frustrating because it leaves me wondering if I'm held to a lower standard. Would my work actually stand out if I weren't a woman? When people tell me I've done a good job, are they silently adding, ". . . for a girl" ? Am I going to get upvotes on this comment just for being a woman, and not necessarily for being insightful?

Perhaps the most frustrating aspect of people trying to artificially import women into the field is that sometimes they succeed. There were always women who were there because they got extra attention and extra help. Women who wouldn't shut up about what it was like to be a developer and -- holy crap -- a woman! At the same time! It was, like, worth running a whole blog about!

The more women like that there were running around, the harder I felt I had to work to differentiate myself from them. I don't want to be "second rate, but that's okay because thank God somebody got a woman to stick around." I don't want to be, "wow, that's awesome work and--HEY IT'S A WOMAN, THIS IS FRONT PAGE MATERIAL!" I want to do first rate work and be criticized and compete and fight obscurity right along with everyone else.

There aren't many women in tech. And there are even fewer of them in the really upper echelons. Then again, that's true in general. Whatever the reason, women in tough, competitive fields are rare, and the tougher and more competitive and more elite it gets, the rarer they are. I don't know why that is. Frankly, I don't care. It's not a justification for hamstringing the women who are the exceptions--and no one throughout history has ever said it is. But treating it like a problem just makes problems for people like me.

Seriously, just let people do what they want to do and be who they want to be and stop worrying about why they choose what they choose.


> As a woman in tech, I've never experienced any hostility, any implication I didn't belong. I was never intimidated by male professors and TAs and lab partners

It is great to hear that this is possible. In my area, the only way to ensure that women aren't discriminated in a group is to

1) make the group consist of at least 30%-40% women, or

2) have a women as an authority in the group (presenter, boss, teacher, ...)

Sometimes, even that doesn't help. So although you suffer from positive discrimination, I think it is really great that you don't suffer from any negative dicrimination.

> Whatever the reason, women in tough, competitive fields are rare, and the tougher and more competitive and more elite it gets, the rarer they are. I don't know why that is. Frankly, I don't care.

If I understand you correctly, you don't care because you are part of the elite. But what about the women who are just "average" in tech?


I just finished reading the book "Why Men Earn More" by Warren Farrell. He does a good job of going into more depth about the gender differences among different industries.


My guess is that it's simply a rapidly fading anachronism. Young women in urban areas now make more than their male peers. Women now outnumber men in the work force and more men than women are unemployed. With women dominating college enrollments and graduation, for men to continue to earn more than women means that the positive correlation of income to level of education has to be reversed.

As happens in military strategy, worrying about men out-earning women in the future seems an instance of fighting the last war.


This is not something I'm well-educated in, but it's something I'm interested in. Do you have references to these statistics that you can share/cite/etc? I'd like to read more about what you've outlined.


Urban young women earn more than male counterparts:

http://blogs.eweek.com/careers/content001/wages/young_women_...

Women outnumber men in the workplace:

http://www.electwomen.com/?p=3123

Women outnumber men in college enrollment:

http://www.nytimes.com/2010/02/07/fashion/07campus.html

(article about implications on dating)

There are a ton more links on Google for each of these.


> This whole premise is stupid. We don't seem to have a problem with the lack of female linesmen, plumbers, construction workers, electricians, HVAC specialists, or garbage men.

Computer science and engineering has inherent research component in it. We do our little own discoveries on daily basis while researching annoying bugs.

For research there is much value in diversity of approaches. That't why some people pity severe lack of women in computer science. They believe that this could increase diversity of approaches and give us better solutions.

Also there is no lack of electricians today but the need for computer scientists is exploding. During the war electricians and other factory workers were needed so there was push for women to take these professions. We don't have a war now but soon development of our civilization might be capped by lack of competent people to program our machines. That would be severe waste of time.


The fact that most women don't want to engage in programming is not a natural phenomenon - it's a big part of the problem. Far too many girls don't even consider trying to program, and regret that later in their lives.

The first programmers (in a certain sense, wiring the first calculation machines in certain ways to achieve certain results) in fact were women, but something badly changed since then.

So the missing women in computer science and programming can't be explained that way. This phenomenon is far more likely to be a problem (and also a shame) of our society. We'll have to work hard to fix it.

However, fixing a problem is only possible if you don't deny it.


The first programmers (in a certain sense, wiring the first calculation machines in certain ways to achieve certain results) in fact were women, but something badly changed since then.

You are somewhat misrepresenting what the original job of "programmers" was. The programmer's job was to translate algorithms written in a higher level language (flow charts) into machine code. The people writing flow charts were predominantly men and went by the title "Systems Engineer".

Men were the first programmers, under the modern definition of the term. Women were the first compilers.

The major change since then is that compiling high level code to machine code is now done by a computer program rather than a person. That's not a shame of our society, that's a triumph of computer science.


What you've outlined makes it sound like men were the first software architects, but women were still programmers. Translating a software design into code is definitely still programming, don't you think?


Writing flow charts is not software architecture, it's just programming in a high level language. Software architecture, as the title is now used, simply did not exist in that era. Programs were not complex enough for it to be relevant.

The systems engineers were doing the job we now associate with programming: turning business/scientific problems into flow charts/other high level representations of algorithms which generate the solution. The programmers were merely doing the work of LabVIEW ( http://www.ni.com/labview/whatsnew/ ) by hand.

Do you consider LabVIEW to be a programmer?


LabView is a code generation tool that replaces the work a programmer would have to do. Rational Rose has a tool that spits out Java code, but that doesn't mean there are no Java programmers.

I'm not sure why you're trying to downplay the work these women did, but it's clear from the ENIAC histories and their biographies that they were far, far more than transcriptionists or "compilers". http://en.wikipedia.org/wiki/Betty_Holberton


I'm not trying to downplay it, I'm merely pointing out that "programmer" refers to a different job today than it did historically.

See also this piece, which goes into more detail about the actual work done by programmers: http://www.sas.upenn.edu/~nathanen/files/cbi-gender.pdf


After reading that, it still sounds like they were actually coding, and they also served as systems administrators.

edit: sorry - admins, not engineers


"The fact that most women don't want to engage in programming is not a natural phenomenon"

It's potentially not a natural phenomenon. To the extent it is unnatural, we should strive to fix it, but most theories behind the discrepancy are conjecture, and when people are blamed for creating an inhospitable environment for others without concrete evidence behind it, nothing constructive will come of it.


There were no women in my class of 15 Computer Science majors at a small liberal arts college. There were definitely women in my class who took some CS, and took classes initially intending to complete the major. Now, while there are I'm sure a variety of causes for that, it's unquestionable that a class of 15, all of the opposite sex, is an inhospitable environment.


it's unquestionable that a class of 15, all of the opposite sex, is an inhospitable environment.

I'm curious as to: a) your solution to this and b) whether you intend to implement it to more than just computer science, like say Women's Studies and such.

I'd think it would be really nice to have a 50/50 split of every possible class, especially when women currently make up 57% of grads.


Oh, it's definitely just as much an issue for women's studies. And I don't claim to have a solution.

I was taking issue with the assertion that there is no concrete evidence that CS presents an inhospitable environment for women. Yes, it bears more study, but there's clearly an inhospitable environment.


Whether or not there is an "inhospitable environment" is irrelevant if women show low interest rates that are linked to natural factors. Outliers must adapt to the environments they are faced with.

The inference of a particular place being "inhospitable" suggests that there is a large percentage minority at least that is being prevented from engaging in the experience because the current set up forces them to disengage.

I'm not seeing that. And as much as I wouldn't suggest that a class on French Fashion trends not need to over-accommodate the single male that is obsessed with this, I don't see any pressing needs to do this here either.


The main issue I see with your argument is that you're supposing interest to be correlated with anticipated ability and enjoyment of the profession. Unlike French Fashion trends, programming is an important driver of our society, and as such we should look for people who will be enthusiastic and skilled programmers. There's no way of knowing that when most women do not even take an introductory programming course.


My guess would be that most enthusiastic programmers realized they would be interested in the field prior to their first programming course.


I suspect that many (such as myself) also became less interested during their first programming course.


It maybe becoming time to require at least one programming course in college/high school, the same way schools require some math/history/science/etc....

I suspect if we could find a way to teach kids a little programming in grade school we would to them and society a world of good... but as far as I can tell we haven't yet been able to find a way to teach programming at that level.


The main issue I see with your argument is that you're supposing interest to be correlated with anticipated ability and enjoyment of the profession.

I'm not, I'm suggesting that a set-up that prefers those with a natural inclination or enjoyment/ability of a particular field should not be undermined in favour of those with a possible passing fancy.

If the system is detrimental to those with skill/enjoyment/inclination based on a particular set of their shared minority traits, this might be a problem in need of correction.

Unlike French Fashion trends, programming is an important driver of our society,

Whether something is important to our society or not should make no difference in correcting inequities in opportunity.

There's no way of knowing that when most women do not even take an introductory programming course.

The assumption here is that there is a large pool of women waiting to take courses that are being discouraged. I see no evidence of that at all, and that's what I'm questioning.


You're still confusing uninformed desire with informed desire. If someone takes a programming course or two, and decides they are not cut out for programming, that's fine. But what's clear is that women are not taking programming courses, so they cannot make an informed decision - it's just assumed that because women don't want to program, women would neither enjoy it nor be good at it, and this is fine.

It's only fine if it's true that women would neither enjoy it nor be good at it.


> "The first programmers (in a certain sense, wiring the first calculation machines in certain ways to achieve certain results) in fact were women"

I'd argue that "programming" in Ada Lovelace's age is more closely related to modern-day science than computer-science. Note also that scientific fields today are in no real shortage of women.

I think the possibility needs to be raised that there's something fundamentally wrong with our field, or at least the people in it - an uncomfortable thought to be sure, but the sheer number of women (growing at that) in every "geeky" field but CS should be an indicator of something.

This reminds me of a conversation I had yesterday...

I'm just going to throw something out there: I know a lot of CS majors, and a lot of science majors. The science majors are a geeky bunch, but are normal, functioning people for the most part. They will just as easily gab all day about some biological principle as they will the latest pop sensation. Their geekiness complements their personality.

Contrast this with the CS majors I know, where their geekiness is their personality. It's almost as if we try too hard to be the stereotype that it is, in the end, all that's left. Not to say all CS majors are like this, but the loudest, most visible ones certainly are, at least where I came from. I know it's a turnoff for me (and I'm a guy), I can't imagine how annoying that'd be for women.


Is there an objective standard for "normal, functioning people" or is this a slightly more sophisticated High School 2.0 way of partitioning hobbies or personality quirks into ones which are socially acceptable and ones which are not?


I think personality quirks are fair game - if you can't interact with Normals the way they interact with each other, then almost by definition, you are abnormal.

The main social failure that I tend to notice in CS geeks (not all, but some) is complete indifference to other peoples mental states. They don't notice, or don't care, that their conversational partners are not interested in or knowledgeable about what they're saying, they don't seek out a common ground, and they write off any resulting awkwardness as a mere symptom of geek discrimination or (worse) take it as an indication of the stupidity of the other person.

I realize that sometimes this is actually a result of Asperger's, which for whatever reason seems more common in CS than any other field, so I'll always cut a lot of slack to those that have such a disorder. But I also think that a lot of kids that are mentally normal end up getting too deep into the dorking out that tends to happen around computers and lose all interest in social interaction, which is a shame, because it's really rather simple - I know people with Asperger's that have learned to "fake it" well enough to be enthusiastically welcomed in social settings, so people without it have little excuse.

Hobbies are a red herring - you can obsess over Doctor Who, World of Warcraft, or gruesome Internet porn all you want, the issue is whether you can read people well enough to stop talking about them and move on to something else when they are making the conversation less enjoyable for others. For better or worse, most geek hobbies are peculiar to geeks, so when you're around non-geeks, it's usually on you to leave your area of comfort in the name of finding good topics of discussion.


No, certainly there isn't - but my comment is no way disparaging to geekiness, but there's a difference between "I am a person who likes sci-fi" and "I am sci-fi incarnate", I'm not sure if I'm getting the difference across well.

The science majors I've met, and the "science parties" I've been to are full of people of varied interests, just one (or a few) of which are the geeky sort. These are people who are multi-dimensional enough to carry intelligent conversations on topics both inside and outside that of normal geekdom.

Contrast with CS majors (the hardcore ones anyway), and I find that people almost try to be two-dimensional cardboard cutouts of the stereotype. Topics outside of LOTR, Firefly, lolcats memes, etc, are difficult to discuss with anyone.

Again, this is not some way to assign value judgments to hobbies - but rather an observation that for a lot of people in our field that I've met, the "geek stereotype" is all they have. There's no dimensionality to their personality, and it's almost as if there's an active rejection of anything that doesn't fit into the archetype they're trying to project. It's also an observation that, in my experience anyhow, people in scientific fields don't really suffer from this. They're not afraid to do geeky things, nor are they afraid to do un-geeky things. They're just people who like whatever it is they happen to like - which is something I wish our field had enough balls to make happen.


Hmm, I'd say that the best standard is whether the vast majority of people would accept you as being a normal, functioning person. The best standard for hobbies is whether they make you a broader and more interesting person or a narrower and less interesting person.

The best hobbies, I think, are the ones where you're creating something, exploring the world, making yourself a better person, or at least getting some exercise. The worst hobbies, I think, are the ones which involve immersing yourself in a narrow stream of entertainment which somebody else has created for you; Star Trek, Firefly, World of Warcraft, LotR, professional baseball. Nothing wrong with any of these in moderation, but when you elevate the consumption of entertainment to the level of a hobby it becomes just plain sad.

(No, writing Firefly fan fiction doesn't make it any better. That may be "creative" but you're still unhealthily immersed in somebody else's narrow world.)


> (No, writing Firefly fan fiction doesn't make it any better. That may be "creative" but you're still unhealthily immersed in somebody else's narrow world.)

What the hell, man? Writing fiction is inherently creative, and it's a very challenging, rewarding experience -- and it doesn't make a bit of difference whose world you're writing in. Why the scare quotes around creative? Why do you consider immersion in a fictional world unhealthy if-and-only-if it's somebody else's world? In order to write fiction, you're going to have to immerse yourself in an imaginary world, and most of it will be your own creation, even if you're writing fanfiction.

I'm hearing some off-hand disdain for fanfic from you, but it's exactly the opposite of consuming entertainment. If you doubt this, then try writing fanfic sometime. Consider me vexed at your ignorance, sir.


Ironically, the stereotypical female Firefly fan fiction writer is female. Stereotypically masculine and "geeky" interests like science fiction actually seem to have proportionally more female interest than programming.


Should read "the stereotypical Firefly fan fiction writer". I hate when my brain outruns my typing fingers.


It's human 1.0, really.


FWIW, at my alma mater, the CS majors who most embodied the stereotype also seemed to have the highest attrition rate. Their concentration was somewhat high in the lower-division classes and very high in the "CS hall" in the dorms, but they weren't nearly so common in upper division classes (to say nothing of the graduate program).


The extent to which it is natural is a diversion (as seen by the inevitable responses to your comment).

More damning, I think, are the experiences that many women have said discourage them from being programmers, e.g.: http://geekfeminism.wikia.com/wiki/Category:Issues

> However, fixing a problem is only possible if you don't deny it.

Yup. I'm always slightly shocked by how eager HN is to find any explanation for the lack of female programmers that isn't societal.


The fact that most women don't want to engage in programming is not a natural phenomenon

You need a citation (or several) for this "fact".


I was referring to the parent posting, where this was already presented as a fact. I just summarized it to "most women don't want to engage in programming".

Please correct me if I misunderstood the parent posting in that regard.


The fact that people who start sentences with "the fact that" really mean "the anecdote that" is not a new phenomenon.


Regardless, anecdotes that form the basis of a call to action should still be supported as fact.


"Far too many girls don't even consider trying to program, and regret that later in their lives."

Funny, I've talked to tons of women about what I do, and not a single one has ever expressed that programming is cool, or interesting -- much less that they regret not having done it.

Look at the success of women in all other "intellectual" professions and you'll see the numbers increasing, not decreasing.


Girls are perhaps less likely to try programming when they're younger, which means they come into undergraduate programs less well-prepared, which overall may contribute to fewer women pursuing CS as a major.

(I don't have the data to back that up - yet - so it's worded vaguely).

Anecdotally, I know several adult women who are learning to program and kicking ass at it.


I had roughly same experience with men and women. If they can't program they do not genuinely wish they could. They just say "It's so cool YOU can do this."


I don't think anyone has sincerely said that about the programming aspect of my work, ever.

The design, yes. The writing, yes. But to people I talk to, the code is whatever, the invisible shit that makes it work. They don't care.


I get this comments only if I code on the fly when they are present. They see that there is nothing and after some keyboard clicking there is something.


> This whole premise is stupid. We don't seem to have a problem with the lack of female linesmen, plumbers, construction workers, electricians, HVAC specialists, or garbage men.

So why do you think that is?

It sounds to me like evidence that women don't want those jobs! Which would imply that the jobs that people make a fuss about - e.g. programming and other tech jobs - are ones that a significant portion of women do want, and feel discouraged from.


Here's an experiment: start shaving your legs, plucking your eyebrows and having other bits waxed. I suspect that the amount of time required to keep one's appendages hairless would fill up some of that delta of hours worked. Then there's matching shoes to outfits, struggling into hose...

...I'm joking, and yet I'm not. grin


According to the classic article on that topic, it's exactly that kind of comments that contributes most to the discomfort of women in male-dominated groups:

Sexist jokes are the number one way to drive women out of any group, and they are more common than many people realize.

[...]

Sometimes he tells me that it's okay to make a sexist joke if it's true, or it's funny (funny to whom?). What some people fail to realize is that jokes about gender of any sort almost always make fun of women, and will make most women angry, regardless of the context. It doesn't help to first make a sexist joke about men and then one about women.

[...]

your comments and jokes are driving women away. If that's not what you want, then don't make sexist jokes. If you're not sure if your joke is sexist, find something else to say.

[http://tldp.org/HOWTO/Encourage-Women-Linux-HOWTO/]

(The title suggests that the article is just about LUGs, but it's really about the whole computer-tech scene.)


I do have a problem with going to say a programming conference and seeing that all the programmers are men, while those serving them (like receptionists and waitresses) are women. And generally these women are managed by men...


The US isn't exactly the most gender equal country in the world, so I'll be pretty surprised if women aren't being discriminated against in the tech industry.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: