|
|
|
|
|
by bediger4000
4037 days ago
|
|
I agree that all code is a formalized description of "methods of operation", unless the legal phrase "methods of operation" has some exotic, inobvious meaning, like "secure in their persons, houses, papers, and effects, against unreasonable searches" has taken on. That's why the US shouldn't allow software patents. Software is either mathematical or a formalized description of a method of operation. |
|
Here's a claim from the infamous one-click patent:
1. A method of placing an order for an item comprising: under control of a client system,
displaying information identifying the item; and in response to only a single action being performed, sending a request to order the item along with an identifier of a purchaser of the item to a server system;
under control of a single-action ordering component of the server system,
receiving the request;
retrieving additional information previously stored for the purchaser identified by the identifier in the received request; and
generating an order to purchase the requested item for the purchaser identified by the identifier in the received request using the retrieved additional information; and fulfilling the generated order to complete purchase of the item
whereby the item is ordered without using a shopping cart ordering model.
It's a description alright, but there's nothing mathematical or formalized about it (though a software implementation would be a lot of code - formalized description - that applies a bunch of mathematics).