home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / soc / men / 23082 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.4 KB

  1. Path: sparky!uunet!gatech!mailer.cc.fsu.edu!sun13!dirac.scri.fsu.edu!pepke
  2. From: pepke@dirac.scri.fsu.edu (Eric Pepke)
  3. Newsgroups: soc.men
  4. Subject: Re: A modest proposal
  5. Message-ID: <11797@sun13.scri.fsu.edu>
  6. Date: 21 Jan 93 22:25:52 GMT
  7. References: <4566@unisql.UUCP> <1993Jan20.204854.6319@netcom.com> <4592@unisql.UUCP>
  8. Sender: news@sun13.scri.fsu.edu
  9. Reply-To: pepke@dirac.scri.fsu.edu (Eric Pepke)
  10. Organization: Florida State University, but I don't speak for them
  11. Lines: 34
  12.  
  13. In article <4592@unisql.UUCP> wrat@unisql.UUCP (wharfie) writes:
  14. > There's no proof that *female* hormones have anything to do with behavior.
  15. > It's obvious that *male* hormones turn an otherwise civilized human being 
  16. > into a violent, lust-crazed, uncontrollable beer-swilling spouse-beating 
  17. > child abuser.
  18.  
  19. Close, but not quite.
  20.  
  21. When a change in hormone levels can be shown to increase aggression in men, 
  22. it is proof of men's inherent aggressiveness and violence.
  23.  
  24. When a change in hormone levels can be shown to increase aggression in women,
  25. it removes from a woman responsibility for the aggression and is a legal 
  26. defense against murder charges.
  27.  
  28. InnateOrExternal(characteristic)
  29. {
  30.     if (WomenHaveMoreOf(characteristic))
  31.     {
  32.     if (IsGood(characteristic))
  33.         return INNATE;
  34.     else
  35.         return EXTERNAL;
  36.     }
  37.     else /*Men have more of*/
  38.     {
  39.     if (IsGood(characteristic))
  40.         return EXTERNAL;
  41.     else
  42.         return INNATE;
  43.     }
  44. }
  45.  
  46. -EMP
  47.