Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Huzzah! (Score 1) 221

Can you give an example of something that would pass this test?

LZW-Compression comes to my mind. When you tell the engineer to develop a lossless data compression with such specific properties, he probably would fail. On the other hand, the specific compression properties are part of the problem you want to solve, not part of the idea. The "idea" here would be a (de)compression algorithm, that builds up a suitable decompression code lookup table on the fly, rather than supplying it. With this information the engineer could come up with a solution.

It may mean they need to hire some software engineers to sit and look at the idea and try to come up with a way to implement it on their own before they look at the solution. If they come up with the same solution, then obviously it should not receive a patent.

That would be very difficult, and expensive too. Who checks, that the engineer is competent and unbiased? .

Comment Re:Huzzah! (Score 1) 221

You are probably right about the incompetence of the USPTO. On the other hand, it is like I said, they just patent everything which is new, i.e. no prior art is found by them within reasonable amoumt of time. That takes the least effort, you know...

You are also right, the US patent system desperately needs to be reformed, as it is incompatible in many aspects with the rest of the world. It leads to way to many lawauits too.

I was refering to the cituation in Europe. It is much better here, but the question of software patents is still unresolved.

To use your method of analogy between the software world and the physical world, allowing software patents on such simple ideas is akin to allowing a cabinet maker to patent the 90-degree angle

In Switzerland you would absolutely get a patent for the 90-degree angle! Provided it solves a technical problem, but I think this is the case here. (In Switzerland novelty is not checked by the patent examiner, but of course required by the patent law. In other European countries novelty is searched for by the examiner). But what would you do with such a patent? The chances to win a patent litigation over novelty is zero, as it is trivial to show prior art.

But for the 1-click patent it is obviously not so easy to find any documented prior art.

My common sense also tells me that this should not be patenable, but common sense is not a legal basis to revoke such an application.

I think to reject software patents alltogether is the best solution. Software "as such" isn't patentable in most parts of Europe. But there are of course ways arount that. For example, you can still patent a data carrier containing a specific software...

Comment Re:Huzzah! (Score 5, Insightful) 221

Apparently our patent clerks cannot tell the difference when it comes to software

I was working as such a patent clerk (with focus on software) in Europe.

While it is easy to accept every software patent application (as in US) or reject all of them (as apparently now in New Zealand), it is very hard to find objective criteria to separate obvious things from truly innovative stuff.

The basic problem is, that in Software, there are usually very little unforeseen obstacles to overcome, when a concept is turned into actual code.

Lets say, state of the art is, that software A can do X, and software B can do Y.

Now somebody invents a software C that can do both, X and Y. Is this innovative? Usually not.

If we apply this example to the physical world, the situation is entirely different. A submarine can dive, and an aircraft can fly. Inventing a "machine" that can do both, would require a lot of innovation.

Now, a patentable idea has to be technically feasible. In the case of software, there is not much justification required, as every expert in the field knows, that it is in principle possible to combine X and Y. On the other hand, in the physical world, it requires much more than just an "idea" of a flying submarine to have a patentable innovation.

Therefore, it is very easy to apply for a patent for a software, that is unknown in the state of the art, while technically and economically feasible. In the physical world, this is much harder to achieve.

The problem is not, that the patent offices only have incompetent examiners. Rather, the definition of "patentable innovation" is not suitable for software.

Comment Re:Quantum Bullshit (Score 1) 117

Quantum communication occurs how, by magic?

Yes, quantum mechanics has some implications that indeed appear magical with our classical understanding of the world.

Write down the measurements once, test against them forever.

You did not read the article about the non-cloning theorem, did you? If you are familiar with the Heisenberg principle and are willing to accept it as a fact, the informal proof is quite easy to understand.

You can't measure the signal without disrupting the legitimate people trying to communicate, but you have still measured the signal.

The point that you don't seem to understand is the fact, that in quantum cryptography, the measurement of the signal corresponds to a key guess in classical crypto. If in quantum crypto your guess is wrong, the measurement failed and there is no way you can measure again.

Alice and Bob measure the signals all the fucking time in order to communicate.

Yes, but they use the correct key.

