Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:World Pride 2012 (Score 1) 804

How can you be proud of something you didn't choose? It's like me saying that I'm proud of the color of my eyes. I understand that these people had a difficult time until very recently, and many still do in some countries, but proud of what exactly?

The word pride arose in response to what came before: back when it was illegal to serve alcohol to a homosexual, gay bars were regularly raided by the police for the purpose of listing the patrons in the newspaper the next day to shame them. "Pride" in this context means "I'm not afraid of telling everyone, even if it hurts me in the process", i.e. neutralizing the threat by making shame impossible.

Comment Re:Secret-Key Cryptography would still work okay (Score 1) 165

Secret-key crypto isn't dependent on NPish-hard problems, just on complex messiness, and it'll work fine even if we've got magic quantum computers. We'd have to go relearn all of those annoying Key Distribution System methods that public-key replaced, figure out what if anything to do about signatures, and have to build a whole lot of new business models for dealing with trust, since we'd have to actually trust the people running the KDC, but we'd live.

This is not quite right. Secret key crypto will be fine if quantum computing becomes ubiquitous (or if we find out that P=BQP), but P=NP is a vastly more powerful result, to the extent that it would shatter secret key crypto as well. P=NP means that you can pluck answers to a question out of the aether with no more difficulty than checking if one random input answers the question. So if you know how to calculate "lambda key: ciphertext.decrypt(AES, key).matches(English)", then by P=NP magic you already know the list of all 256-bit AES keys that satisfy that calculation. (Substitute "English" for any human language or binary file format you prefer.) You would still have the problem of sorting through all the candidate plaintexts, but if the ciphertext is longer than 256 bits then the list of candidates will be very short. Only one time pads (key length equals plaintext length) would remain truly safe if P=NP, because an n-bit ciphertext could represent any possible n-bit plaintext, i.e. the P=NP magic doesn't teach you anything you didn't already know.

Comment Re:Because 32bits of addressing... (Score 1) 460

The only "security" NAT provides is *exactly* the same as a stateful firewall.

As much as I agree with the sentiment, I will play devil's advocate for a moment. In an ideal world they are 100% equivalent. However, I think security people may consider NAT to be more 'failsafe'. If a NAT fails to apply its capabilities correctly, you have an outage and a problem, but it failed in a way that more likely than not still doesn't let foreign traffic in. For a stateful firewall, a failure is more equally likely to cause unwanted traffic to flow. Or, if being more pessimistic, cheap home routers stop bothering to set up rules as they aren't needed and naive consumers don't care.

If anything it's the other way around: a firewall is designed for security, whereas NAT is designed for functionality. For instance, all but the cheapest NATs inspect packets and automatically open holes to the LAN for compatibility with FTP, IRC DCC, various IM protocols, etc.

Comment Re:Where? (Score 1) 715

White males have been, and continue to be, in a position of privilege.

Are we, now? I'm afraid someone didn't let me in on the secret handshake to get the privileges. Either that, or I'm just not white enough. Either way, I object to being attacked under the cover of "erosion of privilege".

Yes, we are. As a white US resident, I've never had to worry about selecting a wardrobe that carefully avoids any chance of being mistaken for a criminal (e.g. avoiding hoodies, no matter how convenient they are); and as a male, I've never had to make an on-the-spot calculation of whether or not the guy entering the elevator is going to use the confined space to sexually harass me or bully me into accepting a sexual proposition.

Only in rare cases does privilege come with a special handshake -- it's often the mere absence of bias. In the context of discrimination, "privilege" is a term of technical jargon; I strongly recommend you read Of Dogs and Lizards: A Parable of Privilege for a good explanation of what "privilege" means here.

Comment Re:Hm (Score 1) 105

I think it's incredibly naïve to believe that we can, in one atomic action, rip out and replace tcp/ip (or whatever other technology) with something that is "better" for whatever value of the word "better" you assign it to have. An incredible amount of work and research has gone into making things work the way that they do, and not only do they work pretty well, but upgrading them to fix issues like this buffer bloat thing is not some Manhattan Project-esque undertaking, like reengineering the internet would be.

TCP has already been replumbed numerous times since its creation. Take a look at the after-market congestion avoidance algorithms that have been bolted on, or new wire-level features like timestamps (now ~mandatory), window scaling (now ~mandatory), SACK, and ECN. If AQM takes off, it'll simply be the latest in a line of fixes that's kept TCP working across 37 years of Moore's Law.

Comment Re:Goodwin be Damned (Score 1) 244

"People of the book" specifically means Abrahamic religions: Islam, Christianity, Judaism, and arguably offshoots like Baha'i. The "book" is the Torah, a.k.a. the first 5 books of what Christians call the Old Testament. The Islam founding legend says Muhammed was visited by an angel who told him "yup, everything the Jews believe is true, but here's some more stuff God forgot to tell the Jewish prophets".

