Skip to main content

Microsoft might benefit from Oracle vs Google case

Oracle's filed suit against Google's Android might favor Microsoft. With Google's Android tied up in litigation, and Oracle becoming the latest villain in the open source community, Microsoft has a chance to make inroads in the mobile market and elsewhere.

Oracle is suing Google, claiming that Android infringes on Oracle copyrights and patents that are related to Java. Oracle spokeswoman Karen Tillman said in a statement:
"In developing Android, Google knowingly, directly and repeatedly infringed Oracle's Java-related intellectual property. This lawsuit seeks appropriate remedies for their infringement."
Google begs to differ. Android doesn't use Java in Android, but instead a Java compatible technology called Dalvik. Google claims the Oracle suit is "baseless," and will fight it.

No matter what happens with the suit, though, it hurts Google, and helps Microsoft at a time when Microsoft is particularly vulnerable in mobile. Android use has skyrocketed, jumping to 17.2% market share today compared to 1.8% a year ago. Meanwhile, Windows Mobile has become practically a footnote in mobile, dropping to 5% of the market.

Android's success has been fueled by the large number of phone makers building smartphones based on it. Those phone makers, though, may be scared away by this suit. IDC analyst Al Hilwa told Computerworld:
"This is a typical intellectual property value defense lawsuit, but it can have serious consequences on the Android market and its adoption by OEMs."
Those OEMs could easily turn to Windows Phone 7 when it ships this holiday season, helping Microsoft increase its market share.

Microsoft can also be helped because Oracle will now become public enemy number one in the open source community, rather than Microsoft. As my co-blogger Steven J. Vaughan-Nichols points out, this suit could mean very big trouble for the open source community, because they could be in Oracle's cross-hairs next. And unlike Google, most of the open source community doesn't have deep pockets to pay for lawyers to defend them. He writes:

"If I were Google or any other company that has shipped Java spins-offs, I'd be worried. I have a sinking feeling that patent cases, such as this one, are going to be far more troublesome for Linux and open source than any of the bogus SCO copyright claims were...This does not bode well for free and open-source software."

Via its acquisition of Sun, Oracle owns quite a bit of open source software, including MySQL and OpenOffice.org. Those both compete against Microsoft software. It may be that Oracle's Google suit will chase people away from using the company's open source software, and if so, it could mean an increase in market share for Microsoft.

So Friday 13th didn't turn out to be a good one for Google, but it may well be good luck for Microsoft.

Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Download as Zip.

Easily Join / Merge Rotate Two or more video files without encoding or convert videos using ffmpeg in Windows (Or any other OS Mac OS, Linux) for free.

ffmpeg is a pretty handy tool for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU). One of the basic requirement of merging or combining two or more videos is a task that can be easily accomplished by using ffmpeg . ffmpeg is a free and open source as well. And the performance is easily on par if not better than most paid software solutions. In order to merge two or more videos follow the steps:-  First copy all video files into a folder. (Make sure you have checked "File name extensions". Next you need to download ffmpeg for Windows from their website . Choose 64bit unless you are using 32 bit version of Windows and select Static. Download the file. It should be a compressed file. Now open the file. And Go to "Bin", there you will find three files. You need to copy ffmpeg to the folder containing video files. Next