Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Slashdot comments indicative of the problem (Score 1) 1262

Except it's not.

Except it is. Sorry. No one cares if Zoe Quinn sucks 37 dicks (in a row). A lot of people care if she's getting positive press from the owners of those dicks. (Not to mention the fact that she's being a huge hypocrite because by her own definition she raped her boyfriend by sleeping around.)

Comment Re:Slashdot comments indicative of the problem (Score 4, Insightful) 1262

You must ask yourself honestly : Why is it, when faced with stories like this, is your first instinct to claim that the woman lied or made it up?

Because years of experience on the Internet has made it so that my first instinct is always to think that a story is a lie or a fabrication no matter the sex of the person involved.

Comment Re:Wow... really, Slashdot? (Score 1) 260

Given how this is supposed to be a community of nerds, I'm surprised at how many people here are proudly stating that they don't even have a wireless router (or they choose not connect anything to it, or they don't even have an internet connection).

I mean, the whole point of technology is to improve quality of life, right?

You're missing the point. I don't have any of that technology in your list. I have a desktop PC and a phone. Having wi-fi is not going to improve the quality of my life.

Comment Re:The Compiler Knows... (Score 1) 102

You're entirely missing the point while getting hung up on 'repeating'.

Why should I have to write something like this:

std::map<std::string, std::map<std::string, foo_t>>::const_iterator ci = some_complex_map.begin()

...when the compiler already knows what the type of 'ci' has to be and in fact will bitch at me if I get it wrong (perhaps it's supposed to be bar_t instead of foo_t)? At that point you're just jumping through hoops to tick some box in the parser's innards.

A lot of the time, as in your example, you don't even care what the type is. You're just looking for a thing in a thing container.

Comment Re:Teaching Windows/Linux (Score 1) 579

but they seem to get it pretty well, at least as well as Windows.

No, they don't, it's just that the Linux enthusiasts think they do. Which is kind of the point. One personal example: I was trying to figure out how to turn on focus-follows-mouse in Ubuntu, and I couldn't find anything obvious, so I googled it. Turned out there's like 3 different way to do it, at least one of which requires installing additional packages. Who thinks that's user-friendly?

Slashdot Top Deals

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...