Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
The usual suggestions for correcting the problem legislatively involve changing the criteria for granting patents – for instance, to ban issuing patents on computational practices and systems to perform them. But this approach has two drawbacks. First, patent lawyers are clever at reformulating patents to fit whatever rules may apply; they transform any attempt at limiting the substance of patents into a requirement of mere form. For instance, many U.S. computational idea patents describe a system including an arithmetic unit, an instruction sequencer, a memory, plus controls to carry out a particular computation. This is a peculiar way of describing a computer running a program that does a certain computation; it was designed to make the patent application satisfy criteria that the U.S. patent system was believed for a time to require." (Thanks to Paul Wise)
Posted Nov 6, 2012 0:32 UTC (Tue)
by bojan (subscriber, #14302)
[Link] (23 responses)
I would personally be happy with an even more narrow change: open source program, instead of program. Proprietary software vendors can then sue each other to their heart's content. :-)
Posted Nov 6, 2012 8:42 UTC (Tue)
by farnz (subscriber, #17727)
[Link]
Limiting patents such that they don't apply to open source (except where you use that as part of a proprietary whole) fits nicely with the goals of the patent system; the aim is to encourage disclosure of trade secrets, after all, and a working implementation of the idea is good disclosure.
Note that you'd probably want language like the GNU GPL's language around "preferred form for modification"; it would be a shame if the result was a return to the days of obfuscated C source code, as was common in the commercial UNIX era.
Posted Nov 6, 2012 11:42 UTC (Tue)
by coriordan (guest, #7544)
[Link] (3 responses)
Another problem is that it implies that software is patentable, thus making it harder for us to argue in the high up courts that they should interpret the law as not allowing software patents.
Posted Nov 6, 2012 12:57 UTC (Tue)
by man_ls (guest, #15091)
[Link] (1 responses)
Posted Nov 6, 2012 17:03 UTC (Tue)
by rfunk (subscriber, #4054)
[Link]
Posted Nov 6, 2012 15:18 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
I can assure you, this is exactly what will happen if any solution to this problem is pursued politically.
Posted Nov 6, 2012 18:06 UTC (Tue)
by dlang (guest, #313)
[Link] (17 responses)
I think it's better to leave it at all software, but this still ends up with a tricky definition. What is "generally used computing hardware"?
Here's where I think the attention needs to be paid.
I would define it as hardware where the command set and interfaces to the hardware are documented and available to the general public.
This would mean that the OS running on a general PC may be covered, but a driver accessing proprietary hardware (for example, the NVIDIA driver) would not be covered, but the ATI driver would be (since ATI publishes the interface for their cards)
Posted Nov 6, 2012 22:32 UTC (Tue)
by Zack (guest, #37335)
[Link]
It would be a tricky definition to get right, and there probably would always remain a gray area. But it shifts the software patent problem far away from where software patents are doing most harm.
If this limit on the effect of software patents ever gets accepted, and (at least) a single "generally used computing hardware"-platform is established, a programmer can just sit down and write software on this platform and distribute it for users of this platform.
It pushes the bickering to the edges of "generally used" and specialised hardware, reducing the problem to spats between dedicated hardware manufacturers and leaving the average programmer free to implement improved mailclients, one-click-shop webpages, and other everyday software to their hearts content.
Posted Nov 7, 2012 5:36 UTC (Wed)
by Seegras (guest, #20463)
[Link] (3 responses)
Kind of legislating Pi=3.
(and no, conversely, just because someting can be expressed mathematically does not mean its math. But that doesn't concern software).
PolR tries to make the case.
Posted Nov 7, 2012 12:10 UTC (Wed)
by coriordan (guest, #7544)
[Link] (2 responses)
1. Replace the judges and examiners with computer scientists
#1: Isn't realistic. (That is to say, pursuing this goal isn't an efficient use of our limited resources.)
#2: This is where "software is math" fits in, but we've been making this argument for years when submitting amicus briefs and responding to patent office consultations. Still might work, and we'll keep trying, but the Supreme Court is our best hope and they've been pretty reluctant to take a stand. And if we win in the Supreme Court but haven't built any support in Congress, the megacorps will rush through some legislation.
#3: This is where RMS's suggestion fits in. We've done a lot of work on this in other countries but very little in the US. People say it's impossible in the US, but the hard truth is that it's the only way to really win.
Posted Nov 7, 2012 20:02 UTC (Wed)
by dlang (guest, #313)
[Link]
the limited number of computer scientists is the first one (would you rather have them doing useful stuff or reading patent apps)
But the biggest problem is that setting any industry to police itself is a major problem.
Posted Nov 11, 2012 22:27 UTC (Sun)
by SecretEuroPatentAgentMan (guest, #66656)
[Link]
Are you aware that examiners need a technical degree and a background in their arts? Or that some judges are former patent attorneys with technical insight?
> 2. Convince the judges and examiners to switch to the computer scientists' definition
Exactly what is this definition?
> 3. Change the law so that the (broken) opinion of the judges and examiners doesn't matter
So who gets to overrule the judges?
Posted Nov 7, 2012 11:56 UTC (Wed)
by coriordan (guest, #7544)
[Link] (9 responses)
I'm thinking the same.
But I'd go for a broad definition. The PC might be extinct in 10 years. 95% of the population might be doing all their computing on watches, phones, glasses, and other wearables.
Maybe courts would interpret "generally used" as referring to whatever hardware people generally use to run software, so it would include the things in my previous paragraph. But it's better to not leave this down to chance. We should find a wording that makes this meaning clearer, IMO.
Posted Nov 7, 2012 21:02 UTC (Wed)
by dlang (guest, #313)
[Link] (8 responses)
If you define it in terms of ABI documentation and ability to load their own software on them, you then put manufacturers into a corner
they can either
1. document the hardware and make it so that others can run software on it, making their software running on the device immune to patent lawsuits
or
2. keep their hardware secret and locked down and be liable for any patent lawsuits against their software.
In other words, defining things this way not only eliminates patent claims against all opensource software, it also gives manufacturers a strong incentive to document their hardware sufficiently that opensource software can be made to run on it.
For things like video cards, you would have the following situation
The NVIDIA drivers would be vulnerable to patents.
The Raspberry Pi GPU firmware could be vulnerable to patents (I don't know if they have the info needed to write stuff to run on the GPU available or not, the source of the firmware blob is definitely not available), but the Pi drivers would not be as the interface to the firmware is published.
The ATI drivers would not be vulnerable to patents as the ABI for the cards is published
Apple devices would be vulnerable to patents as they are locked down with undocumented hardware and the owner is prevented from installing new software on them.
Google Nexus devices would not be vulnerable as they are documented.
Other Android devices would only be vulnerable in their drivers, and even then, only to the extent that they have 'secret' ABIs
book readers would be vulnerable as they are locked down
Game consoles would be vulnerable as they are all locked down
All of the above sounds very reasonable to me :-)
Posted Nov 8, 2012 11:21 UTC (Thu)
by coriordan (guest, #7544)
[Link] (7 responses)
What about the stuff in application space? Patent problems in driver space are a small minority (although surely growing due to video and other acceleration in hardware).
If someone gets a completely closed iThing and runs VLC, should that person be safe or not?
I'd say yes, and that the iThing is "generally used computing hardware". But if the hardware has to be documented, then the person running VLC on an iThing wouldn't be safe.
I think people should be able to run VLC everywhere without patent risk, and that whatever falls outside the "generally used computing hardware" definition should only be liable insofar as the act is specific to that non-general hardware.
Posted Nov 8, 2012 19:17 UTC (Thu)
by dlang (guest, #313)
[Link] (6 responses)
I guess we would need to make it something along the lines of if the software only uses published interfaces (be they software or hardware), it's safe, but if it uses 'secret' interfaces, it's not.
so something written to run on a iThing would be safe, but the OS for the iThing would not be.
Posted Nov 9, 2012 15:40 UTC (Fri)
by coriordan (guest, #7544)
[Link] (5 responses)
(If not then Rockbox would have patent risk.)
I also wonder if a library cover secret interfaces with open ones, thus creating a loophole in the law. (This is only possible for certain definitions of "secret".)
Posted Nov 9, 2012 19:59 UTC (Fri)
by dlang (guest, #313)
[Link] (4 responses)
No, If it did it would make everything on the iPod safe.
I would say that Rockbox documenting what they _think_ the interfaces are should protect Rockbox, but it would not protect Apple software (after all, there is no way of knowing is Rockbox got things right, or just 'right enough to work')
As for a library to hide secret interfaces. As long as the open ones are documented and can be used by others, I don't have a big problem with this 'loophole'. Either the library makes enough available for people to use it to write other software (in which case it is functionally equivalent to the 'secret' interface), or it doesn't, (in which case it can't be used for things that want to take advantage of the 'secret' commands)
I'll note that I am one of the people who doesn't consider a system non-free just because it has loadable firmware blobs.
Posted Nov 9, 2012 21:30 UTC (Fri)
by coriordan (guest, #7544)
[Link] (3 responses)
The API approach is a gamble, but I think it's probably a bad gamble.
With the transition from PC/Laptop to carryables/wearables, I think we're heading into a decade where a lot of free software users will be putting free software on their devices against the manufacturer's wishes.
Offering patent protection in return for documentation probably isn't enough. If software patents were that big an issue for the hardware manufacturers, they would be working on their own campaign to get that protection without having to document their interfaces. The current relative silence on the issue suggests it's not that motivating, so the gamble is risky.
(That said, the general v. special distinction also has problems. What's "special" about an mp3 player? It just does a subset of what my PC does. Is "special" supposed to refer to medical devices? How do we make that clear in a legal text?)
Posted Nov 9, 2012 22:48 UTC (Fri)
by dlang (guest, #313)
[Link] (2 responses)
That being said, in the case of Rockbox, all the software that actually had a real potential for being hit by patents is going to be the same on all devices. It's only the bootloader and drivers that will be special for the iPod.
Posted Nov 10, 2012 14:53 UTC (Sat)
by coriordan (guest, #7544)
[Link] (1 responses)
But I'm not sure that that's broad enough. It could leave a problem for video acceleration in drivers. I'd stick with looking for ways to ensure that mp3 players are wholly included in "generally used computing hardware".
The terrible decision about tablets does prove that legislators can make anti-citizen decisions, but the goal (enforce companies' DRM against computer users) shouldn't bind them to making bad decisions on patent questions.
Posted Nov 10, 2012 23:05 UTC (Sat)
by dlang (guest, #313)
[Link]
why do you need to include the word 'effectively' here? that is subjective.
> It could leave a problem for video acceleration in drivers.
I'm actually Ok with that being a problem.
A closed source driver with closed ABIs like NVIDIA should be a problem
A closed source driver with open ABIs like ATI is Ok with me. I will try to avoid using it and instead use the open source driver that will be written instead.
A open 'shim' driver with open ABIs like the Raspberry Pi is also Ok with me. Everyone uses the same ABI and any 'secret stuff' is in the firmware.
being able to replace the firmware and have the ABI from the firmware to the hardware be open is even better.
> I'd stick with looking for ways to ensure that mp3 players are wholly included in "generally used computing hardware".
I wish you good luck with that, however in the current political climate, I think you will run into the same problem that they had with tablets including e-book readers
Posted Nov 15, 2012 19:51 UTC (Thu)
by JanC_ (guest, #34940)
[Link] (1 responses)
Posted Nov 15, 2012 20:58 UTC (Thu)
by dlang (guest, #313)
[Link]
It can produce specs that are 'good enough' in practice, but even theoretically, it can't tell the difference between 'undefined result that happens to be X' and 'deliberalte calculation that results in X'
So the documentation I am referring to would need to be produced by the company producing the hardware (or by a 3rd party on their behalf)
Posted Nov 6, 2012 1:19 UTC (Tue)
by fest3er (guest, #60379)
[Link] (9 responses)
Posted Nov 6, 2012 1:26 UTC (Tue)
by dalen (guest, #87654)
[Link] (5 responses)
Posted Nov 6, 2012 3:22 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (4 responses)
So chemical processes and compounds are more analogous to classic mechanical inventions.
Posted Nov 7, 2012 1:24 UTC (Wed)
by drag (guest, #31333)
[Link] (3 responses)
The the rules setup for patents are completely arbitrary. There is no governing logic or natural system that patents are derived from. If patents exist the best you can hope for is that they are setup in a way the at is profitable for you.
Posted Nov 7, 2012 2:30 UTC (Wed)
by Cyberax (✭ supporter ✭, #52523)
[Link] (2 responses)
You can (in theory) get result of any algorithm by performing its steps on a piece of paper. You can't get a result of a chemical reaction by performing it on a piece of paper.
Posted Dec 5, 2012 5:25 UTC (Wed)
by ghane (guest, #1805)
[Link] (1 responses)
If I was to use pebbles on a large piece of cloth, to "reduce a set of numbers to another, for audio reproduction", would that be OK?
Posted Dec 5, 2012 8:41 UTC (Wed)
by jezuch (subscriber, #52988)
[Link]
Yup. http://xkcd.com/505/
Posted Nov 6, 2012 1:33 UTC (Tue)
by JoeBuck (subscriber, #2330)
[Link]
Posted Nov 6, 2012 17:26 UTC (Tue)
by southey (guest, #9466)
[Link] (1 responses)
Actually I find it more interesting that software is copyrightable but a recipe is not. Yet it is possible to patent a recipe and so it makes sense that software should be patentable. But obviousness and uniqueness need to be held to strict standards especially with the Benson and Mayo decisions to ensure that the specific implementation rather than the actual idea is being patented.
Posted Nov 6, 2012 19:28 UTC (Tue)
by wahern (subscriber, #37304)
[Link]
Any piece of software which, like a simple recipe, cannot be expressed any other way is, likewise, not copyrightable. Theoretically. Likewise, there undoubtedly exist many recipes which are copyrightable, presuming they're creative and expressive enough, and are not the only way to express the ingredients and method of preparation. For example, a method of preparation written in iambic pentameter, perhaps with some other flourishes for good measure. You would be free, of course, to extract and copy the simple recipe from such a work.
Posted Nov 6, 2012 3:28 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (138 responses)
Both the GNU GPL and this suggestion are attempts to PATCH a system that is fundamentally broken. As patches, they can only have a limited result.
Furthermore, this suggestion will never happen because it depends on legislators, and we all know which side of the bread legislators get their butter on. They set these irrational rules up, and profit from these irrational rules.
The solution is obvious: the institution that imposes these irrational rules causes these problems (and many others that dwarf free culture extinction in gravity) so it must end.
But Richard will never entertain that -- Richard believes that the institution which constantly sabotages free culture is a benevolent and necessary institution that he can somehow control and co-opt to get his way. He somehow doesn't see that the threats he sees are directly caused by this institution. So he will forever be doomed to run around putting fires out, trying to find ways to prop up the broken system, fighting a losing battle with the results produced by the very institution he begs for help from.
It is obvious: If you misidentify your enemy, you will necessarily lose the battle. Getting angry at Apple or Microsoft for exploiting some destructive rules, when both these companies and the rules were made and enforced by another institution, is useless and irrational.
Is it any surprise, then, that Richard has spent most of his life fighting numerous causes and lost his battles on most of them? He is fighting the wrong people.
Posted Nov 6, 2012 3:32 UTC (Tue)
by dlang (guest, #313)
[Link] (60 responses)
and you can't just say "the government"
you think what's being done is wrong and "the institution" needs to be eliminated, what specific change would you make to implement your 'fix'
Posted Nov 6, 2012 3:46 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (28 responses)
The institution that needs to be eliminated is the irrational belief that a special exceptional group of people (should or do) have the magical superpower to dictate how everyone else must live their lives, and to punish those who disobey and resist... whether it is a person carrying around the "wrong" type of vegetation, or a person downloading the "wrong" type of MP3.
While historically this institution was called "church", in modern times, some people call this institution "government". It is a belief -- accordingly, when people no longer hold the belief, the influence of institution in human life will vanish.
Posted Nov 6, 2012 5:12 UTC (Tue)
by jtc (guest, #6246)
[Link] (15 responses)
Is this libertarianism, anarchism, both, or neither?
Posted Nov 6, 2012 6:19 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
Posted Nov 6, 2012 14:01 UTC (Tue)
by nhippi (subscriber, #34640)
[Link] (13 responses)
http://www.neatorama.com/2007/06/07/no-exit-libertarianis...
Libertarians still believes in in property laws (because they would prefer to keep their riches). Those libertarians that own patents or copyrights probably find reasons for imaginary property as well...
Posted Nov 6, 2012 15:00 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (10 responses)
Of course, the rules of property cannot apply to things that aren't property. That's how you get the monstrous boondoggle that is the contemporary intellectual poverty situation.
Posted Nov 6, 2012 18:10 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (9 responses)
Posted Nov 6, 2012 21:21 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (8 responses)
OK, no more attention for you. Good bye.
Posted Nov 6, 2012 21:35 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (7 responses)
In particular, the "real money" streak of this madness is the most virulent one. It sounds so nice (hey, gold is real!) but in reality is nothing more than physiocracy in modern clothes.
Posted Nov 6, 2012 21:48 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (6 responses)
> If the ideas had any grounding in reality
> "real money" streak of this madness is the most virulent on
> is nothing more than physiocracy
To everyone else:
You are witnessing the standard emotional defenses of a person so terrified of an idea, that he must discredit it at all cost (including human reason). I wish I could address them and calm this person down, but fear is just more powerful than reason.
I do have a question for the rest of you: Do you see the parallels of how he behaved here, and what Microsoft apologists did when Linux was the up-and-coming threat?
Posted Nov 6, 2012 22:31 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (5 responses)
And most of all, I utterly despise libertarians. They are beneath contempt. They profess that they don't like "intangible" stuff like fiat currency or government. But at the same time they are professing their belief in intangible "property rights" and very much want government to protect THEM.
At least, survivo-anarchists are honest. They admit that there are no "rights", there's only brute strength so strong can grab whatever they can defend (with guns).
Posted Nov 6, 2012 22:54 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (4 responses)
See, guys, what I said about Cyberax and his anger? Was I mistaken or was I spot-on? Do you think that a productive conversation can be had with such an angry individual?
:-)
(The funniest thing is I'm not even a libertarian, bahahaa!)
Posted Nov 6, 2012 23:44 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (1 responses)
In particular, why should "property rights" be treated different from anything else? What makes them so precious that you want them to be enforced, by government?
Posted Nov 7, 2012 18:46 UTC (Wed)
by Rudd-O (guest, #61155)
[Link]
Posted Nov 7, 2012 11:30 UTC (Wed)
by k3ninho (subscriber, #50375)
[Link] (1 responses)
You don't have a choice - either you engage in the discussion, or you're provoking another poster for the fun of it. This is an ad-hominem attack - you're playing the person and not the debate - I call that trolling.
When it comes to it, your post which spawns this discussion says that we have to do something by definition it *can't* do: overcome the system. There's a legacy structure in place which we can't remove - our physical bodies, the laws of thermodynamics and a wealth system which motivates people to do work against the laws of thermodynamics (arranging a bit of temporary order in the chaos) on threat of depriving or harming your physical body. If you can come up with a way past that, I'll happily sublime into a state as an energy being with you.
So it's not about bringing down the government, or the monied people, or the entrenched system-as-it-is. We have to get people together to take apart and rebuild the system-as-it-is into the system-as-it-will-be. That's what Richard advocates, and why he's right and you're wrong.
K3n.
Posted Nov 7, 2012 18:59 UTC (Wed)
by Rudd-O (guest, #61155)
[Link]
Posted Nov 6, 2012 20:09 UTC (Tue)
by wahern (subscriber, #37304)
[Link] (1 responses)
Private property is a different matter altogether. There are plenty of anarchists who believe in strong private property rights. Anarchism is a very large tent. The one thread that binds them is a desire for non-physically-coercive legal structures for nonviolent behavior**. In practical terms that means no prison for civil violations of the local law. Everything else is basically up for grabs, including the meaning of "law".
** I would think, actually, that preservation of a private property right naturally follows from almost any anarchist school of thought.
Posted Nov 6, 2012 21:49 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
Posted Nov 6, 2012 13:44 UTC (Tue)
by nix (subscriber, #2304)
[Link] (11 responses)
(I also happen to like the whole 'democratic accountability' idea, also not present in private organizations, and also the extra services my government provides me which are not related to keeping warlords from taking over. Those services saved my life repeatedly, after all.)
Posted Nov 6, 2012 14:58 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (8 responses)
There is no need to fear the lack of belief in the magical group of people for whom up is down, violence is ethical, and rules are the opposite of the rest of us.
Security, law enforcement, transportation, education, individual reputation management, and the ten thousand other services currently monopolized by this magical group of people, are just services. There is nothing magical or special about them except for the "we say so" that the monopoly constantly spews. It's just people doing stuff.
Accordingly, if they are necessary, private actors can and will provide them in a decentralized fashion. All these services existed way before this magical group of people monopolized them under threat of punishment, and will continue to exist after people have ceased believing in their pretend superpower.
The rumors that these services can't be provided except by this magical little group of privileged people are incorrect -- in my direct experience, reality is the exact opposite of that, and the "failures" of these services are in fact sabotage (intended or otherwise) that politicians cause so these scum can sweep in as "saviors" and provide an inferior alternative.
Exempli gratia: I am from a Third World country where private police (hired as neighborhood guards) was accessible even to the poorest of the poorest living with $2 a day, and I can tell you right away that when these services were neutered politically (by a firearms ban imposed on these neighborhood guards), crime multiplied by 3 in as little as a week. 3X the number of robberies, 3X the number of burglaries, 3X the number of murders.
As for "what about the poor": ask yourself what about the poor in today's system where belief in this magical institution is at an all-time-high. They're padding prison rosters, they're unemployed, they're hopelessly dependent in the "favors" (political bribes) paid with other people's efforts by this magical institution. The institution does not care, and never will care, about the poor, for the same reason they don't care about free culture either -- they only care about public relations stunts, because they are power-hungry sociopaths. Groveling to sociopaths has never worked.
That's what I wish Richard understood.
Posted Nov 6, 2012 15:32 UTC (Tue)
by jackb (guest, #41909)
[Link] (1 responses)
Posted Nov 6, 2012 15:41 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
Posted Nov 6, 2012 16:52 UTC (Tue)
by nix (subscriber, #2304)
[Link] (5 responses)
Healthcare, in particular immunization and infectious disease control, is another similar example.
Regarding your specific example, security guards are not equivalent to private police, even if they call themselves that: they are a workaround for the absence of an effective police service, more a firewall to keep the criminals out of your particular area than a means to actually prevent the criminals from committing crimes. (True private police can work, but conflicts of interest are avoided only if they are implemented via subscription from their entire force area. Since this is effectively identical to a tax I can't see a meaningful distinction between this and a system provided by a government, except that if your government is hopelessly incompetent this can provide an island of competence. The right long-term solution there is to make your government less hopelessly incompetent.)
Posted Nov 6, 2012 21:24 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (4 responses)
No, sorry, you're incorrect about this. I can understand that your government has fed you this story of "everything was chaos until we monopolized all this stuff", but it's a lie.
I don't want to continue having this conversation here because it's off-topic now. If you are curious, you are invited to post to the /r/Anarcho_Capitalism or /r/AgainstAllArchons subreddits at reddit.com. There are thousands of people there qualified to answer in detail how the whole government belief system -- including the alleged "impossibility" of providing basic services without belief in government -- is a lie, complete with historical examples.
I hope you'll turn up. Have a nice day! :-)
Posted Nov 6, 2012 23:42 UTC (Tue)
by stijn (subscriber, #570)
[Link] (2 responses)
Posted Nov 7, 2012 19:03 UTC (Wed)
by Rudd-O (guest, #61155)
[Link] (1 responses)
Have a nice day! :-)
Posted Nov 8, 2012 11:21 UTC (Thu)
by stijn (subscriber, #570)
[Link]
Posted Nov 7, 2012 13:52 UTC (Wed)
by nix (subscriber, #2304)
[Link]
Posted Nov 6, 2012 15:08 UTC (Tue)
by man_ls (guest, #15091)
[Link] (1 responses)
That is why I am not angry anymore when mediocre men get to lead the government. Modern democracy is such a chore to rulers that most of them get weary after a time, and that is such a good thing.
Posted Nov 10, 2012 16:10 UTC (Sat)
by gek (guest, #18143)
[Link]
Posted Nov 6, 2012 5:58 UTC (Tue)
by shentino (guest, #76459)
[Link] (30 responses)
I don't care if the lobbyists are the ones doing the corrupting.
The feds willingly cooperate, and as the ones with the actual power they hold the responsibility not to let their power be usurped by corporate pressure.
Posted Nov 6, 2012 6:23 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (29 responses)
I told Richard personally that the government is the problem, and that he should consider to simply stop believing that he can get government to do anything for him. I told him this a few months ago in SF while having dinner with him, my girlfriend, and two other fairly cool guys. I tried to engage him about finding non-state solutions to the problems that his movements face.
He stopped me cold, "Not gonna happen. I have a pro-state gland."
I didn't pursue the matter further, but it seems to me that his pro-state isn't a gland... it's a cancer.
Posted Nov 6, 2012 12:34 UTC (Tue)
by mhw (guest, #13931)
[Link] (28 responses)
Posted Nov 6, 2012 15:09 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (6 responses)
Suggestion: if you wish to engage others constructively, don't tell them what they do or don't understand. As it happens, I understand the dynamics of that particular problem very well.
> Corporations are also a very grave threat.
Corporations, as contemporarily understood, are universally and always government-created institutions. If you hate corporations, you must necessarily hate government, because all the magical privileges that corporations have over you and allow them to control you, are granted (and are only possible) because of government actions and threats against you.
Maybe in a society free of the belief in the magical institution, corporations would be different. They would obviously not have the magical privileges bestowed upon them by the magical institution. But today, they do.
> Corporations have no accountability to anyone except their shareholders,
And who do you think codified this destructive and anti-social reality into law?
Corporations? Their executives? Their employees?
Or the people we call "government"?
See why I am not a fan of this magical institution?
---------------------------
> Anarchists are against all forms of coercion, whereas Libertarians focus all of their ire on the government.
Good news: I'm against all forms of coercion -- private, corporate and political. I understand that the origin of the corporate aggression is political, and I understand that the origin of politics is the magical belief that a few people ought to have the power to invent rules and then punish everyone who disobeys them (such as, for example, corporate law).
That is why I have ceased to believe in such an irrational and destructive magical superpower.
--------------------------
NB: I would say "everything goes back to government". While it sounds tempting, and a very simple theory, that wouldn't be true, given my fairly recent discoveries. I now think everything goes back to child abuse by authority figures -- that is the key element that teaches children "you are not an autonomous individual, the authorities who can punish you are always right, never challenge them, or there will be consequences". This is *exactly* the belief exploited by people who believe in the magical institution (who position themselves as this authority).
I think talking about that is far more fascinating than talking about politics, because it is the original cause for all politics. Once we get rid of destructive parenting and education, the need for politics will vanish.
Posted Nov 6, 2012 15:56 UTC (Tue)
by mhw (guest, #13931)
[Link] (4 responses)
Corporations, as contemporarily understood, are universally and always government-created institutions. If you hate corporations, you must necessarily hate government, because all the magical privileges that corporations have over you and allow them to control you, are granted (and are only possible) because of government actions and threats against you. Maybe in a society free of the belief in the magical institution, corporations would be different. They would obviously not have the magical privileges bestowed upon them by the magical institution. That's simply false. If government did not exist, corporations would be able to obtain the privileges they desire by brute force, and control the people much more effectively than they do now. All of the services that government currently provides to them (e.g. police protection, the military, coercion of their labor force) would move to the private sector. Unlike the current arrangement where these services are monopolized by an institution that is at least in theory accountable to the people and somewhat constrained by our political system, without the government these private services would have no respect for human rights and seek primarily to maximize their profits. Corporations and billionaires don't need the government. The rest of us do. If we can replace the services that government provides to us with decentralized alternatives that actually work to our benefit and respect human rights, that sounds great (though the devil is always in the details), but that job has to be done first, before you loudly advocate dismantling the only semi-democratic institution we have left that's strong enough to constrain the power of corporations.
Posted Nov 6, 2012 19:22 UTC (Tue)
by man_ls (guest, #15091)
[Link]
Posted Nov 6, 2012 21:39 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (2 responses)
This is illogical.
(1) Corporations already don't exist today (ask a lawyer and the answer will contain the words "legal fiction").
(2) When the people that enforce the legal fiction lose all power to enforce the fiction (which happens when people stop believing that they are entitled to using force), obviously all the privileges that a "corporation" grants on certain people just vanish instantly.
If what you meant is that Apple and Microsoft employees and executives will suddenly turn into a Mad Max with Motorcycles Roving Band of Marauders, then that would be a different argument that has nothing to do with corporations.
For starters such a group of vandals would not be a corporation in any sense of the word, rather it would be just a gang. So you're still incorrect and your criticism just doesn't apply anymore.
More importantly, though, I've fielded literally thousands of arguments from catastrophe like yours, and they're just FUD. So I'm going to save myself some time and ignore it.
Seriously: You're proposing that people working for corporations will somehow turn into gangs if everyone ceases believing in Government. That is as ridiculous as proposing that regular peaceful human beings suddenly if everyone ceases believing in God. I can laugh at such preposterous what-if scenarios, but you can't expect me to take such scaremongering seriously.
-------------------------------
I use this argument as a basic logic test, a yardstick, that allows me to separate people who can logically deduce valid conclusions from a set of propositions, from people who cannot. You didn't fare very well. I'm sorry to say, but I have zero faith that you will be persuaded by logic. Since rational arguments are all I have to offer, I will stop here and focus my efforts on solving other people's questions. There are other people out there who don't have the "what if everyone turns into Mad Max" FUD cocked and ready to fire.
Posted Nov 6, 2012 23:40 UTC (Tue)
by apoelstra (subscriber, #75205)
[Link] (1 responses)
Please stop this nonsense. It is one thing to claim to be a "libertarian" while misrepresenting libertarian beliefs and being a boor, since that label doesn't mean much (nor does it mean anything relevant to LWN.net). But you can't claim to be "logical" or "reasonable".
Logic and reason are intimately related to computing and software development, and many people here are experts in these fields. Even if your off-topic trolling were logical or reasonable, it would be offensive to accuse anyone here of being illogical. Especially people who are spending their own time and energy replying to your drivel, just to clean up the mess you are making in LWN's comment history.
-plonk-
Posted Nov 7, 2012 18:32 UTC (Wed)
by Rudd-O (guest, #61155)
[Link]
I can tell you are experiencing that localized irrationality because your name calling, engaging yourself in behaviors you just criticized, and discrediting, seem to be your preferred mode of "argumentation" when the topic of statist superstition is touched. Not very logical or reasonable, if you ask me.
That's fine -- I don't need to persuade you, nor do I care if stating facts or observations offends you. But you do seem to want to manipulate me into shutting up or experiencing shame. Learn to deal.
Posted Nov 8, 2012 2:01 UTC (Thu)
by ajf (guest, #10844)
[Link]
Posted Nov 6, 2012 15:17 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (17 responses)
Groveling the state to end corporations or reform corporations is *never going to work*. The state is the entity that made corporations powerful, privileged, malevolent and sociopathic institutions to begin with.
Groveling the state to end intellectual poverty or reform intellectual poverty is *never going to work*. The state is the entity that made intellectual poverty a tool that corporations use to oppress and abuse you and me.
RMS believes that the "government" can "protect" you and me from these abuses and abusers; he is categorically wrong. Richard is trying to appeal to *the very group of people* who facilitates these abuses. How an otherwise brilliant man like Richard can't get this... frankly escapes me and makes me feel very, very sad. More importantly: His belief in this magical institution as benevolent protector displaces any potential attempts to invent better, more subversive, non-statist solutions to state-created problems. You know, like the GPL once was -- successfully subverting the copyright abuse created by this magical group.
The first step to get rid of the mafia isn't to grovel to them so they stop collecting protection money. It is to stop believing that this money goes into "protecting" anyone but themselves at all.
Posted Nov 6, 2012 17:06 UTC (Tue)
by nix (subscriber, #2304)
[Link] (1 responses)
Posted Nov 6, 2012 21:52 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
And I just don't have it in me to care about the statist mythology anymore.
Posted Nov 6, 2012 18:01 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (14 responses)
And abolishing the state would make corporations donate all their money to charities and start producing rainbows and pink unicorns?
Or may be it would allow corporations to hire militia and instead start murdering people they don't want to live?
Posted Nov 6, 2012 21:44 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (13 responses)
I know you have an existential fear of "what will happen if everyone stops believing in government". I know the source of this existential fear, because I also went to school and I also was told to fear the same thing.
Fact is, it is great business to tell people "if you don't believe in us, people will rape and rob you and your daughter". Especially to children, since they are too young to be able to rationally contest the lies.
If you want to have a serious conversation: you need to (1) set your fears aside, as they will prevent you from rationally deducing valid conclusions (2) set aside your impulse to discredit new ideas (which is obvious in your use of sarcasm).
Now: do you want to have a serious conversation or not? http://imgur.com/DEhIC
Posted Nov 6, 2012 21:51 UTC (Tue)
by dlang (guest, #313)
[Link] (11 responses)
go find some island (or oil rig), declare it a separate country and try living by your ideals.
Until then, please stop wasting our time.
Posted Nov 6, 2012 22:29 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (10 responses)
If you think I am wasting your time, close the browser window instead of blaming me for your emotions.
I am not really wasting your time, though -- you are deliberately choosing to engage me because of some sort of rage (I assume, from my experience, that you're terrified of my ideas, so your response is rage). The only one wasting his time is you.
---------------------------
> and go live someplace else where you can try what you are advocating for a few years. [...] go find some island (or oil rig), declare it a separate country and try living by your ideals.
Umm, no thanks.
-----------------------------------
> Until then, please stop wasting our time.
Sorry, but you're going to have to learn to deal with me sticking around. To cope better, I suggest you first stop manipulating other people with the "you're wasting my time" meme, because it's a lie.
Or you can continue raging. Or you can go away.
Your problem, not mine.
Posted Nov 6, 2012 22:40 UTC (Tue)
by dlang (guest, #313)
[Link] (8 responses)
Posted Nov 6, 2012 22:49 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (7 responses)
Posted Nov 6, 2012 22:54 UTC (Tue)
by jake (editor, #205)
[Link] (3 responses)
So, please (both of you and anyone else thinking of getting involved) just drop it here. The insults, anger, *and* off-topic posts are all unwelcome.
thanks,
jake
Posted Nov 6, 2012 23:07 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (2 responses)
Posted Nov 7, 2012 14:00 UTC (Wed)
by nix (subscriber, #2304)
[Link] (1 responses)
I don't know who's coming out best in this subthread -- but I know who's coming out worst. When in hole, stop digging. (And in my experience, on thi site, when an editor tells you to stop, they are right.)
I'm stopping now.
Posted Nov 7, 2012 19:12 UTC (Wed)
by Rudd-O (guest, #61155)
[Link]
This is, contrary to what you seem to think, not only perfectly reasonable but also healthy. And you might try and shame me with your "you're coming out worst" quip, but you mistake me for someone who cares about being shamed.
Posted Nov 7, 2012 14:10 UTC (Wed)
by nye (subscriber, #51576)
[Link] (2 responses)
From your posts in this thread, it is apparent that you are suffering from paranoid psychosis, and you need to seek professional psychological help.
Posted Nov 7, 2012 18:54 UTC (Wed)
by Rudd-O (guest, #61155)
[Link] (1 responses)
The LWN readership has quite a lot of rational people, but I never knew that hiding among this readership was such a small but dedicated gang of verbal abusers dedicated to manipulate and bully into silence anyone who presents new and "scary" ideas.
Posted Nov 8, 2012 12:13 UTC (Thu)
by sdalley (subscriber, #18550)
[Link]
Seriously, get yourself a psychological check-up from a competent professional. It can't hurt, and will quite likely help. If you want to be helped, that is.
Posted Nov 7, 2012 8:58 UTC (Wed)
by paulj (subscriber, #341)
[Link]
LWN does have a kill-file feature, but it's only available to subscribers.
Posted Nov 6, 2012 21:53 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
I rescind the offer to talk about the topic with you. Good bye.
Posted Nov 6, 2012 15:23 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (2 responses)
Don't "hate" government. Don't "hate" corporations. It gets you nowhere but to ulcer central.
Just stop *believing* in them.
Start seeing their members as just *people doing things*, who just *happen* to believe that the use of certain forms of threats and violence against certain groups of people, will solve social problems, and they believe that they are entitled and righteous to inflict that violence.
Just try to analyze social dynamics from that perspective.
That's when you'll get how destructive, how malevolent, how one-sided, how inconsistent these beliefs are.
--------------------------
Dumbo only flew when he believed in the power of the magical feather... until he didn't need to believe in the feather at all. Flying was within him.
Flying is within you too.
Posted Nov 7, 2012 1:25 UTC (Wed)
by wahern (subscriber, #37304)
[Link]
Any anarchist system has a government (or a plurality of governments, not unlike advanced societies today), as in some organized form of decision making and dispute resolution which derives its legitimacy from its participants, who in turn feel bound (for whatever sociological or psychological reason) to honor its judgments with some significant degree of conviction. Likewise, conceptually, an anarchist collective is almost identical to a corporation, and don't think that this similarity didn't cross the mind of Justice Kennedy when he penned the Citizens United decision. (The opinion was bad because ideology should never trump facts.)
RMS seems to have understood the necessity of using more exacting terminology, to both reason logically as well as to effectively communicate non-intuitive ideas. "Intellectual property" was once a simplistic abstraction, with unobjectionable usage you can trace back to the 17th century. Today it's irreconcilably tainted by a narrow political perspective on the role of government in commerce.
Public, private, government, anarchy... these words are likewise no longer useful. Today they're merely euphemisms for different views and opinions. The world has outgrown their utility, and we should just stop using them.
Posted Nov 7, 2012 12:05 UTC (Wed)
by jpnp (guest, #63341)
[Link]
Posted Nov 6, 2012 7:36 UTC (Tue)
by cjwatson (subscriber, #7322)
[Link] (1 responses)
Posted Nov 6, 2012 22:47 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
The only achievement of Richard's that we can consider unarguable success is the GNU GPL. And that is only because he artfully created a document that uses copyright against itself. I'm sure you disagree, but I would call that *working outside the system*.
All of his other initiatives -- which essentially are the standard "petition your corruptman for less corruption" -- are more or less rid with tumbleweeds, 100% futile, and the bad laws he decries are still in effect.
Posted Nov 6, 2012 9:25 UTC (Tue)
by man_ls (guest, #15091)
[Link] (59 responses)
When there is a problem, the easy way out is always to blame government, society, or any other humongous institution and yearn for life in the woods when we were happy. Guess what? We were not that happy. Countries without effective government are usually run by armed militias; civilized countries have strong governments that provide lots of services to their citizens. Yes, there are stupid and ridiculous laws too, but as a whole they tend to last less than good laws.
The hard way out is to think about how to improve the situation, not losing the benefits of government, currency and society in general in the process. Richard is a great thinker in our time, and he has probably thought long about the patent problem. He has considered all possible quick ways out, and disregarded them.
In the end his solution applies its weight right where it is needed: when distributing software. Let hardware makers fight their way out of the thickets they have built; but software distributors should be free to do their jobs without any possible retribution. This is more or less the situation now, but having an official declaration to this effect. would be great for our industry. I say, let us go for it!
Posted Nov 6, 2012 10:17 UTC (Tue)
by khim (subscriber, #9252)
[Link] (48 responses)
There are two types of money. I think you are mixing two different issues:
Think land ownership: what can be more tangible than piece of land? Yet when you "own" it in reality you have only intangible piece of paper (or even some numbers in some register somewhere without any paper whatsoever). As long as your paper is backed by something real (land, coal, whatever) everything is fine (historically money were backed with gold). When US declared default money stopped being coupons for tangible goods and become just numbers on some computer. This happened many times in the history of world (well, computers are new, "just some numbers" are not) and the end result is always the same. It does not matter what I think. The "hallucinogen money" will be abolished. The question is not if, but when and how. Oh, that. The only difference: the mighty army is still ready to receive them and in turn is ready to punish anyone who does not like to receive them. As long as that's the case they'll stay more viable than an alternatives. Why? There are thousands of more tangible replacements waiting in the wings. Of course till inevitable collapse of the currency (printed by private institution BTW) these replacement can not start actively spreading, but when that happens some of them will win. Of course there people who try to replace "hallucinogen money" with absolute unsubstantial money, but I doubt these will last long (again: it was tried many times in the history of world and such abominations typically last for a few years, often much less then year).
Posted Nov 6, 2012 13:21 UTC (Tue)
by man_ls (guest, #15091)
[Link] (44 responses)
The Gold Standard is not the answer to anything. Neither is it a way to give money a tangible reality: the fact that one dollar or one euro can be exchanged for a (variable) amount of gold, should someone ever go to a Central Bank and request it, doesn't change the abstract nature of currencies. The value of things in tender can be matched to a certain amount of gold, but given that this amount fluctuates it is not any more tangible than a non-standard currency.
Money is an abstract concept, such as beauty or kindness. The most important difference is that it can be quantified, and so is similar to other abstract notions such as height or temperature. It is also the base for a pyramid of concepts with an increasing degree of abstraction: accounts, bonds, insurance, stocks, derivatives and so on. That is how human societies build ideas; sometimes one of these concepts is seen as prejudicial and is regulated, such as the derivatives market, but they cannot be banned by decree. Not in a modern society.
Trying to abolish intangible property (which was grandparent's original point) leads inevitably to abolishing currency and anything more abstract than exchanging physical goods one for one, even if one of these goods is actually a small amount of gold. Such slippery slope would be as fruitful to our software patent issue as trying to abolish temperature measurements to stop global heating.
Posted Nov 6, 2012 13:58 UTC (Tue)
by niner (subscriber, #26151)
[Link] (43 responses)
Posted Nov 6, 2012 14:16 UTC (Tue)
by khim (subscriber, #9252)
[Link] (29 responses)
It's not the question of replacement of printed money with non-printed money. This is about replacement of "hallucinogen money" which are just numbers on some computer (which invariably leads to "irrational, malevolent, and unintended results") with something backed by tangible (which can be used as property even if indirectly). And some other properties return it back to forefront when yet-another-pyramid of paper money inevitably collapses. In reality gold has only three properties which are important in this case: That's why after 1001th collapse of hallucinogen money people usually return back to gold.
Posted Nov 6, 2012 15:34 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (23 responses)
In any case, I'll plug Bitcoin here. While not a store of value like gold, it's at least non-inflationary and it's more convenient for trade than walking around with gold is. As a complement for precious metals and commodities, it certainly has a place in my mind.
Posted Nov 6, 2012 16:59 UTC (Tue)
by nix (subscriber, #2304)
[Link] (22 responses)
The point of money is to substitute for other things in transactions. It is those other things that are the real store of value in any society, and their value is *intrinsically* precisely what humans attach to it. Value is always, necessarily, a human social construct (unless we discover intelligent aliens or build strong AIs). Gold is not magical: its value is also a social construct, but a less conveniently controllable one.
If you think your governments are so corrupt that they cannot be trusted to reliably maintain a stable money supply, then gold (or some other hard-to-control store of exchange value) is preferable to fiat money. Otherwise, fiat money is preferable. In developed countries at present, the latter is very definitely absolutely the case: most of them have independent central banks whose entire raison d'etre is to keep the economy ticking over. (These are the very same independent entities, like the Federal Reserve, that gold bugs like you are constantly damning. Economic cluelessness of stunning magnitude, IMNSHO. The problem with the Fed is not that it is too independent: it's that it is not independent *enough*.)
Posted Nov 6, 2012 19:13 UTC (Tue)
by man_ls (guest, #15091)
[Link] (3 responses)
Every time that a bank lends money, in effect it is creating money: as long as the bank is not forced to keep reserves that balance the loan, this "new money" will circulate and fuel the economy. There are some marginal economists (e.g. our own Huerta de Soto) that call for a 100% reserve for every loan; it is another variant of the "let us go back to the gold standard olden days" fallacy. Such a measure would almost certainly lead to a credit crunch of monstruous proportions and paralyze the economy immediately and for centuries. In fact, I sometimes think that the reason why Arab countries fell behind Europe in the 15th century, after having lead the world for a millenium, is that the Quram forbids lending money at interest; while Venetian lenders were inventing modern banking. But I digress...
Posted Nov 6, 2012 19:37 UTC (Tue)
by fsateler (subscriber, #65497)
[Link] (2 responses)
Posted Nov 6, 2012 21:12 UTC (Tue)
by man_ls (guest, #15091)
[Link] (1 responses)
Posted Nov 6, 2012 22:31 UTC (Tue)
by fsateler (subscriber, #65497)
[Link]
Full reserve banking has rarely been implemented, so I doubt it is a return to a golden age where they were common. It also can be argued that the ability to create money induces wealth appropriation by the rich (see the paper I linked). Finally, many Chicago economists (and apparently some economists in the IMF too) believe full reserve banking is a worthwhile idea, so it cannot be that far from the mainstream.
Posted Nov 6, 2012 19:20 UTC (Tue)
by dashesy (guest, #74652)
[Link] (3 responses)
Posted Nov 6, 2012 21:59 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (2 responses)
Look at how Bernard von NotHaus was called a "terrorist" and put in a cage, just because he minted precious metal coins that were starting to catch on. If someone doesn't accept that was a kangaroo trial... I don't know what is and I assume that person also believes rape is a Gift from God.
Posted Nov 7, 2012 10:24 UTC (Wed)
by sdalley (subscriber, #18550)
[Link] (1 responses)
Posted Nov 7, 2012 14:08 UTC (Wed)
by nix (subscriber, #2304)
[Link]
Posted Nov 6, 2012 21:55 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (12 responses)
You'll get no argument from me here.
Still, it bears reminding that the price of gold in terms of commodities has remained quite stable over the centuries. NO other fiat currency has managed to do this feat. NONE.
In any case, while I do own some gold, my currency of choice is Bitcoin. It has none of the problems you cited, and I don't have a religious dogma that my money need have "intrinsic" value for it to be useful, so Bitcoin suits me.
Posted Nov 7, 2012 12:13 UTC (Wed)
by robert_s (subscriber, #42402)
[Link] (6 responses)
You MUST be kidding.
If a government like the US decided to destroy bitcoin it could do it tomorrow.
There are many ways someone with the resources of the US could wage economic war on bitcoin, the simplest just being to use the enormous computing and cryptanalysis capability they have to just destroy its value or make the market so volatile it's unusable.
Posted Nov 7, 2012 21:17 UTC (Wed)
by Cyberax (✭ supporter ✭, #52523)
[Link] (5 responses)
However, bitcoin markets are slowly destroying themselves just fine - they are a prime example of a deflationary spiral and why it's not good for economy.
Posted Nov 9, 2012 11:03 UTC (Fri)
by robert_s (subscriber, #42402)
[Link] (4 responses)
Or someone with enough computing power might cause bitcoin to ramp up their "work proof" hardness, to the point that normal people can't really compete.
And this is totally ignoring the possibility of finding any cryptographic flaws in the algorithms which could make fraud (or "theft" - don't know what you'd call it) easy.
Posted Nov 9, 2012 15:42 UTC (Fri)
by apoelstra (subscriber, #75205)
[Link] (1 responses)
The bitcoin network is currently doing roughly 25 trillion (10^12) hashes per second. It is the most powerful computing network in the world, so somebody would need to invest a -lot- of money, and a -lot- of power for a -lot- of time to muck with it in any meaningful way.
> And this is totally ignoring the possibility of finding any cryptographic flaws in the algorithms which could make fraud (or "theft" - don't know what you'd call it) easy.
This would be very bad -- and not just for bitcoin, but for everything using ECC.
Posted Nov 11, 2012 1:15 UTC (Sun)
by robert_s (subscriber, #42402)
[Link]
Even with theoretically perfect cryptography algorithms it is *very* difficult to design the surrounding mechanisms in a way that is immune to attack.
I mean even SSL/TLS protocol designers and implementers don't get it 100% right.
Posted Nov 9, 2012 17:57 UTC (Fri)
by jackb (guest, #41909)
[Link] (1 responses)
Posted Nov 11, 2012 1:16 UTC (Sun)
by robert_s (subscriber, #42402)
[Link]
Posted Nov 7, 2012 14:18 UTC (Wed)
by nix (subscriber, #2304)
[Link] (4 responses)
Bitcoin is a bad idea, for one reason that has nothing to do with its bizarre hyper-deflationary properties or its pyramid-scheme-like massive privileging of early adopters (who, in a world where Bitcoin becomes successful, do their mining before the supply of currency chokes off and everyone has to start using fractional Bitcoins for everything, the opposite of what happens to early adopters in most currency schemes and an excellent reason for late adopters to be suspicious of it).
It's a bad idea simply because it is utterly dependent on networked computers run by individuals remaining secure: an attacker can trivially steal your keys, and all Bitcoins controlled by them, and as so often with computer security, they only have to be lucky once. Worse yet, unlike with many other consequences of successful system compromises, restoring from backup and fixing the holes won't help you: the money is gone into your attacker's pockets. That this has happened repeatedly, even to major Bitcoin exchanges, suggests that the scheme is unusable by anyone who cares about the security of their money until such time as computer security improves radically.
Bank systems are a similar target in the real world, but at least there they have a non-computer-security-dependent monetary system to depend upon, and have legal guarantees and the like to ensure that if you are defrauded or the bank collapses you will be reimbursed, at least to sufficient degree as not to pauperize you.
I am rather surprised that, post-2008, anyone would consider a non-governmental monetary system worth the risk. Haven't depositor guarantee schemes proved their worth in the last few years? It's not even useful if you want to hide your transactions from the government: it's *much* more trackable than real-world money, and is trackable forever, though tying accounts to humans may be hard.
Posted Nov 7, 2012 15:46 UTC (Wed)
by apoelstra (subscriber, #75205)
[Link] (3 responses)
The major exchanges that this happened to, have indeed tightened up their security, and there hasn't been a major exchange theft in quite a while. There have been several fly-by-nights, but these have been the same sort of scams that have always existed. The security problem is here because people haven't figured out that they can treat bitcoin as a toy, or as a store of significant value, but -not- -both-, or they'll have a bad time.
The problems you list are still problems for real banks, who deal primarily in database currency. In fact, they have much, much more complexity to deal with because the problems that bitcoin solves cryptographically (transaction verification, double-spending) need to be solved by manual tracking and extensive audit trails. The difference is that the people responsible for bank security (at least in the backend) know what they're doing, while bitcoin security is implemented by hackers with too much free time, many of whom have no knowledge or interest in financial security.
(Eventually, I expect everyone will offload their security to some bank, and just walk around with a bitcoin debit card. So the world would look the same, just with a more efficient backing store.)
> I am rather surprised that, post-2008, anyone would consider a non-governmental monetary system worth the risk.
Interestingly, for many people, the 2008 crash is exactly why they would seek out a system in which the central bank's power is severely limited.
It's interesting that Bitcoin showed up in a thread about software patents, because regardless of your feelings on its politics or economics, it is a -highly- nonobvious and innovative system. But it is unemcumbered by patents, its inventor is unknown except to (maybe) one or two people, and yet it keeps trucking along happily. In fact, Bitcoin is routinely copied and modified in trivial ways, and the resulting systems collapse under their own weight because they do not have the developer power or first-mover advantage that Bitcoin does.
Posted Nov 7, 2012 21:34 UTC (Wed)
by Cyberax (✭ supporter ✭, #52523)
[Link] (2 responses)
A real life example - a couple years ago someone tried to do this trick with the Pension Fund of Russia. They've mounted a virus attack on PF's computing system, forcing it to be turned off. Then attackers used faked identity to impersonate a worker of Pension Fund to gain access to Russian Central Bank operations hall and used a forged paper payment order to transfer $30 millions to an account in a small private Russian bank. That payment went through successfully.
However, it was discovered the next morning. Payment was rolled back and police then easily tracked down the attackers.
With bitcoins once your money is stolen - that's it. You can't do anything at all. And even police won't help you, because chances are your attackers are in China or some other nice place with an unfriendly government.
Posted Nov 7, 2012 22:15 UTC (Wed)
by nix (subscriber, #2304)
[Link] (1 responses)
In the fraud you mention, the reason the central bank got involved was surely because they were acting as a clearinghouse in that instance, but they certainly do not in general. (Most ECB transactions are with central banks in member states: its recently-gained ability to recapitalize banks directly in extremis was extremely contentious.)
-- N., knew way too much about this stuff once and it was far too complicated to be believed, far more complicated than necessary. Now I work on dtrace which is ever so much simpler: all its complexity has a reason to exist, while banking complexity is mostly NIH and historical contingency :(
Posted Nov 7, 2012 22:52 UTC (Wed)
by dlang (guest, #313)
[Link]
Most countries don't have a 'central bank' in the way that some people in this thread are talking about.
In the US, there is one entity that is allowed to create money, but all the banks do their own thing and interact with each other without involving this central entity, except in unusual situations. There is a Government entity that does audits of Banks to see if they are being run in what are considered 'sane' ways by the current policies (and a different Government entity that does audits of Credit Unions)
Backups and records that the other entities keep can do a lot to track down fraudulent transactions, but that is a matter of enlightend self interest (if an entity can't prove what happened, they are liable)
As for bitcoins maintaining a history of transactions forever, that seems to me like a very bad thing.
Imagine that a bitcoin that you get paid was used at some point in the past by a terrorist or druglord. The "asset forfeiture" laws say that governments (not just in the US) can grab any assets that they had. Now you can loose the bitcoin because it can be proved that it went through their hands X years and Y transactions ago.
Posted Nov 6, 2012 21:57 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
Well, since these institutions have caused the democide of a quarter billion human beings starved or murdered by people acting under the delusion of "governments", excluding wars, only in the 20th century...
... I am a bit wary of trusting them to "maintain a stable money supply".
It's understandable, right?
Posted Nov 6, 2012 15:36 UTC (Tue)
by njs (subscriber, #40338)
[Link] (1 responses)
It does seem odd that you can be so certain you understand how money ought to work without even being familiar with the concept of money supply.
Posted Nov 6, 2012 17:03 UTC (Tue)
by nix (subscriber, #2304)
[Link]
Posted Nov 6, 2012 17:57 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link]
"Tangible" currency is an incredibly stupid idea, peddled be cretinous quacks of economics. The greatest achievement in economy (sadly ignored now) is that money in itself is a _tool_ that can be controlled.
The current Great Recession has shown time and time again that "hard money" approach just doesn't work. And trying to use it to make predictions fails miserably.
Posted Nov 6, 2012 22:11 UTC (Tue)
by FranTaylor (guest, #80190)
[Link] (1 responses)
"turn to gold"
Yeah FOR THE KING'S RANSOM!!!!
For the COMMON EVERYDAY PERSON, gold is TOO FRAGILE.
The amount of gold necessary to purchase a meal or a pair of shoes is TINY TINY TINY
Do you REALLY ASSERT that ancient merchants pulled out their triple-beam balances when someone purchased some fresh fruit at the market?
The REAL currency is SPICES and FURS. MORE wars have been fought over SPICES and FURS than gold.
Posted Nov 7, 2012 18:14 UTC (Wed)
by mmeehan (subscriber, #72524)
[Link]
Posted Nov 6, 2012 18:20 UTC (Tue)
by tnoo (subscriber, #20427)
[Link] (3 responses)
Posted Nov 6, 2012 19:54 UTC (Tue)
by fsateler (subscriber, #65497)
[Link]
Posted Nov 6, 2012 21:48 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (1 responses)
Putting effort into doing useless stuff doesn't produce worth, per se.
Posted Nov 7, 2012 11:54 UTC (Wed)
by bosyber (guest, #84963)
[Link]
Posted Nov 6, 2012 18:51 UTC (Tue)
by petrakis (guest, #39672)
[Link] (8 responses)
The biggest difference between the two is I can trade in my coupons for something *everyone agrees has value* and simultaneously deflate the currency. Trading your dollars for gold is literally a "no confidence" vote in your government, the ultimate check/balance; you can *opt out*. Were we to rework the coupon so that it was only callable by in very discrete terms (preventing a denial of currency attack) it would be perfectly suitable form of currency. You could choose to trade the pointer, or the actual metal. The U.S used Spanish Specie for quite some time until the government declared a monopoly on coinage.
Bimetallism never worked, and never will because you have a magical entity stating "X grams of silver can be exchanged for Y grams of gold". It just causes the metals to move to a market where the ratio is beneficial to the previously subordinate metal. As for the "price of gold", that would abate as soon as it became the "reserve currency" again, these things only had value *in direct comparison to worthless fiat currency*.
Once money has value again, this thing called "risk" actually starts to matter as the health of your institutions really matters, if it goes under, that money is gone. In today's world there's no moral hazard, as the banks know money isn't real and make as much as they can on the time/value of money (interest) before they crash and burn. Previously Banks could *call each other out* on the solvency of their notes, you bet the institutions were much stronger back when metals were dominant. Now, the federal reserve is designed to bail out banks, keeps a ratio of 9:1, where the "1" is considered "high powered money" which came from where exactly?
Finding out that Lehman brothers has only 2-3% on "reserve" is only outrageous to the layman who doesn't understand that the Federal government only requires *11%* on reserve for a bank to continue lending.
I'll take metals any day of the week over this scam.
Posted Nov 6, 2012 21:54 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (7 responses)
Dude, learn some history: http://en.wikipedia.org/wiki/List_of_recessions_in_the_Un... Gold standard not only doesn't prevent recessions, but it robs government of instruments to fix them.
Want more proof? Read about the economy of Argentina. It did exactly what you preach - pegged its currency to dollar (i.e. supporting strength).
Posted Nov 6, 2012 22:26 UTC (Tue)
by petrakis (guest, #39672)
[Link] (6 responses)
Posted Nov 6, 2012 22:35 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (5 responses)
Posted Nov 6, 2012 22:40 UTC (Tue)
by petrakis (guest, #39672)
[Link] (4 responses)
"The National Banking Acts destroyed the previously decentralized and fairly successful state banking system, and substituted a new,
e.g. the national banking act laid the foundation for the great depression.
Posted Nov 6, 2012 22:45 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
Now, in my experience, you must wait for Cyberax to insult you (he could call you "childish"), mock your arguments, change the subject, and tell you "IF YOU DON'T LIKE IT HERE, WHY DON'T YOU JUST LEEEEEEAAAAAAAVEEEEEEEEEEEE".
Posted Nov 6, 2012 22:48 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (2 responses)
Posted Nov 6, 2012 23:07 UTC (Tue)
by petrakis (guest, #39672)
[Link] (1 responses)
The fallacy is that government can actually shield us from a depression actually occurring to begin with. Our currency is based as much on confidence these days as it is on GDP, probably more so.
In closing, I'm not here to win a flame war, I frankly don't care. My goal is to get just *one person* to think twice about business as usual wrt fiat currency and seek the truth for themselves.
Posted Nov 6, 2012 23:41 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link]
The pre-FRS banking system was on a verge of a catastrophic collapse, so that's why the NBA had been passed. Saying that NBA destroyed a "fairly successful" banking system is kinda sad.
>Depressions are "normal", like storms, they come and go, what makes them "economy killers" is the massive use of leverage which is only possible under the arbitrary fractional reserve system e.g. the great depression and the 2008 banking collapse.
The only two things that made it big:
Posted Nov 6, 2012 15:25 UTC (Tue)
by fsateler (subscriber, #65497)
[Link] (2 responses)
Posted Nov 6, 2012 18:49 UTC (Tue)
by vonbrand (subscriber, #4458)
[Link] (1 responses)
And today it is often the case that the metal of the coin is worth more than the coin's value. ;-)
Posted Nov 6, 2012 22:00 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
Posted Nov 6, 2012 15:28 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (8 responses)
What I can tell you is that I can't possibly "blame government". I can't blame something that literally doesn't exist to begin with. Government, like God, is just a belief that some entity bestows magical moral superpowers to certain people who allegedly represents the entity. What exists are *people doing things*, some under the influence of certain -- in my view, malevolent -- beliefs.
All I can do is stop believing in that belief. Sure, these people will still threaten me if I don't obey them, but it's much better, more liberating, and more factually correct to see them for what they are: dangerous people acting under the influence of malevolent beliefs.
I invite you to try and do the same.
Posted Nov 6, 2012 16:20 UTC (Tue)
by man_ls (guest, #15091)
[Link] (1 responses)
And I don't want to limit my thoughts to just "people doing things", specially if it means "evil people doing malevolent things". For that matter I would prefer to believe, with Feynman, that there are only jiggling atoms; at least it is an amusing view and can lead to interesting conclusions.
Posted Nov 6, 2012 22:06 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
I didn't do that. You have misread me. No wonder you say things like:
> You invite me to live in denial of human society and its main organizations, such as the ways of governing its communities?
I never said such a thing, and this is loaded with condescension.
------------------------------------
You have made your intentions pretty clear. You don't use the written word to communicate with people and exchange ideas with them. You use it to try and shame / condescend / discredit ideas you can't conceive of (perhaps because you fear them, but you are unaware of the source of the fear). Since I've been reading this thread, this isn't the first comment where you've acted in this dishonest and manipulative way, and I'm sure it won't be the last (people who behave like you are repeat offenders par excellence).
Not that I would, but talking to a wall would be more productive -- at least the wall doesn't respond with snark. Accordingly, it would be a waste of time for me to try and engage you in a conversation about the topic.
Enjoy your belief system, safely protected by your reflexive snark. Good bye.
Posted Nov 6, 2012 22:15 UTC (Tue)
by FranTaylor (guest, #80190)
[Link] (5 responses)
You might as well say that "computers don't exist"
A government is a collection of people.
A computer is a collection of electronic parts.
Posted Nov 6, 2012 22:41 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (4 responses)
Nah, I'm not persuaded that this is a valid definition of government. At best, it is incomplete, like saying "a human is a mammal". There's lots of mammals that aren't humans, just as there's lots of groups who aren't governments.
Now, had you said "Government is a group of people who believe they are entitled to maintain a monopoly of aggression in a certain geographical area", I would agree -- you would be correct.
And then I would tell you that this belief ("who believe they are entitled to maintain a monopoly of aggression") is the delusional part. It's actually a two-parter belief -- those who believe themselves to be part of "government" believe they are entitled to use violence against people who disobey them, and everyone else (the vast majority) believe the same thing (thereby legitimizing the actions of this sociopathic group you speak of).
Contrast that with most other groups of people: Bridge clubs (another type of group of people), for example, don't get together and partake in the delusion that they will invent rules for everyone else in their geographic region, and then violently punish those who disobey them. People doing business as "government" do.
That is the delusion.
Now, as you might be aware of, beliefs -- what distinguishes government from other groups -- don't exist in reality. While you can point to an assembled computer and say "this is a computer" and I can see it, you can't point to the belief, or anything in observable reality that embodies the belief, and say "that is government", really. You can show me buildings, you can show me people in costumes, you can show me guns and tanks. You can show me the *effects* of belief in government. But government itself? I'll believe you when you show me God first, instead of pointing me to a church and saying "there's God".
You may or may not disagree with me. I welcome corrections, so long as they are not manipulations or insults, like certain other individuals in this thread have attempted. After all, insulting or manipulating people only shows that you're scared of what you're reading.
Posted Nov 6, 2012 22:50 UTC (Tue)
by jake (editor, #205)
[Link] (1 responses)
This thread is (or should be) about patents and RMS's thoughts thereon ...
thanks,
jake
Posted Nov 6, 2012 23:10 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
I agree.
Everyone who is interested in having a conversation about political systems and whatnot, is cordially invited to http://www.reddit.com/r/Anarcho_Capitalism . Have a great day.
Posted Nov 6, 2012 23:50 UTC (Tue)
by FranTaylor (guest, #80190)
[Link] (1 responses)
ONLY?
"Nah, I'm not persuaded that this is a valid definition. At best, it is incomplete"
Hey lets talk about MANIPULATIVE WRITING:
"and then violently punish those who disobey them. People doing business as "government" do."
So when the government writes me out a parking ticket, they will violently punish me if I don't pay it?
Hey GUESS WHAT??? There is ALWAYS going to be a guy with the biggest stick and he is ALWAYS going to be in charge. The question is, does the guy with the biggest stick have absolute power or not? Government is the only way to distribute power AWAY from the guy with the biggest stick.
"so long as they are not manipulations or insults"
You've insulted ME by using HYPERBOLE in your response!
Posted Nov 7, 2012 12:25 UTC (Wed)
by robert_s (subscriber, #42402)
[Link]
Now if only certain people with incredibly naive political philosophies would read it and decide to go back to reddit.
Posted Nov 8, 2012 9:30 UTC (Thu)
by ekj (guest, #1524)
[Link]
But that's really a special case. If everyone freely copies dollars, the economy collapses, but if everyone freely copies Firefox-executables, it doesn't have quite the same effect.
Posted Nov 6, 2012 11:01 UTC (Tue)
by jpfrancois (subscriber, #65948)
[Link] (14 responses)
Posted Nov 6, 2012 15:31 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (13 responses)
But seriously, mockery, in LWN? C'mon, how about, you know, responding to the argument? Or are you just trying to sabotage a conversation that you weren't even part of? You know, it's optional to participate, right?
Posted Nov 6, 2012 17:07 UTC (Tue)
by jpfrancois (subscriber, #65948)
[Link] (12 responses)
But since you believe (oh no, you don't believe, belief if for all other dumb people) since you have found the root of all evil, I guess in your opinion you are always on topic.
And half (completely made-up subjective number) of the usually interesting lwn comment thread have there software to politics ratio going down. Political discussion can be interesting, but not for me, that is what I am complaining about.
Posted Nov 6, 2012 22:08 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (11 responses)
Oh, it's the standard "roll eyes" response. I sense some rustled jimmies here...
If you don't want to be in the conversation, just don't be in it. How hard is it to close the browser tab, that you feel the compulsion to manipulate others into not talking about things you fear?
Posted Nov 6, 2012 22:43 UTC (Tue)
by jonquark (guest, #45554)
[Link] (10 responses)
Please, please stop.
Posted Nov 6, 2012 23:15 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (8 responses)
As for my participation here, if someone else addresses my comments, I will respond regardless. You should expect that a topic about political action will inevitably have political comments. The very topic of patents is entirely a political one.
Posted Nov 7, 2012 9:44 UTC (Wed)
by farnz (subscriber, #17727)
[Link] (7 responses)
And you should be aware that as a direct result of your actions, LWN is missing out on subscribers; by keeping the off-topic politics on LWN, rather than asking the people interested in a discussion to join you elsewhere, you have helped reduce the value of LWN to me below the cost of a subscription.
I have no problem with your political views informing your views on the patent system; indeed, I expect that, and I respect people who include an indication of their political leanings with their suggested solution to the software patents problem because it ensures that I read your solution in the right context (an authoritarian solution to the problem has a very different context to an anarchist solution, ).
Where, however, you go off the original topic into political preaching (whatever political persuasion you are - anarchist, corporate statist, hiver, democrat, libertarian, socialist, anything), you create a large comment thread where the majority of it is not on the sorts of topics I wish to learn about when reading LWN; you thus reduce the value of this site, making it less likely that I will give money to LWN in future. If you trigger that reaction in enough people, you destroy the site's funding base, and LWN will close. The same applies whenever a comment thread stops discussing things of direct relevance to Free Software; politics is just the particular variation that you've been involved in.
That may, of course, be your intention; if not, I'd ask you to think hard about whether this is the right venue for the discussion you're having, and to suggest that people join you at other venues to continue off-topic discussions.
Posted Nov 7, 2012 10:25 UTC (Wed)
by hummassa (subscriber, #307)
[Link] (6 responses)
Posted Nov 7, 2012 11:27 UTC (Wed)
by farnz (subscriber, #17727)
[Link] (5 responses)
The trouble is that I want a killfile based on content, not on who's commenting - if Corbet and company have an algorithm that can accurately judge whether a particular comment thread is interesting to me or not, then they've got something genuinely worthy of a software patent (given the state of the art in predictive technology today). I don't want to miss out when someone's saying something topical and interesting, even if most of their output is off-topic spouting; as the expense of filtering through these big comment threads is high, the value of an LWN subscription is reduced.
Posted Nov 7, 2012 12:06 UTC (Wed)
by man_ls (guest, #15091)
[Link] (2 responses)
Actually this long off-topic thread has served to feed my killfile with at least two more usernames, so right now I see only 28 comments, all on-topic. Get trolled once, do not get trolled twice.
Posted Nov 7, 2012 14:31 UTC (Wed)
by nix (subscriber, #2304)
[Link] (1 responses)
(Since Gnus is an Emacs-specific program, and Emacs was originally written by RMS and was the first program ever to be GPLed, this gets a bit less off topic. Not that RMS uses Gnus. No, no, he is one of the three people on the planet to still use rmail, and IIRC still uses a web-by-email robot. Whenever I think I hate change in my workflow to a pathological degree, I just think of RMS and am happy again. If RMS can function with *that* degree of workflow-conservatism, mine is clearly not too bad.)
Posted Nov 7, 2012 16:06 UTC (Wed)
by man_ls (guest, #15091)
[Link]
[Ironically these last two super-off-topic comments take the thread closer to on-topic; I guess we have reached the limits of topicland and went back, it must be a round world.]
Posted Nov 7, 2012 16:03 UTC (Wed)
by pboddie (guest, #50784)
[Link] (1 responses)
I imagine that a Bayesian classifier as seen in things like Spambayes would do the trick, one again showing that something appearing patentable to one observer is most likely to be familiar and even mundane to another.
Posted Nov 7, 2012 20:09 UTC (Wed)
by farnz (subscriber, #17727)
[Link]
A Bayesian classifier is not enough - to meet the stated goal, the classifier has to identify cases where due to circumstances outside its knowledge (e.g. me reading LWN while sitting up with a sick child), my interests are broader than normal, and identify cases where my tolerance for off-topic is reduced (e.g. because said sick child has resulted in sleep deprivation). An algorithm that could detect my mood based purely on my reading patterns, and tweak a Bayesian classifier accordingly would be quite impressive.
Posted Nov 6, 2012 23:54 UTC (Tue)
by FranTaylor (guest, #80190)
[Link]
patents ARE politics. They change the power structure. You CANNOT discuss patents in some "technical vacuum" without regard to their political impact, because political impact is what patents are all about!
Posted Nov 6, 2012 11:47 UTC (Tue)
by coriordan (guest, #7544)
[Link] (2 responses)
What would be a clearer way to describe this approach? "isolating" or "quarantining" software from patents?
(* non-solutions: raising evaluation requirements, giving more resources to patent examiners, limiting when trolls can attack or reducing how much damages they can ask for. These ideas often come from pro-patent companies, which suggests that they know they're dead-end ideas that won't change anything.)
Posted Nov 6, 2012 12:36 UTC (Tue)
by coriordan (guest, #7544)
[Link]
http://en.swpat.org/wiki/Shielding_software_instead_of_ex...
I've adding the text of the law RMS refers to which shields surgeons from patent risk, 35 U.S.C. Section 287 (c).
Posted Nov 6, 2012 16:23 UTC (Tue)
by pboddie (guest, #50784)
[Link]
When you know that offering a concession will just have the opposing party come back for another one, it's best not to offer any concession in the first place. So, identifying areas where patents can be unconditionally eliminated on the road to complete elimination is very useful.
Posted Nov 6, 2012 17:55 UTC (Tue)
by dps (guest, #5725)
[Link] (1 responses)
IBM had, and I believe still has, disclosure journals in which they describe things they do not think worth patenting so nobody else can patent them. Some of the things published in those journals were worth $$$$$$ for both IBM and others a few years later. Maybe we could develop open source versions of these.
The purpose of patents was not promote useful arts by making inventing profitable: if any portion of the patent system is not doing that then something needs to be done. I think this approach would make more progress than any amount of idealism.
Note that can *not* sue someone for copyright infringement if they copy your drug and sell for a lot less because you spent the $$$$$$$$ to develop and get the drug on the market for them. You *can* sue then for infringing your patent on the compound.
Posted Nov 7, 2012 14:33 UTC (Wed)
by nye (subscriber, #51576)
[Link]
Unfortunately, that ship has long since sailed. Forget software - Penrose tiling was patented in 1974. How much more obviously pure mathematics can you really get?
At this stage I wouldn't even care to speculate on how we can get out of this hole :(.
Posted Nov 6, 2012 18:23 UTC (Tue)
by markh (subscriber, #33984)
[Link] (5 responses)
Any change that threatens the existing monopolies will be a huge battle to pass, and proposals that attempt to adjust the balance based on utilitarian arguments tend to be decided based on "favors" (i.e. the largest bribe, although it may not be monetary). Although I feel that the utilitarian arguments against software patents strongly outweigh those in favor of them, that matters not to politicians as long as there exists some utilitarian argument that they can point to in order to justify their position. They only need enough justification for a soundbite, not a rigorous debate. Therefore a change like the one proposed by RMS seems unlikely to be successful.
There is another way forward, and that is to embrace the moral arguments to eliminate patents altogether. It may seem crazy; if ending software patents is so difficult, eliminating all patents would seem to be much more difficult. However, moral arguments trump utilitarian arguments. Politicians cannot effectively counter a moral argument by simply pointing at a utilitarian argument. It is simply wrong to make a person legally liable for using their own property in a manner that they would have no reasonable way of knowing infringes on the so-called "rights" of others. Of course there is much more to the moral arguments, but this doesn't seem like the right forum for that discussion so I will leave it at that.
The problem is especially acute for software because ideas are developed so quickly in software, but I find it to be shortsighted to be focusing on a software-only solution.
Posted Nov 6, 2012 22:09 UTC (Tue)
by Rudd-O (guest, #61155)
[Link]
Politics itself is absurd. In an absurd world, sensible ideas are absurd, and absurd ideas are sensible. Hence what Stallman said.
Posted Nov 6, 2012 22:39 UTC (Tue)
by pboddie (guest, #50784)
[Link] (3 responses)
But they do this all the time, and it's very easy for them to do. Take the following strong argument that I, in fact, totally agree with: The way a politician refutes this moral argument is to disbelieve that anyone could have independently discovered some wizardry that some company has claimed as their "invention", because the company or lobbyist representing that company tells them that they spend lots of money doing really hard stuff and that if they couldn't "recoup their investment" then it would "hurt profitable business". Besides, people working for companies need paying or they don't have jobs, right? That scares the politician. Just look how elections frequently revolve around the economy, even though there are plenty of other pressing issues and it's not as if any government is deliberately going to sabotage the economy or neglect it. So, the politician transforms the moral argument into something that must be hypothetical and not a real concern; they then sleep better believing that a moral crisis has been averted because it simply "doesn't happen in practice". Contrary to the "governments must be evil" ranting that appears to have dominated the comments on this article (and is largely unwelcome and for the most part uninformative), the way to deal with this is to educate your representatives by giving them material that questions the assertions fed to them by those voicing the opposing point of view. Although some politicians are corrupt, I suspect that most of them don't really have strong opinions on many issues. Playing it safe by subscribing to "broad brush" economic perspectives is the easiest way for them to keep their job, and they will probably buy into the argument that something is needed - patents in this case - to "keep jobs in this country". I actually agree with you really: a moral argument should override any utilitarian argument. But we have to remove the excuses frequently made to not believe in the moral argument along with the willingness to take the easy option and to believe in the usual scaremongering of businesses looking only after themselves. That means engaging with and educating our representatives.
Posted Nov 6, 2012 22:42 UTC (Tue)
by Rudd-O (guest, #61155)
[Link] (2 responses)
Your representatives will be duly re-educated through bribes, er, campaign contributions.
There is a reason they became politicians, instead of career engineers or doctors. Contrary to what they would have you believe, the reason isn't because they wanted to contribute to human advancement. Think about that.
Posted Nov 7, 2012 11:34 UTC (Wed)
by pboddie (guest, #50784)
[Link]
Anyone who has paid a couple of minutes' attention to student politics and who has seen student politicians go on to high-level political careers (or at least attempt to do so) is aware that for some people, politics and policy is more interesting than actually doing the things that policy influences and controls, and that they will happily avoid doing any other kind of work (including, quite probably, completing their studies) in order to have that influence over other people. Do you really believe that no-one else has noticed?
For the vast majority of people, not engaging with politicians or politics - presumably choosing instead to barter with their fellow survivalists off the grid in a manner reminiscent of a badly-written Kevin Costner production - is not a luxury they can afford. Those people have jobs to do and businesses to run and cannot simply brush off threats to those things from aggressive entities, empowered by the government or otherwise, by merely refusing to accept the power of any authority, or whatever the war cry is supposed to be. Those people have to live with the situation that exists for them right now and use whatever influence they can muster to improve it.
Think about that.
Posted Nov 7, 2012 13:54 UTC (Wed)
by vonbrand (subscriber, #4458)
[Link]
I seriously doubt any mayority of politicians (or any other random breed of human) is intrinsecally corrupt. People are smarter than is generally thought, somebody who lies all day long is found out long before running for any meaningful office. Sure, for a corruptor is pays off to convince somebody in a position to do something, trying to influence even our Most Esteemed Editor to work pro-software-patents is kind of useless (even if it succeeded). Never forget Hanlon's razor: Don't attibute to malice what is adequately explained by stupidity. Government (or any other largeish group of people) offers plenty of entertaining examples. People (including politicians) are lazy, don't have all the relevant facts, don't have the drive to find out (or the resources, or the time), and end up muddling their way out of anything that requires decisions. Plus we are intrinsecally tinted by some ideology, of which I believe Carter said recently that it makes up an opinion before looking for the facts.
Posted Nov 6, 2012 21:56 UTC (Tue)
by Aliasundercover (guest, #69009)
[Link] (17 responses)
Posted Nov 7, 2012 17:48 UTC (Wed)
by vonbrand (subscriber, #4458)
[Link] (16 responses)
Then the question becomes how to prove something was (not) copied. An even worse can of worms,,,
Posted Nov 7, 2012 20:07 UTC (Wed)
by Aliasundercover (guest, #69009)
[Link] (15 responses)
The issue with requiring copying or allowing an independent invention defense lies in powerful established interests opposed to any weakening of patents. Of course what we really need is for patents to be greatly fewer and weaker so there is no getting around taking on those powerful interests. This is why I have no faith in clever hacks as solutions.
Certainly perfection will never happen but there is a gross error in patents as we have them. The more obvious a patent is the more valuable it is because so many people use the methods independently without even knowing. Requiring actual copying as part of infringement would mean a differential barrier to enforcing such patents. Much easier to show copying when the patent is specific and genuinely unobvious than general and routine.
There is also the gross ethical error making people doing their own original work vulnerable to being sued into the poor house.
The point of the temporary monopoly is a motivation for sharing inventions we wouldn't just trip over anyway. Isn't it?
Posted Nov 11, 2012 22:48 UTC (Sun)
by SecretEuroPatentAgentMan (guest, #66656)
[Link] (14 responses)
How do you prove this? And why is prior use defence not sufficient for you?
> The more obvious a patent is the more valuable it is because so many people use the methods independently without even knowing.
Patenting requires non-obviousness at the time of filing. If the solution is seen as obvious 10 years later it will be seen as disclosure working as intended.
> There is also the gross ethical error making people doing their own original work vulnerable to being sued into the poor house.
If it is original then it must by definition be novel and thus not patented.
Posted Nov 12, 2012 17:19 UTC (Mon)
by pboddie (guest, #50784)
[Link] (13 responses)
You have to understand the nature and relatively frequent occurrence of independent discovery to understand the point. Here, the author explains their remark: The situation which patents create but copyright does not is one where someone can be punished for doing something they didn't know had been "forbidden" but which is a consequence that follows from stuff they already know. It's like aliens coming to Earth and suing NASA for landing people on the Moon because they have a patent claiming a monopoly on landing organisms on another planetary body.
Posted Nov 15, 2012 22:24 UTC (Thu)
by SecretEuroPatentAgentMan (guest, #66656)
[Link] (12 responses)
I think I have seen such a statement before. And I believe I asked just how frequent this occurrence is. Cold facts and figures would be appreciated.
Posted Nov 15, 2012 22:37 UTC (Thu)
by dlang (guest, #313)
[Link] (11 responses)
It's practically unheard of for anyone to go read patents to discover how to do something in software.
It's more common to hear a description of the results that someone else is achieving and create the code to achieve these results.
remember that patents are supposed to be about a specific way to do something, not about all possible ways to achieve the results.
Posted Nov 19, 2012 23:03 UTC (Mon)
by SecretEuroPatentAgentMan (guest, #66656)
[Link] (10 responses)
Care to provide some actual figures and references? Since wilful infringement in the US can carry triple damages there are all incentives to claim independent discovery. It would seem plausible that if this truly was the case there should be an substantial statistics for prior use rights. And that is not exactly overwhelming.
> It's more common to hear a description of the results that someone else is achieving and create the code to achieve these results.
That is no guarantee that the result you achieve is through the same algorithms or methods. Data compression, to take an example, can be achieved in many very different ways. So I cannot see that this makes independent discovery more probable.
Posted Nov 20, 2012 0:57 UTC (Tue)
by dlang (guest, #313)
[Link] (9 responses)
> Care to provide some actual figures and references?
the simple fact that people don't have access to the source code that's implementing things, and therefor have no way of knowing exactly how the patent was actually implemented is one very strong thing.
The second simple fact is that the common practice in the software industry is to not read patents, so this means that anything that really 'infringes' had to be independent invention.
> It would seem plausible that if this truly was the case there should be an substantial statistics for prior use rights.
I don't know what country you are from, but there is no such thing as 'prior use rights' in the US patent law.
You may be able to claim that your use constitutes 'prior art', but only if you can prove that you implemented the invention more than two years prior to the person with the patent (and now that we are 'first to file', rather than 'first to invent', even that may not be valid)
> So I cannot see that this makes independent discovery more probable.
The problem is that when patents are being evaluated by the court in terms of infringement, they tend to read the claims in broad terms (Like Apple claiming that a click violates it's 'slide to unlock' patent because 'a click is a zero length slide'. In that case they happened to run into a Judge with a clue, but usually that sort of argument wins)
And the sheer cost of defending against a patent infringement suit can be crippling, even if there is zero real merit to the case. And on top of that, there's always the possibility of getting the same sort of 'justice' that Samsung got in it's case. As a result, the vast majority of software patent lawsuits get settled without going to court.
Posted Nov 20, 2012 22:06 UTC (Tue)
by SecretEuroPatentAgentMan (guest, #66656)
[Link] (8 responses)
Source code is not required to work a patent but sufficient information for a person skilled in the art is a requirements for a patent.
> The second simple fact is that the common practice in the software industry is to not read patents, so this means that anything that really 'infringes' had to be independent invention.
That is a rather sweeping statement. Does your experience include cell phone technologies?
> I don't know what country you are from, but there is no such thing as 'prior use rights' in the US patent law.
Laws like this exists in many countries and under different names. In Germany this is known as "vorbenutzungsrecht" and German patent law has influenced much of European and some Asian patent laws. At the EPO this is implemented in Art 70 (4) EPC
It appears that the US has something similar called "Prior user rights":
> (and now that we are 'first to file', rather than 'first to invent', even that may not be valid)
I was told the US moved to "first inventor to file" which is different from "first to file".
> The problem is that when patents are being evaluated by the court in terms of infringement, they tend to read the claims in broad terms
Are you referring to Marksman hearing? And how do you find it tends to be broad?
> And the sheer cost of defending against a patent infringement suit can be crippling
You can get insurance for such cases.
> As a result, the vast majority of software patent lawsuits get settled without going to court.
Out of court settlement is preferred to keep cost down and to make sure the settlement is not made public. I was not aware that bizarre judges was a factor in this.
Posted Nov 20, 2012 22:28 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link] (5 responses)
Bullshit. A common way to patent something is to patent a basic obvious functionality that everyone would be _forced_ to replicate and which is NOT ENOUGH to produce actual working implementation.
Posted Nov 22, 2012 21:42 UTC (Thu)
by SecretEuroPatentAgentMan (guest, #66656)
[Link] (4 responses)
> Bullshit.
Are you objecting to source code not being required or to the requirement of sufficiency?
> A common way to patent something is to patent a basic obvious functionality that everyone would be _forced_ to replicate and which is NOT ENOUGH to produce actual working implementation.
How about a good example for this debate?
Posted Nov 22, 2012 22:39 UTC (Thu)
by Cyberax (✭ supporter ✭, #52523)
[Link] (3 responses)
> How about a good example for this debate?
Posted Nov 24, 2012 11:58 UTC (Sat)
by SecretEuroPatentAgentMan (guest, #66656)
[Link] (2 responses)
That would be grounds for revocation.
>> How about a good example for this debate?
I did a clearance and neither my present employer nor I have ever worked with or for Microsoft. So let us take a hard look. Can you provide a patent number, preferably for a recently granted EP patent?
Posted Nov 24, 2012 15:53 UTC (Sat)
by Cyberax (✭ supporter ✭, #52523)
[Link] (1 responses)
> I did a clearance and neither my present employer nor I have ever worked with or for Microsoft. So let us take a hard look. Can you provide a patent number, preferably for a recently granted EP patent?
However, should you create a real flash storage - you're likely to infringe this patent.
Posted Nov 24, 2012 20:26 UTC (Sat)
by SecretEuroPatentAgentMan (guest, #66656)
[Link]
OK, I had a look.
Strictly speaking this does not state a flash-based storage, rather "A block-erasable, write-once, multiple-read memory device, the memory device having one or more blocks". This has several effects:
Also, strictly speaking, a flash-based system would work without wear-levelling, it would not just work that well or for very long. Independent claims are drafted with the fewest features possible that enables the invention to work, even though it might not be optimal.
Features that make the invention work better or well are typically found in dependent claims. You see a little about this in claim 10:
10. The method of claim 8 wherein each block has an erase count that indicates the number of times the block has been erased and wherein the step of selecting a block in the memory further comprises the step of selecting the block in the memory based on the erase count.
Most patent offices have requirements to unity, that the claims should be directed to a single invention. Supposedly this is to make the claims easy to read, in reality I suspect it is to earn more fees. This means that claims directed to wear levelling would be in a different application and claims relating to write amplifications would be in yet another application.
> However, should you create a real flash storage - you're likely to infringe this patent.
Considering priority according to parallel EP0557736 is 29.01.1992 the patent will have lapsed most places. The US has however different rules though that also have changed over time.
A quick review showed no third party observations, oppositions or re-examinations. It would appear that at the time competitors did not consider the patent a problem.
If instead you can find something fresher you could try a third party observation. In a few cases there are no fees and you do not require a professional representative.
Posted Nov 20, 2012 22:49 UTC (Tue)
by dlang (guest, #313)
[Link] (1 responses)
Yes, it includes software used on cell phones.
Note that I am talking about SOFTWARE related patents here. Patents on the hardware (including the chips) are a different ball game.
> I was told the US moved to "first inventor to file" which is different from "first to file".
in the case of multiple independent inventors, not really.
>> And the sheer cost of defending against a patent infringement suit can be crippling
> You can get insurance for such cases.
not really, to get the insurance, the insurance company needs to understand what risk they are taking on. That would require an extensive (and very expensive) patent search.
Show me one case where someone has been protected by this 'patent insurance'
Posted Nov 22, 2012 22:00 UTC (Thu)
by SecretEuroPatentAgentMan (guest, #66656)
[Link]
> Yes, it includes software used on cell phones.
Well, I have only had a few clients in cell phone technologies so I am not making wide claims here. These companies take a dim view on "IPR bigamy" (other companies don't have such limitations).
> Note that I am talking about SOFTWARE related patents here. Patents on the hardware (including the chips) are a different ball game.
I was referring to software (and firmware, some differentiate between software and firmware).
>> You can get insurance for such cases.
> not really, to get the insurance, the insurance company needs to understand what risk they are taking on. That would require an extensive (and very expensive) patent search.
A Google search for "IPR insurance" gives more than 1 million hits. And the insurance company will make a risk assessment.
> Show me one case where someone has been protected by this 'patent insurance'
One of my clients with such an insurance has been able to take on several large opponents in infringement cases so I know these work. Since settlements are out of court and secret and since I prefer not to use this forum to advertise my services (and risk engrumpening the Editor) I hope you understand my reluctance to be specific here.
Posted Nov 7, 2012 1:36 UTC (Wed)
by cyanit (guest, #86671)
[Link] (3 responses)
Posted Nov 7, 2012 5:14 UTC (Wed)
by dlang (guest, #313)
[Link] (2 responses)
you need to justify why software should be different.
The fact that the _exact_ same code can be used to achieve very different results depending on how it's used is proof that software is abstract and should not be covered by patents.
Posted Nov 7, 2012 5:35 UTC (Wed)
by Cyberax (✭ supporter ✭, #52523)
[Link] (1 responses)
That actually might be a nice compromise - you can opt for copyright protection OR for patent protection. And in the spirit of patents you'd have to put everything it protects into the public domain.
Posted Nov 7, 2012 12:25 UTC (Wed)
by njs (subscriber, #40338)
[Link]
If you want to be able to opt for one or the other on a case-by-case basis, you'd need something like, if I opt for copyright protection on my code, then it automatically does not violate anyone else's patents. That seems like a hard sell.
Posted Nov 7, 2012 11:32 UTC (Wed)
by simlo (guest, #10866)
[Link] (10 responses)
In a lot of other fields the patent system is way out of touch with the reality, too.
And secondly: What is wrong with patenting some genial algorithm over some drug? Both can be equally inventive.
We need to focus on what is wrong with the patent system in general:
1) Way too many trivial patents are issued.
2) But patents like "using known technology X in Y" should not granted unless it is a non-trivial thing to do. Right now you can get patents for using a known technology in a new field without actually having invent anything in the process.
3) The patents themselves are unreadable. The patent database is supposed to be library of inventions for others to use, not merely a pile of unreadable stuff written by patent laywers. The inventions should be directly implementable from reading the patent.
4) The damages for business is way too high for using patented technology. That means businesses stops developing new stuff because they are afraid of litigation.
Essential only "essential technology" in a product should be litigated: Using substance X in a drug is very essential for the product and needs to be protected. But using "swipe to unlock" is no essential and should therefore not be able to draw a lot of damages and therefore worth the efford of littigation.
Posted Nov 7, 2012 14:53 UTC (Wed)
by k3ninho (subscriber, #50375)
[Link] (9 responses)
I think you should highlight point 4 as the most important, particularly for the US, where patents exist to 'promote useful progress' where instead congress has created a quagmire-like unconstitutional hindrance to entrepreneurship. Non-practising parties should not be able to block someone bringing to market a product which would be covered by a patent held by the non-practising parties.
Readability of patent texts and a swathe of existing patents is a big problem - it requires the patent examiner and the judge deciding on these cases to have a search strategy and a mental process to tie together the corpus into something intelligible. To my mind, that's one of the great challenges for machine intelligence, and the sooner we can dedicate some silicon zetaflops to it, the better. However, when we do, we will need to specify the disclosure of the invention in some machine-readable language to simplify the tests for novelty. In that setting, you can clearly see that there is no 'machine or transformation' where an algorithm alone is claimed.
K3n.
Posted Nov 7, 2012 15:57 UTC (Wed)
by pboddie (guest, #50784)
[Link] (4 responses)
I think that people have to step back and ask why we're giving people monopolies on anything at all. Normally, monopolies are highly undesirable things: imagine how popular you'd be if you stipulated that only Dell could sell computers in your country, only Ford could sell cars, only AT&T could provide mobile services, and so on. The question that comes to mind is "What benefit does society get from granting this favour?" and the answer often appears to have something to do with someone benefiting, but not society. At the risk of dredging up another political discussion, having a patent bureaucracy tracking every man and dog's monopoly entitlement claim, along with the disputes resulting from such claims, is a huge waste of resources not dissimilar to having a huge tax bureaucracy because people can't work up the courage to reform the tax system properly, and so instead of simplifying the system and risking an unforeseen loss of revenue, more loopholes and concessions are tacked on to ease the tax burden and make the system seem kinder. Naturally, this only helps those who have the time to waste or the money to spend on accountants, and so we all know who benefits from such meddling. Ultimately, such bureaucracy and the associated baggage starts to drag everyone and everything else down with it. Even countries with money to waste on such work-creation schemes would be better off putting those employed in such schemes into more productive employment.
Posted Nov 7, 2012 21:15 UTC (Wed)
by dlang (guest, #313)
[Link] (3 responses)
This is a very good thing to keep in mind.
In the case of patents, the reason for giving people 'short' monopolies on something is that without doing so, the people would instead use the invention as a "Trade Secret". A Trade Secret, if maintained is worse than a monopoly. Not only does only one company ever use it, but that one company is the only one to EVER use it. A Trade Secret never expires, and if the company folds (or the inventor dies), that invention may be lost and need to be reinvented independently.
If an invention is simple enough that waiting for it to be invented independently is not a big deal, then it should fail the tests for being "novel" and "not obvious to someone normally skilled in the field". As noted above, one problem with the patent system today is that these criteria are not being enforced, so low-quality patents are being granted.
Posted Nov 8, 2012 13:11 UTC (Thu)
by pboddie (guest, #50784)
[Link] (2 responses)
One interesting recent case of the use of trade secrets instead of patents was brought up by Elon Musk in an interview about SpaceX:
http://www.wired.com/wiredscience/2012/10/ff-elon-musk-qa...
In effect, SpaceX sees no merit in patents because they would supposedly allow competitors in places where patents are unenforceable to "use them as a recipe book" and thus undermine SpaceX's cost advantage. Advocates of widespread patenting and universally enforced patents might argue that this could give SpaceX an effective monopoly, too, if the company became a dominant actor in commercial spaceflight.
But even a patent system that is "ideal" according to the expectations of patent advocates might not persuade SpaceX to participate or produce the kind of licensing that would be most beneficial to society - a phenomenon we are all now familiar with in our own field, of course. And as soon as one gets into compulsory licensing, one might as well start considering doing away with patents altogether and implementing some of the alternatives.
Posted Nov 8, 2012 19:39 UTC (Thu)
by dlang (guest, #313)
[Link] (1 responses)
The existance of a few such companies is not a problem, but you are right, where a large percentage of companies cling to secrecy, there is a problem.
A good example of this is the current GPU market, just about everyone is keeping the details of what they are doing secret, in spite of a large number of patents being filed.
Posted Nov 8, 2012 21:19 UTC (Thu)
by Cyberax (✭ supporter ✭, #52523)
[Link]
It just makes no sense to do this. Nobody would buy your drink if you market it as: "Tastes exactly like Coca-Cola!"
Posted Nov 7, 2012 21:05 UTC (Wed)
by dlang (guest, #313)
[Link] (3 responses)
This is a tricky point.
Patent Trolls, who exist only for the purpose of fileing lawsuits are a problem.
But how do you officially tell the difference between a Troll (who has no intent of ever building anything) and an underfunded Inventor's company who wants to build the invention, but has not done so yet, or has not gotten it to market yet?
Posted Nov 8, 2012 17:00 UTC (Thu)
by k3ninho (subscriber, #50375)
[Link] (2 responses)
It's a tough problem. I suspect it's as difficult as discerning whether Schrödinger's cat is dead. UK patent law has provisions for the victim of a non-practising entity to claim relief and a license-as-of-right where a non-practising entity can be shown to block the market with a patent. However, it's never been contested. You'd have to use forecasts to show that you're having revenue denied to you by not being in the market with a product which embodies the patented method or device; you'd have to have struggled for that for 3 years; you'd have to waste time you can't recover by knowing what the non-practised patent is in the first place. In the end, maybe you can recover some revenue for this, maybe not.
K3n.
Posted Nov 8, 2012 19:35 UTC (Thu)
by dlang (guest, #313)
[Link] (1 responses)
Posted Nov 8, 2012 22:43 UTC (Thu)
by pboddie (guest, #50784)
[Link]
Posted Nov 11, 2012 22:22 UTC (Sun)
by SecretEuroPatentAgentMan (guest, #66656)
[Link] (4 responses)
That is quite an opening. So tell me, how many software developers have been convicted of patent infringement in this war? The claim that it relates to *every* software developer is a bit at odds with the US centric position in the rest of the article.
> Rather, each patent describes some practical idea, and says that anyone carrying out the idea can be sued.
You cannot patent an idea. You need to reduce it to practice. Protesting against patenting of ideas is like protesting against the sky being orange. Statements like this makes me wonder if he has asked a patent attorney first just to avoid barking up the wrong tree.
> So it’s clearer to call them “computational idea patents.”
> That same year, it was estimated that Linux was .25 percent of the whole GNU/Linux system. Multiplying 300 by 400 we get the order-of-magnitude estimate that the system as a whole was threatened by around 100,000 patents.
A recent estimate puts the number of US patents in force at 2.1 millions
> I don’t know whether Apple’s patents are “good quality,” but the better the patent’s “quality,” the more dangerous its threat.
Dangerous, in what way? Number of programmers that will go to jail or how hard it is to work around these? Quality as meant by for instance EPO relates to how change the procedures to improve legal certainty.
> We should legislate that developing, distributing, or running a program on generally used computing hardware does not constitute patent infringement.
The problem here is what constitutes "generally used computing hardware". Anyone who has worked on embedded systems would know that even embedded platforms are general in nature, the term used is COTS - commercial off the shelf. Much is implemented in FPGA which is also general. Cellphones, covered by a lot of patents, are also general platforms. What then is left?
The problem here is that Stallman brings up a lot of terms such as danger, quality, ideas, generally used computers and more, without providing a solid definition.
If Stallman is concerned about dangers to each and every programmer (as opposed to their employers) why not rather ask for an amendment that patents gives the right to exclude *commercial* use? Many European countries have this clause and allows for educational use of patented technology ( I am simplyfying a bit here).
Posted Nov 11, 2012 23:02 UTC (Sun)
by jackb (guest, #41909)
[Link] (1 responses)
This question betrays a misunderstanding of the fundamental principle of economics. The damage caused by software patents is not developers convicted in courts, it's products that aren't released, innovation that is prevented from happening, and technology that is isn't developed. You can't see the damage directly because it consists of the enormous absence of what would otherwise exist.
Posted Nov 15, 2012 22:34 UTC (Thu)
by SecretEuroPatentAgentMan (guest, #66656)
[Link]
Really. This just sounds like an overly complicated way of saying you do not know. Of course, were you to really know the number of convicted software developers I would still appreciate this information.
> You can't see the damage directly because it consists of the enormous absence of what would otherwise exist.
Having done programming since the 70's I have not to date noticed this enormous absence myself. Of course the experiences from my own work and all of my colleagues I knew back then remain limited yet so far this enormous absence was never a topic. I am therefore intrigued by your statement here and again would appreciate more information. Your last line suggests at least there is a chance of indirectly seeing the enormous absence.
Now, since emotions do not always travel well across the net I would like to clarify that I am not being smug or poking fun with snide remarks, the questions are sincere and the issues you bring up are interesting to me.
Posted Nov 12, 2012 12:12 UTC (Mon)
by spaetz (guest, #32870)
[Link] (1 responses)
While there might be a US-centric view, each programmer that intends to sell software in the US will be concerned with US law. So it isn't as far fetched as it sounds.
>> Rather, each patent describes some practical idea, and says that anyone carrying out the idea can be sued.
> You cannot patent an idea. You need to reduce it to practice.
That is true in theory, but if you look at many US patents, it is de-facto possible to patent an idea.
> A recent estimate puts the number of US patents in force at 2.1 millions ...
Well, Eric Schmidt estimates 200,000 patents covering "mobile", and he is in a better position to know than I am. (although he might be biased :-))
Posted Nov 15, 2012 22:52 UTC (Thu)
by SecretEuroPatentAgentMan (guest, #66656)
[Link]
A lot of European companies have ended up in serious trouble on attempting to enter the US market and to comply with US laws, regulations and legal traditions that can be quite different from European systems. I know many have tried and failed seriously. At first glance the US market looks attractibe. On second glance it is not that rosy.
>> You cannot patent an idea. You need to reduce it to practice.
> That is true in theory, but if you look at many US patents, it is de-facto possible to patent an idea.
Patenting an idea would make life simpler if we just for the moment overlook issues like violations of national laws, regional conventions (such as EPC) and international agreements (such as TRIPS). Do you have a good example?
> Well, Eric Schmidt estimates 200,000 patents covering "mobile", and he is in a better position to know than I am. (although he might be biased :-))
I have prosecuted a fair number of broad mobile related patent applications. These cover far more than software, for instance mechanics for keyboards, RF designs (particularly antennas), all aspects of fabrications such as chip encapsulation and PCB coating (to withstand large environmental changes in humidity and temperature that mobile phone are exposed to), battery technology and more. If you count anything relating to mobile technology you will get far bigger numbers than for software alone.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
why a free software exclusion isn't so great
This might be a good moment to use the phrase "the exception that proves the rule" in its original, proper sense.
why a free software exclusion isn't so great
why a free software exclusion isn't so great
why a free software exclusion isn't so great
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
http://web.archive.org/web/20200730120644/http://www.groklaw.net/article.php?story=20121013192858600
"software is math!" and how we win
2. Convince the judges and examiners to switch to the computer scientists' definition
3. Change the law so that the (broken) opinion of the judges and examiners doesn't matter
"software is math!" and how we win
"software is math!" and how we win
Definition of "generally used computing hardware"
>
> Here's where I think the attention needs to be paid.
Definition of "generally used computing hardware"
what about running VLC on an iThing?
what about running VLC on an iThing?
And Rockbox on the iPod nano 2?
And Rockbox on the iPod nano 2?
Probably a bad gamble
Probably a bad gamble
Probably a bad gamble
Probably a bad gamble
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
I would define it as hardware where the command set and interfaces to the hardware are documented and available to the general public.
This would mean that the OS running on a general PC may be covered, but a driver accessing proprietary hardware (for example, the NVIDIA driver) would not be covered, but the ATI driver would be (since ATI publishes the interface for their cards)
That would also mean that it would be in the interest of hardware companies to reverse engineer & publish the specs of their competitor's hardware (or pay a 3rd party to do so), as that would grant them free access to the same technology, and in turn that would give open source developers proper specs to almost all hardware...? :)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
You have it backwards: patents cover ideas (within limits); ideas are not copyrightable. Copyright can cover a particular way of expressing an idea. Good thing, too, or free software would have to wait more than 100 years, not 20, to implement an idea if someone got a legal monopoly on it.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
I do agree that generic software patents that are more ideas than implementations (such as using an icon representation of some file instead of the actual file) should not be patentable.Software is very much an implementation of an idea or ideas that are rather tangible.
Software is very much an implementation of an idea or ideas that are rather tangible.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
There is no need to fear the lack of belief in the magical group of people for whom up is down, violence is ethical, and rules are the opposite of the rest of us.
When I ask me about voting I usually tell them that as an atheist I accept the fact that prayer doesn't work, but most of them don't see the connection.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Accordingly, if they are necessary, private actors can and will provide them in a decentralized fashion. All these services existed way before this magical group of people monopolized them under threat of punishment, and will continue to exist after people have ceased believing in their pretend superpower.
As I said, the lesson of history is that this is untrue. No service for which provision to one person cannot be withdrawn without hurting the whole is usefully privatizable. Private fire services are a particularly bad example: the line between 'pay and we stop your house burning down' and 'pay and we stop your house burning down only if you're lucky enough to have a neighbour that pays too' is fine. Worse, it tended to rapidly evolve into 'do not pay and we quietly burn your house down, and use the unspoken threat of this to drum up new business'.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
You must have taken the red pill, or at least it must have looked red.
If this response seems condescending, reconsider the parent.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
You have the hallmarks of a convert; you are willing to explain things to other people, but you already know you are in possession of the truth. Most people here have strong opinions, but are still able to recognise them for opinions, not for the truth. If you stated your case as an opinion it would garner more sympathy. You write about the responses you have gotten, but you've certainly dished out as much as you've been given. There is a fine line between defending a point of view and preaching, and you've firmly crossed it. If you think other people are deluded, then there is no point in discussion. Just leave it at you're deluded.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
That is a brilliant way of putting it. I am reminded of the time when Heraclitus was asked by his fellow Ephesians to give them laws; his reply was in character.
Give us laws
The Ephesians deserve, man for man, to be hung, and the youth to leave the city, inasmuch as they have banished Hermodorus, the worthiest man among them, saying: "Let no one of us excel, and if there be any such, let him go elsewhere and among other people."
It is worth noting, although completely off-topic, that the biggest peril for ancient democracies were not foreign invaders, but exceptional men -- that is why the Athenians exiled most of their great men at some time or another (including Pericles), and why Julius Cesar was such a perilous man that he had to be murdered. In modern times Napoleon or Hitler are great examples of the same phenomenon.
> [...] that is why the Athenians exiled most of their great menGive us laws
> at some time or another (including Pericles) [...]
To my knowledge, Pericles was never exiled. Maybe you meant Themistocles or even Aristides?
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
RMS understands something that you and other Libertarians do not: the government is not the only danger to individual liberty. Corporations are also a very grave threat. This is probably why you were asked whether you were an anarchist or a Libertarian. Anarchists are against all forms of coercion, whereas Libertarians focus all of their ire on the government. I have no love of governments, but if you eliminate them you will have dismantled the last remaining constraint on corporations running the whole society. If you think that would be better, you are a fool. Government is at least accountable to the people in principle. Corporations have no accountability to anyone except their shareholders, and they are driven to maximize profits and minimize costs regardless of the consequences to anyone else. I will leave it as an exercise to the reader to determine how much freedom that would leave to those of us who are part of their labor force.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Instead of corporations, we used to have "the rich owner of the village" who hired thugs to intimidate everyone else. I will take a government I can safely distrust every time.
The rich guy
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
If you hate corporations, you must necessarily hate government
Here we observe the logical fallacy that underpins your entire belief system.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Groveling the state to end corporations or reform corporations is *never going to work*. The state is the entity that made corporations powerful, privileged, malevolent and sociopathic institutions to begin with.
You're not aware of the existence of anti-trust laws? Reform happens, at intervals. The anti-trust laws in the US and UK are the result of the last big reform effort (or, depending on how you count, the last but one).
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
The easy way out
applying rules of property to non-property (intangibles) is illogical and obviously produces irrational, malevolent, and unintended results
Really? What do you think money is? There are tangible pieces of paper around, but the bulk of it (more than 90% in any civilized country) is just numbers on some computer -- previously scribbles on pieces of paper. Do you think intangible money should be abolished too? Then why should the special marks in government-printed money be so special? So should we abolish all currencies? Exchanging physical goods was not a good system, I tell you. Rights of way, land and everything else would not last much, leaving us with just those physical goods we can carry around in our hands.
The easy way out
What do you think money is?
Do you think intangible money should be abolished too?
Then why should the special marks in government-printed money be so special?
So should we abolish all currencies?
I don't usually read your messages, but this time I am going to answer once, out of concern for any confused minds that may be misled by your post. And I will do it using your favorite phrase: sorry but no.
The easy way out
The easy way out
The easy way out
The funny thing about trying to replace paper money with gold is that the value of gold is actually just as intangible as the value of the printed paper.
Some properties make it a good choice in special cases like in electronics.
The easy way out
The easy way out
Not to speak about the dangers of having the economy artificially limited by some external factor. US commitment (and Britain's return) to the gold standard did not help the Great depression; it helped fuel the world crisis by an artificial shortage of circulating money. Deflation and a stagnant economy for a decade were the consequences.
The easy way out
I am not familiar with Huerta de Soto's work, but full reserve backing has nothing to do with the gold standard or hard money delusions (despite the fact that austrian economists are strong proponents of both ideas). The idea behind full reserve banking is to prevent private money creation, which is inherently unstable. During a boom, private lenders will increase the money supply, and during recessions they contract it. Full reserve backing would seriously reduce this instability.
Also, a recession (or even depression) after implementing full reserve banking need not be true.
The easy way out
See the recent IMF paper on the so called Chicago Plan.
Sure, full reserve backing (thanks for supplying the correct term) and the gold standard are completely different. They are both however supposed to be solutions to economic instability and cyclic crises; supported by the same people; supposed to be a return to a golden age where they were common; and are both fringe theories widely discredited by the mainstream. Huerta de Soto even has a transition plan from the current situation to a 100% reserve backing with gold standard. Oh, and both policies would benefit rich people: those with the gold and who don't need loans. That is where the (no doubt entirely coincidental) similarities end.
The easy way out
The easy way out
The easy way out
The easy way out
You've crossed the line there, mate.
You've crossed the line there, mate.
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
Or someone with enough computing power might cause bitcoin to ramp up their "work proof" hardness, to the point that normal people can't really compete.
"Normal people" don't have any need to solve blocks. Ramping up the difficulty has no effect at all on most Bitcoin users.
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
The "numbers on some computer" mentioned above have nothing to do with the debate about fiat versus commodity money. Even if you have a gold-backed currency, the vast majority of the money going around will still just be "numbers on some computer" unless you also eliminate fractional reserve banking. (It'd be interesting to see the "google ron paul!" crowd take this up as a rallying cry. Down with checking accounts!)
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
Gold that was mined is worth at least the costs of the mining operation.
Not true. Gold is worth what the gold market says it is worth. The costs of the mining operation only determine if the miner will make a profit or not. Worth and cost of production are very different things.
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
[citation needed]
The easy way out
centralized, and far more inflationary banking system under the aegis
of Washington and a handful of Wall Street banks. Whereas the effects
of the greenbacks were finally eliminated by the resumption of specie
payments in 1879, the effects of the National Banking System are still
with us. Not only was this system in place until 1913, but it paved the
way for the Federal Reserve System by instituting a quasi-central banking type of monetary system. The "inner contradictions" of the National
Banking System were such that the nation was driven either to go
onward to a frankly central bank or else to scrap centralized banking
altogether and go back to decentralized state banking."
The easy way out
The easy way out
Easily refuted: http://en.wikipedia.org/wiki/List_of_recessions_in_the_Un...
The easy way out
The easy way out
You might notice again, that 2008 was so destructive exactly because it was caused by a "shadow" banking system. It was not dependent on FRS or fiat currency, it could just as well happen with "hard" money (as pre-FRS crises show us).
1) Sudden austerity and hard-currency belief among elites.
2) The scale of the modern economy.
The easy way out
(historically money were backed with gold).
Not true, please do some research. True, several countries had for a time currencies convertible to gold but that is not the historical norm, as several commodities were used. Moreover, even when the currency was physically made of gold or other commodity, it was not always convertible to the base commodity. Here are some facts for you:
In the above list, worthless is used to mean "worth below the face value of the currency". In other words, the value of the same amount of commodity is below the value of the minted coin.
The easy way out
The easy way out
The easy way out
You invite me to live in denial of human society and its main organizations, such as the ways of governing its communities? Thanks, but I actually prefer to live in a country where there is a government; nix explained it beautifully above. Even pillars of anarchy like Bakunin did not advocate the elimination of all organizations, but rather wanted to make all organizations voluntary (so that any party could rescind their membership at any time). I can sympathize with that view; not so much with believing that government is a collection of evil people.
Denial
Denial
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
The easy way out
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
[OT/META] subscriptions
(and don't leave, long OT threads still are kind of rare!)
[OT/META] subscriptions
The comment system automatically collapses comment branches started by someone in your killfile. So a large part of the comments to this story appear pruned to me now, and I don't even get notifications. Certain comment authors are a very good predictor of off-topicness; others are a probable cause of offensive behavior or trollish posts. Yet others are a mixed bag (including myself who have been trolled into participating in this discussion), but filtering the above is usually enough to remove the worst off-topic content.
[OT/META] subscriptions
[OT/META] subscriptions
When I saw a parenthesis in an aside to an off-topic variant on an [OT/META] comment in a very off-topic thread, I had to add a digression with variations: yes, RMS is the only people I know who uses his prolific identi.ca stream (it is not as if he was to use Twitter any time soon) to point to his political blog (and archive at the same time) that in turn redirects to various leftist sources, sometimes adding URGENT petitions along the way. His system is not perfect though; there is a delay of days between blog and stream, and sometimes things are repeated. But the devotion shown is admirable, and the content is usually good, if a bit predictable.
[OT/META] subscriptions
[OT/META] subscriptions
if Corbet and company have an algorithm that can accurately judge whether a particular comment thread is interesting to me or not, then they've got something genuinely worthy of a software patent
[OT/META] subscriptions
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
"isolating" or "quarantining" software from patents?
"isolating" or "quarantining" software from patents?
"isolating" or "quarantining" software from patents?
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
We "can't eliminate them"?
We "can't eliminate them"?
We "can't eliminate them"?
Politicians cannot effectively counter a moral argument by simply pointing at a utilitarian argument.
It is simply wrong to make a person legally liable for using their own property in a manner that they would have no reasonable way of knowing infringes on the so-called "rights" of others.
We "can't eliminate them"?
We "can't eliminate them"?
We "can't eliminate them"?
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
There is also the gross ethical error making people doing their own original work vulnerable to being sued into the poor house.
If it is original then it must by definition be novel and thus not patented.The point of the temporary monopoly is a motivation for sharing inventions we wouldn't just trip over anyway. Isn't it?
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
http://www.epo.org/law-practice/legal-texts/html/epc/2010...
http://www.uspto.gov/aia_implementation/20120113-pur_repo...
35 U.S.C. 273:
http://www.uspto.gov/aia_implementation/20110916-pub-l112...
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
I'm objecting to the fact that in reality software patents often don't have anything close to "sufficiency".
Practically any codec patent. Or Microsoft's flash storage patent.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
> I'm objecting to the fact that in reality software patents often don't have anything close to "sufficiency".
> Practically any codec patent. Or Microsoft's flash storage patent.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
>That would be grounds for revocation.
Yeah, sure. In the ideal world. While in reality it often takes many years to get a revocation.
US5634050 - they've used this patent against TomTom, as far as I remember. However, this patent is not nearly sufficient to produce a working flash-based storage. There's no mention of load leveling, write amplification mitigation, etc.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
- it would cover much more than just flash-based devices
- it avoids issues relating to load levelling etc.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
>> That is a rather sweeping statement. Does your experience include cell phone technologies?
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Stop talking about "Software Patents" as being special
Maybe the patent office should continue working like now, but then the sociaty and especialy the courts should realize that a patent is not a big inventions, but something which can easily - and very often will - fall in a an actual trial. Maybe the first time a patent is tried at court, it has to be reexamined with a much higher care than was done for issuing it. That way issuing patents will continue as now - i.e. things gets published - but evaluating the actual validity for litigation will be an expensive process, which comes later. A lot of patent holders might realize it is too expensive and drop it.
The damages payed should only be the value of the technology in the product, not some arbitrary theoretical number of how much money the patent holder have lost. If the patent holder will have to prove or at least argue for how much the technology is actually contributing to the product, a lot of the trivial (software) patents cases will go away, because the patent holder can only get a very small amount of damages.
Stop talking about "Software Patents" as being special
Stop talking about "Software Patents" as being special
My preferred hack would be to acknowledge the rate of change in the computing and create a Monopoly Patent for Computer-Implemented Invention which has a short time-span: 3 extensible to 5 years.
Stop talking about "Software Patents" as being special
Stop talking about "Software Patents" as being special
Stop talking about "Software Patents" as being special
Stop talking about "Software Patents" as being special
Stop talking about "Software Patents" as being special
Stop talking about "Software Patents" as being special
Stop talking about "Software Patents" as being special
Stop talking about "Software Patents" as being special
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
http://www.uspto.gov/web/offices/pac/mpep/s2138.html
Why is this better than "Computer implemented inventions"?
http://www.patentlyo.com/patent/2012/05/how-many-us-paten...
This includes arts such as pharmaceutics, mechanics and more. I find it hard to believe fully 5 percent of all patents should relate to Linux. Moreover, after KSR a lot of those patents will probably be invalid.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
So tell me, how many software developers have been convicted of patent infringement in this war?
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)
> I find it hard to believe fully 5 percent of all patents should relate to Linux.
Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)