Microsoft Makes an Astonishing $2 Billion Per Year From Android Patent Royalties
mrspoonsi sends this report from Business Insider:
"Microsoft is generating $2 billion per year in revenue from Android patent royalties, says Nomura analyst Rick Sherlund in a new note on the company. He estimates that the Android revenue has a 95% margin, so it's pretty much all profit. This money, says Sherlund, helps Microsoft hide the fact that its mobile and Xbox groups are burning serious cash."
Hardware is cheap.
Software is expensive.
Charging for IDEAS, though... THAT is where the real money is.
THL phish sticks
However the test used in the patent systems worldwide tends to be along the lines:
"to one skilled in the art".
i.e. if it's blindingly obvious to someone who does similar work all day long, professionally, every day, then it shouldn't actually be patentable at all.
However the test used in the patent systems worldwide tends to be along the lines: "to one skilled in the art".
It's the same in America. The difference is, the art isn't engineering, it's lawyering.
#fuckbeta #iamslashdot #dicemustdie
They could just implement their own system, like Ext4 or something, the problem being that Fat and NTFS are like the only things Windows can read and write. You can get some programs that let you do it, but they are not as seamless as something like fuse is in Linux mounting windows partitions. It is a problem created by Microsoft, which apparently they have earned 2 billion for.
That's only potentially true when the patents are disclosed. It's fashionable to not disclose what the specific patents argued to be infringed actually are (or the mechanics of how they're infringed) when trying to license a portfolio.
Can't work around a patent when you don't know what it is.
Microsoft isn't patent trolling here. They would be patent trolling if they were simply holding onto broadly defined patents to use them offensively. The patents in question, which I believe relate to data storage and file systems, have been used by Microsoft for a very long time and have been challenged unsuccessfully before. Microsoft's own engineers did the work, not Google's. Google and various Android manufacturers are free to not implement them.
Xbox is still there only because M$ has deep pockets. The original Xbox lost billions, the 360 lost a couple more billions in its first two years on the market and then never made a steady profit, they can also hide the development expenses for the Xbox in their R&D division, not to mention the expenses for the development of the Xbox OS. The Xbox would not be a viable platform for anyone else, but M$. That's a fact.
> software is math
Games are art, and are software.
Most games are 95% art, 5% math, and 100% software.
Math CAN be done as software, but so can art and many other non-math things. Some software is math. A LOT of software has little to do with math.
> math isn't supposed to be patentable.
That's a common misconception, started and encouraged by people with a particular agenda. The rule in the US is:
The LAWS of nature, including mathematics, are not patentable.
Note that it's the basic laws that aren't patentable. Things that USE those laws are.
Gravity isn't patentable. An elevator is.
Momentum isn't patentable. A brake system is.
Division isn't patentable. eBay's feedback system is.
Light reflection isn't patentable. The way Blender simulates reflection is, if it's novel.
Technically it's only the implementation of an idea that is supposed to be patentable. With physical patents if you can accomplish the same thing by other means then it's fair game.
Somehow in software they've decided to allow patenting the *idea* of momentum when scrolling via swiping, or bounceback when you hit the end.
The equivalent to patenting physical implementations would be to allow protection of their *implementation* of an idea--and in the software world that implementation is already protected by copyright, so there's really no need for software patents.
Patents aren't about promoting the progress of science and the useful arts, they're about a business model based on rent-extraction via arcane legal means. As alternative manufacturing options such as 3D printing mature (assuming they're not strangled by the patent titans) patents will become as obsolete and ineffective as copyright is now.
They're trolling.
So they're indirect patent trolls via Intellectual Ventures and Rockstar?
Not as long as Microsoft filesystems are the de-facto file systems for SD cards by virtue of their desktop monopoly.
Funny.
But seriously, open your fucking eyes, people. Here we have a private enterprise that put a break on the development of a personal computer for 20 something years, and now it's taxing the development and adoption of an operating system that was written from scratch, using UNIX philosophy which Micro$oft neither invented nor indeed implemented.
Just like copyrights, patents are not worth crap to individual inventors because the chances of making a return on the investment with one, two, or even a hundred inventions are miniscule. So the inventors sign over their inventions to capitalists for either a small lump sum or a regular paycheck; and so do the artist with copyright, because it ultimately makes sense for them economically. The capitalists, on the other hand, are wielding tens of thousands of patents; just like the art producers are controlling significant proportions of the entire catalog. And when they control, say, 10% of all published ideas, they can finally make patents (and copyrights) pay. The art business is ugly, we all heard that, but the technology is uglier! With patents, in particular, the best way to maximize the return is by suing everyone who dares to innovate. The point being, everyone has to keep using the same shit invented 20 or 40 years ago, and pay, pay, and pay again to some bastard who neither invented nor encouraged invention [1], but simply invested into exclusive rights. This was true for the steam engine, and it is true for the latest, smallest, sexiest computers of tomorrow.
[1] Don't believe me? Look it up. Multiple studies were conducted, and no correlation was found between patent law strength on one hand and the rate of innovation on the other.
its got netflix support
What doesn't? I think my hedge clippers have Netflix..
Have gnu, will travel.
Does it work without a Hedge Clippers Live Gold subscription?
crazy dynamite monkey
I have never understood this. Windows users are used to installing drivers for each new piece of hardware. Why not bundle an ext4 driver? The device could even have a small FAT partiton (without the patented parts of FAT) that contains the driver for the larger ext4 partition.
Manufacturers have allowed the situation to exist.
The real "Libtards" are the Libertarians!
It only has NetFlix support if you pay MS monthly. It's free on every other platform.
I am not even going to argue with you about "innovations in computing", what with the best OS to date written by a Finn. How about this instead:
Empirically, the nation with the strongest army is also the nation that is responsible for most of the innovations in computing.
Empirically, the nation with the largest inmate population (both absolute and relative to population size) is also the nation that is responsible for most of the innovations in computing.
Empirically, the nation with the highest healthcare costs (both absolute and relative to GDP) is also the nation that is responsible for most of the innovations in computing.
It should be ILLEGAL for any company to make statements like "xyz is violating our patents" unless that statement contains details of which patents are being violated and which products/features/etc are doing the violating.
If Microsoft is forced to reveal in public which patents are being violated and how, it would allow the Linux community to evaluate that information and find prior art where it exists or find ways to make linux not violate the patent (e.g. kernel option to disable the relavent code or rewrite the code to not violate) and generally make it harder for MS)
Remember the TomTom case, evidence came out about a specific FAT patent related to long file names and TomTom just disabled that feature (since they didn't actually need it)
For some reason filesystem drivers (be they physical, usb, network, etc) appear to be VERY hard to write for windows. I have yet to see a 3rd party filesystem driver for windows that wasn't either broken or unstable. This includes NFS, EXT, even encrypted volumes. The best we've been able to get in most cases is a 3rd party file manager that can read/write the partitions, almost none of them work with the default file browser.
A better question is, why not just use UDF? Windows supports it for both reading and writing, beginning with Vista (XP supported it read-only).
Because it isn't April 2014 yet, and Windows XP still supports it only read-only.