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

 



Forgot your password?
typodupeerror
×

Comment 101 comes first before 103 (Score 1) 92

"suggesting an additional good or service... based on certain information obtained about the customer and the initial purchase" is not a 101 "process" as defined by the Supreme Court. The Supreme Court has defined "process" as "technological process". Therefor it falls outside the statute and 103 does not apply. Even non obvious improvements that are actually novel would not apply. Your patent has to target something in the list of things in 101.

Comment Re:Patent Attorney chiming in (Score 1) 92

Section 101: Whoever invents or discovers any new and useful process, machine, manufacture, or composition of matter, or any new and useful improvement thereof, may obtain a patent therefor, subject to the conditions and requirements of this title.

The supreme court has over the last century defined what the words in that statement mean.
The word "abstract" is just shorthand for "not a process, machine, manufacture, or composition of matter or new and usefull improvement thereof"
The supreme court has a very narrow and limited definition of "process" for this statute.

Comment Re:Defending software patents (Score 2) 92

Patents don't disclose source code. So they don't teach a programmer how to "put the bits of plastic together". There is not enough utility in the patents. When creating a finanical application I am better off reading a textbook about finance than looking at patents. The textbook teaches the same thing but uses langauge a programmer can understand. If the patents disclosed souce code then there would be more fans. Patents could become an alternative to open source. The goverment could be using patents to build a library of code that future generations can build applications off of. Instead we get lawyers poorly paraphrasing existing knowledge.

Comment Re:I've seen a place like that (Score 1) 232

Depends on what you do. I have heard of a person the delivered sql that had no where clause. It quickly choked up all the databases. Slowed all applications enterprise wide. It caused a complete outage in a corporate application the workforce used. Took a few hours to fix during the work day. Of course they were fired. They were lucky they were not sued.

Comment Re:Fear of changing code.... (Score 1) 232

How do you revert 10,000 employees not being able to do thier job for 8 hours becasue someone pushed untested sql to production? Fear of changing code is countered by testing. If you know your changes are going to be tested there is nothing to fear. If your not testing then your going to fear changes to code.

Comment Budget (Score 1) 232

I think it is about having a small testing budget. You have budget to test the new feature but not the budget to test the whole application. Testing the feature involves the developer and client doing a day or two of work. Testing the applications involves a team of people running several days worth of formal tests. It is purely rational to push such testing off untill you have a larger release. One problem with Agile is you never get such a release. As everything is done in smaller chuncks.

Comment Re: Ads (Score 1) 330

Ohh I didn't mean my statement as a bash on Microsoft. Personally I think Mojang was too small to take the game where I want it to go. Mojang was just doing incremental improvements like adding bunnies and new types of dirt. I think Microsoft could put 200 people on it and makes something on the scale of grand theft auto.

Comment Re:The big question is 'why' ? (Score 1) 330

Unless the market has already decided that Minecraft is on the way down and the price has finally become something reasonable. Could be Notch was shopping this around for 10 billion before. I think a Minecraft game still has plenty left in it. I would purchase a version that had smaller blocks. I would purchase a version with an actual story. I would even try an Minecraft mmo.

Comment Re:Ads (Score 5, Interesting) 330

54 million sold already. Lets assume they can sell the same amount for Minecraft 2. If they priced it at $10 they would make half a billion. They can probably make more money off DLC on the existing game. And make money off DLC for Minecraft 2. Then there is stuffed creapers and toys. They are still loosing money at 2.5 billion. Was good deal for Notch.

Comment Re:Software Business Methods are in danger (Score 1) 118

Software is not only mathematics. Example:
print Hello World
The above statement is speech. Now math may be used to transform that statement into 1 ands 0's. More math can transform it into a commands that cause Hello World to be printed. But the code itself exists separate from that implementation. In math there is no "hello" there is no "world". Placing hello next to world has no meaning in mathematics. This is speech.

Slashdot Top Deals

What this country needs is a good five dollar plasma weapon.

Working...