Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Wrong by law (Score 1) 601

So, someone stumbling upon information is allowed, but someone seeking after that information is not? If someone believes that what the NSA does is objectionable, then the best course of action is to put a stop to it. If that means taking the job deliberately to expose it, then that is still the moral route.

Comment Re:no problem (Score 2) 508

Privacy vs. no privacy is a false dichotomy. In my own home, I can reasonably expect that no one will observe me. On a podium in front of a crown, I can reasonably expect that everyone will observe me. Walking down the street, I can reasonably expect that people will see me, notice me, but that I will be one of many, unrecognized other than by those who directly know me. It is this last expectation that is violated by omnipresent cameras.

Comment Re: Earth isn't delicate, (Score 1) 414

A plague of locusts swarms outward, consuming everything in its path. A swarm of humans, on the other hand, would swarm outward, terraforming planets and increasing habitability. One leaves the area less able to support life, the other leaves the area more able to support life. The pristine state of the universe is not the best for supporting life, and so we should feel no obligation to keep it as it is.

Comment Re:Exception to Betteridge's law!! (Score 1) 292

Not really sure what gives that impression. Neither adding nor scalar multiplication of a server location yield anything useful. I cannot think of a way to define an inner product between two servers, nor any relevant information that could be gained from it. What would be the distance between two servers? In short, a mathematical space has nothing to do with the concept of "cyberspace".

The closest mathematical structure I can see would be an unordered set whose elements are individual servers, but this is so generic of a structure as to be entirely useless.

Comment Re:Exception to Betteridge's law!! (Score 1) 292

It isn't a lack of imagination that causes one to see cyberspace as idiotic. Rather, those who see cyberspace as a useful concept have a lack of understanding. It is an incorrect metaphor, because it implies connections that do not exist. For example, it implies that someone must be physically located somewhere in order to affect a location. It implies that a person cannot affect multiple locations at the same time. It implies that a person is capable of littering without the permission of the owner. It implies that borders can be enforced. It implies that there are neighboring areas. (My address being 1 away from yours implies that I have the house next to yours. My IP address being 1 away from yours implies that they were purchased as part of the same lot.)

I'm all for metaphors when they are accurate and increase understanding. When they are outright wrong, then the metaphors are idiotic, and should be dropped.

Comment Re:An iPhone just to make calls? (Score 5, Informative) 798

I have wifi available everywhere except in transit. I have no need of a data plan whatsoever. It would be nice, however, to have my phone be more user-friendly, able to notify me of mail, and have a few games on it for passing the time.

Of course I would be doing more with it than just making calls. However, I would not be doing more on the network than making calls. The requirement of a data plan prevents that.

Comment Re:The third option (Score 4, Insightful) 536

I would say that it is much less verbose in the case where errors need to be propagated upward. This is exactly why not every function call has a try/catch around it. Suppose I am writing a function that accepts a filename, interprets the text in the file, and then returns some modified version of the text. With error codes, I would need to explicitly check that open_file has returned a valid file handler. I can't do anything without a valid file, so I then need to propagate the error upward. On the other hand, with exceptions, I could simply not catch that exception from open_file. I can't do anything to recover, so I should let the exception propagate upward to wherever called me, and then let them deal with it.

Comment Re:Can we have a little less bias in the summaries (Score 1) 153

While there may be two sides to every story, I do not believe that they should be presented equally. I would expect someone who insists that the time is a cube to be laughed out of any rational discussion. Equally, I would expect someone who insists that our patent system is the "envy of the world" and that increasing the prevalence of lawsuits are evidence of a well-functioning patent system to be laughed at.

Slashdot Top Deals

"Everything should be made as simple as possible, but not simpler." -- Albert Einstein

Working...