Considering the increasingly vocal outcry of rampant patent abuse, it's also possible that tech giants begin publicly stating their position towards US patent law: it needn't exist (or one of the many alternatives that have been proposed). If the market can metabolize that, patent law reform isn't far away.
Couldn't the tech giants cooperate and introduce a system that benefits the top 10% and exclude the long tail of smaller companies? That could be even worse.
I'd argue that the existing system does just that.
The big boys have portfolios of patents that they fling at each other until some sort of cross-licensing deal is reached, whilst smaller players just have to cross their fingers and hope that nobody decides to tax them too extravagantly.
I omit the possibility of creating non-infringing products simply because it's virtually impossible to bring any meaningful product to market without infringing on somebody's overly broad patent.
That's already happening. Google, MS, Apple, IBM, Intel, AMD/ATI, nVidia, AT&T and a few others already have cross-licensing deals essentially between everyone and everyone. It's just that HTC and Samsung are not part of _this_ cartel.
That's essentially the situation in hardware. All the big players have portfolios of patents which they swap in cross-licensing deals. As a newcomer you have no chance of breaking into the business since you don't have a portfolio of your own - you'd get sued out of business.
I would agree except that a bunch of companies just bought some patents for $4.5 billion. If patents become ineffective, the value of that purchase is $0. Very few companies are going to look on this as a positive thing.
They already purchased those patents, though. It's kind of a sunk cost. They wouldn't be losing $4.5 billion cash if patents became worthless, they'd be losing ammunition for a type of fight that they wouldn't have to deal with anymore.
That's like saying, "We can't stop fighting this war, then all our guns would be worthless."
Bad analogy. The war isn't over patents, it's general competition. It's more like the UN pushing you to sign a treaty pledging not to use nukes just after you spent a pile acquiring them.
Now if patents were only used defensively (which they're obviously not in this case, since Apple went on the attack) the analogy would then be banning ballistic missiles right after acquiring a ballistic missile defense system, which would be easier to swallow.
You're inferring something that wasn't intended. Your peace-treaty example was exactly the type of situation my analogy was referring to.
Patents are being used aggressively because that's the nature of competition—if anyone is going to use them that way, everyone has to. But it could be in everyone's interest if that option were removed from the table, regardless how much each had previously spent amassing an arsenal simply to remain competitive.
The war is over patents, far above and beyond general competition. If that weren't the case, then we wouldn't have so many patent trolls, who have decided that it's more profitable to sue over patents than to actually make products and compete in a consumer marketplace. The Android smartphone vendors aren't just trying to shut out any potentially superior competitors from the market, they're spending billions on patents so that they can have a chance at a fraction of Apple's monstrous profits.
It's very much like saying that, which doesn't mean it's not persuasive reasoning. It may not be ultimately rational reasoning, but it appeals to many people. That's why it's called the sunk cost fallacy. :)
Yep, I was referring to the fallacy. I know people don't always make rational decisions—and there are many other considerations here besides—but I thought it worth pointing out that it's not quite so obvious that the large companies would be against patent dissolution.
The reason companies acquire and add to their massive stockpiles of patents is because, like arms races, no one wants to stop playing the game until the game is called off. Unlike arms races, patents are intellectual creations and the "game" can be ended simply by setting precedents in court and reforming existing law.
Exactly correct. And Google has unilaterally disarmed and it ain't turning out so well for them.
Wait, in the news today: "Google Looks to InterDigital to Strengthen Patent Portfolio". So like everybody else they are buying even more ammo for the gun they keep in the nightstand drawer.
How about following existing precedents? Flook is good precedent, as reiterated in the recent Bilski decision. Just about every software patent we talk about on HN would be invalidated if that precedent were followed.
I'm currently learning Python and I can't agree more. There's a lot of macho-IRC-dweller attitude on the internet when it comes to learning a new language. People take the "If you teach a man to fish" argument to the extreme and end up confusing/discouraging people in search of some guide, some map to show them the way. No, documentation doesn't count when you can't read a lick of code.
That said, I'm currently reading Learning Python the Hard Way, which pushes you through a lot of information, step-by-step but not patronizing, and teaches you not only code, but how to be organized and on top of your code.
Eloquent JavaScript is comparable in that it's a book that has plenty of explanatory code snippets, but plenty of code exercises as well, and isn't a cookbook for web programming, but rather teaches the language for what it is. No jQuery/CoffeeScript stuff here, just straight-up JS as a language.