Today's hatred and mistrust between Jews and Muslims... well, Israel/Europe/US and Muslims... is fairly recent; Muslims and Mizrahi Jews living in modern-day Israel got along reasonably well until the 20th century kicked over the anthill. The modern insanity is almost entirely due to ham-handed mismanagement of the Palestinian Mandate after the Ottoman Empire fell in WWI: first by Britain, whose administration was rotten enough that it triggered an armed Arab revolt and made the WWII Allies locally quite unpopular, then after Britain handed off the festering mess in the aftermath of WWII, the UN made it worse as they promptly decided to forcibly segregate the Palestinian Mandate's population into "Jews" and "not Jews", i.e. the "Trail of Tears" approach (instead of e.g. setting up a one-state secular constitutional democracy with a liberal immigration policy for Jewish diaspora). The Middle East would probably not be a powder keg today if WWI had gone just a little differently and, say, the Ottoman Empire had lingered on until after the Holocaust.

Comment Re:Stay Classy Microsoft (Score 1) 304

... There *is* a paid version of Google Docs. You can disable advertisements in gmail in the paid version. However, I still don't feel good about Google having access to all that information. Leaves a bad taste in my mouth. ...

Google's privacy policy says they won't sell your information to third parties, and their stated business model is all about throwing algorithms at big piles of aggregated data and never having a human look at any of it. Do you really think humans at Google even have the desire to look at your data, nevermind the access to do it without getting fired on the spot? What is your threat model? What abuse are you defending against?

Comment Re:Hello - WebKit? JavaScript? (Score 1) 290

> It's just a step towards eventually becoming part of > the css standard

Except when it's not. There are plenty of -webkit properties that have never been proposed for standardization, and some that Apple is refusing to propose even though people are asking them to. Presumably because Apple has patents covering the behavior of those properties and doesn't actually want to license them.

So don't use those. Unlike the old IE lockin, it's pretty obvious from the "-webkit-*" prefix that they're Webkit-specific. We aren't going to raise a new generation of web developers who think that "-webkit-*" properties are standard CSS and it's those other non-Webkit browsers who are being weird and icky for not implementing a "-webkit-*" property correctly. (Ditto "-moz-*" for that matter.)

Comment Re:Lax attitudes toward child pornography (Score 1) 722

Adults already know and play the mind games

Some adults do. I was bullied in elementary school, my parents' relationship seemed barely functional, and I'm pretty nerdy - I basically distrusted most humans until college (at which point my atrophied social skills had me believing I was autistic for a while) and I only started dating in grad school. I think I've made pretty rapid progress since, but needless to say I've made tons of rookie mistakes in the process.

This is a good point, one that I nearly brought up in my original post. I was in a similar boat, due to Asperger's as much as to the obvious reason.

Comment Re:Maybe... (Score 1) 775

... For example, they could better disambiguate between Santorum the tool and santorum the frothy mixture of blood, semen and feces. ...

I believe you mean lube and feces. Blood is not normally a product of anal sex if you're using lube right, and there shouldn't be any semen in the mix because the condom should catch it. (And you are using the condom because, monogamous or not, you don't want to catch an unpleasant E. coli UTI.)

Comment Re:Maybe... (Score 1) 775

... He was not comparing homosexuality to those things in his statement. ...

In every society, the definition of marriage has not ever to my knowledge included homosexuality. That's not to pick on homosexuality. It [definition of marriage] [i]s not, you know, man on child, man on dog, or whatever the case may be. It [definition of marriage] is one thing. -- Rick Santorum

Santorum is essentially saying "Here are some things that are not marriage: homosexuality, man on child, man on dog". He is putting homosexuality in the same list as pedophilia and bestality so that the three may be compared with each other as fellow examples of the same category. His "That's not to pick on homosexuality" simply means "homosexuality is not the only thing in this category, it's just an easy example because homosexuality is more common than the other category members"; at best that phrasing only barely implies that Santorum thinks pedophilia and bestiality are as bad or worse than homosexuality.

Comment Re:Lax attitudes toward child pornography (Score 1) 722

(It probably doesn't hurt to mention that I was molested by my stepfather from ages 16 to 18, so I've got a fair bit of firsthand personal experience on the matter.

Actually it does hurt, since it completely destroys the argument you are trying to support. In your situation, how did the law (that your stepfather violated) help you? What do you think would have happened, had you reported this situation to the police? Do you think their involvement would have improved the situation?

The law keeps it rare by scaring people away from doing it, and also prevents the people who do it anyway from bragging about it and normalizing it. Do you really think that repealing the law would have zero effect on the rate of, say, stepfather/stepdaughter molestation?

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...