Viewing profile — pwnstigator
pwnstigator
HN member- Joined
- Wed, Dec 02, 2009, 5:24 PM UTC
- HN karma
- 231
- Public activity
- 144 items
- HN profile
- View on Hacker News ↗
About pwnstigator
No profile information was provided.
Recent public activity
-
comment
Comment #1056624
For the most part, white American women don't like nerds, which encourages a lot of men to turn into bullshitting, "rain-making" alpha males instead of interesting people who can a…
-
comment
Comment #1056127
I probably speak for half the board when I say that the first addition for that list to come to mind was, "I was a virgin". Let me also add to that list: recessions were mild and a…
- comment
-
comment
Comment #1047754
In legal jargon, that's known as a "credited response". Or, alternatively, "1-fucking-80".
-
comment
Comment #1038407
Clearance takes about 6-9 months. Foreign associations and illegal activities get a lot of attention. They'll ask about drug use. Don't lie. Any illegal drug use in the past 12 mon…
- story
-
comment
Comment #1031204
The 8-sided paper snowflake exists because it's easy to fold a square piece of paper into eighths (i.e. three times, one diagonal) and cut it. It's so kids can make snowflakes. The…
-
comment
Comment #1031158
Agree fully with point #2. Have you used OkCupid? I think it's better than most in that regard, but the people on the site tend to be a bit full of themselves. Also, compatibility …
-
comment
Comment #1031067
This seems oddly relevant: http://img39.yfrog.com/img39/6247/h807.png On a more serious note, there are a lot of difficult problems in onlne dating that someone could make a lot of…
- comment
-
comment
Comment #1030788
Too lazy to clean, as I don't have a dishwasher. Cooking seems fun. I'd like to learn it, and will once I live (a) within walking (or driving, outside of NYC) distance of a grocery…
-
comment
Comment #1030539
(Disclaimer: Read this when it came out, haven't re-RTFA.) Sad, but accurate. On one hand, some humanities academics are directly responsible for this; the attitude of many academi…
-
comment
Comment #1027926
You consider me "anti-feminist" why? Casual sex and strong-man polygamy are about as anti-feminist as it gets, rooted in the concept of women as a resource to be sexually exploited…
-
comment
Comment #1027809
Cross-cultural study shows us that monogamy is required for a stable, future-oriented, low-violence society. No non-monogamous society has managed to achieve a fraction of what pre…
-
comment
Comment #1027677
I'm not trolling. I am annoyed to see copious downvoting with minimal response or discussion.
-
comment
Comment #1027530
This was voted down why, exactly? Everyone knows I'm right. A society that fails to impel people to better themselves is next to useless.
-
comment
Comment #1027460
I think that idea that men use wealth to attract mates is pretty damn obvious, but I never really considered that women use displays of altruism to attract males. It makes sense. T…
-
comment
Comment #1027452
Study 4 showed that women rated a man driving a Porsche Boxster as more attractive for a short-term sexual relationship than a man driving a Honda Civic. The fact that women are ev…
-
comment
Comment #1023631
This is only half of the story. The other half is that a person with a large number of prior sexual partners is more likely to cheat in a long-term relationship, less likely to be …
-
comment
Comment #1023622
I don't think it's paradoxical. There's a reason "smart genes" didn't proliferate throughout the human race, giving us all (the genetic potential for, at the least) 150+ IQs. That …
-
comment
Comment #1023620
Correct. Girls provide themselves when other women want you, but when you're in a dry spell and they might actually be able to help you, they kick you because you're down.
-
comment
Comment #1023387
I generally agree with the principle of command-query separation. One point where I would differ is that, when the command's effects aren't entirely known to the caller, it's often…
-
comment
Comment #1023365
She has a leadership role in a technology company. Society views leadership and technological prowess as masculine traits. So that's androgyny. An androgynous person is one who has…
-
comment
Comment #1023341
Please correct me if I'm wrong, but my understanding is that most Haskell code doesn't generate values, but "thunks" that evaluate to values if needed. When you write x = 4 + 5 you…
-
comment
Comment #1023335
Functions should only have side effects if and only if that's what the function is designed to do: e.g. perform IO, write to disk, et cetera. Then, "side effect" is a misnomer, bec…