5000 years for classical crypto to be brute forced? Massively parallel FPGAs (or GPUs if you're cheap) say a few weeks or months. And it's getting faster all the time.

5000 years was just an example. The time required for brute forcing depends on the key length. If the key is long enough, it takes 5000 years or more, no matter what hardware you use.

Please, learn something about ANYTHING.

No need to be rude here.

When I was saying that you should learn some basics about QM, it was because I really think it would be a benefit for you. The quantum mechanics lectures changed my view of the world completely and I'm very happy I can understand fascinating things like quantum cryptography now.

But well, you can still say it's all bullshit what I'm saying, and stick with your Newtonian view of the world. But believe me, you miss something.

Comment Re:Quantum Bullshit (Score 1) 117

You can copy a quantum signal and test against it forever.

No, you can't due to the no-cloning theorem, see http://en.wikipedia.org/wiki/No-cloning_theorem

Please do yourself a favor and learn some basics about quantum mechanics. The no-cloning theorem is a vital ingredient in quantum cryptography. The eavesdropping detection is a nice bye-effect, but QC offers much more than that. You simply cannot decrypt a 'quantum message' unless you know the key, period. If you try a wrong key the message is lost, hence the eavesdropping detection.

Let me illustrate this with a simplified model. Suppose I send you photons that are polarized either parallel or perpendicularly to the z-axis. You could distinguish the two states by using a polarization filter, and we could use those photons to exchange information (parallel = 0, perpendicular = 1). Now if Eve wants to intercept our communication, she has to use a filter as well. She will see exactly the same thing as you see, as long as her filter is aligned the same way as ours. If her filter is rotated by 45 degrees (let's called it the z' axis), she would notice that there are photons that are either polarized parallel or perpendicularly to the z' axis, and after the filter the photons will in fact be polarized with respect to the z' axis. But she won't be able to extract any information content, since the polarization along the z' axis is not related to the polarization along the z axis.

Now, if we use different polarization orientations (say z and z') for every photon, Eve would have to use the same sequence of orientations in order to be able to read our data.
In this QC model, the sequences of orientations is our encryption key. If unknown to Eve, she won't be able to decrypt our communication. It would violate fundamental principles of quantum mechanics, if Eve would be able to make backup copies of the photons before she uses the polarization filter or otherwise obtain the complete quantum state of the photons.

That beeing said, I agree with most of your other statements:
1. The key-sharing problem still exists
2. Best we can do today is a dedicated connection between to partners, an entire network is not possible.
3. Quantum crypto, while very interesting in theory, does not offer much benefit in practice.*

If it takes 5000 years to decrypt a classical crypto message, this is has the same impact as with quantum crypto, where decryption isn't possible at all. From a practical point of view, the eavesdropping detection might be the only added value.
Things might change, when classical cryptography is defeated by quantum computing, but this is another topic...

Comment Re:Quantum Bullshit (Score 1) 117

No.
The core idea of quantum communication security is that it is impossible to decipher a quantum message unless you destroy the quantum state nature of the communication media (photons, electron, ... whatever).
Unlike with classical communication you just have *one* try to decrypt the message. If the wrong key is used, the message is lost, forever. That even Bob (with the correct key) wont be able to decrypt/read the message afterward (and hence will notice the eavesdropping) is just a side effect.
Windows

Submission + - Windows Vista = Windows Me II?

XmasterX writes: "Is Windows Vista going to be a repeat of the Windows Me marketing and sales disaster that Microsoft experienced back in 2000? Over the past few weeks I've come across a number of articles on tech sites that are putting Windows Vista and Windows Me in the same sentence. Not good. Others are more blatant and are directly comparing Vista to Me. That's really bad and not the kind of comparison that is going to fuel sales. Read the full article here."
Handhelds

Submission + - TV and cellphone signals could boost GPS coverage

space_donkey writes: Signals produced by TV and cellphone masts could provide a navigation back-up when GPS is unavailable, according to NewScientist. obust Surface Navigation programme, funded by the US government's Defense Advanced Research Projects Agency (DARPA), aims to extract accurate positioning information from "signals of opportunity". These may include television and cellphone transmissions, if satellite signals are unavailable.

Feed Cellphones are dangerous/not dangerous, bee-friendly edition (engadget.com)

Filed under: Cellphones

As the saga continues, we've got yet another flip-flopped story rolling through in regard to the toxicity (or not) of cellphones to our environment. Just under a fortnight ago, a report based on an (admittedly lacking) research study claimed that Colony Collapse Disorder within bees was being encouraged by cellphone radiation. As expected, the researchers began living a life filled with Q&A sessions about the data, and now the "truth" is coming out. Essentially, the scientists are claiming that their data was "misinterpreted," and that the study actually looked at DECT phones and base stations, which transmit a "different frequency than mobiles." Furthermore, another member chimed in and boldly stated that their "studies cannot indicate that electromagnetic radiation is a cause of CCD." So that settles it -- until the next round of bickering begins, of course.

[Via Guardian]

Read | Permalink | Email this | Comments

Office Depot Featured Gadget: Xbox 360 Platinum System Packs the power to bring games to life!


Slashdot Top Deals

Any circuit design must contain at least one part which is obsolete, two parts which are unobtainable, and three parts which are still under development.

Working...