Language Selection

English French German Italian Portuguese Spanish

Microsoft and "Interoperability"...LOL! That's a good one!

While reading through srlinuxx's news posts, I was eventually led to Mary Jo Foley's (MJF) article regarding MS-Novell deal.

Microsoft-Novell: What a long, strange year it’s been
http://blogs.zdnet.com/microsoft/?p=916

The basic gist is that MS has been doing their usual patent FUD, while Novell is sprouting how wonderful interoperability is. Same agreement, two different views. Now that's odd. Typically, you'd expect all parties involved in an agreement to be singing the same tune.

So what's going on here?

Well, someone points out the obvious. This is TechExec2's post in MJF's article feedback:

Quote:
VERDICT: Microsoft's cynical patent FUD campaign is a DISMAL FAILURE

Let's be honest here. Microsoft doesn't want to "interoperate" with Linux. Microsoft wants to EMBRACE AND DESTROY Linux. Fortunately, as is often the case when Microsoft gives the "bear hug of death" and then tries to stab the victim in the back, they often miss. This case is no different.

From Microsoft's press release:
http://www.microsoft.com/presspass/press/2007/nov07/11-07MSNovell1YearPR.mspx

"...Having exceeded their original business targets, the companies continue to see strong demand for interoperability and intellectual property (IP) peace of mind..."

So... they are selling "peace of mind", huh. This is a tacit admission that the campaign is about fear, not business and legal reality.

Major corporations are NOT buying into Microsoft's patent FUD

Microsoft claims success and cites 30 companies. Where are the major corporations? General Electric? Proctor and Gamble? Citicorp? Bank of America? The rest of the "Fortune 500"? The fact that major corporations are not buying into this tells you everything you need to know.

Linux Distros are NOT buying into Microsoft's patent FUD

In the first year, Microsoft has signed up only four Linux distros:

1. Novell - Desperate for the cash they received from Microsoft in the deal.

2. Xandros - A small commercial Linux distro.

3. Linspire - A small commercial Linux distro.

4. TurboLinux - A small commercial Linux distro.

Meanwhile, two very large Linux distros, RedHat and Ubuntu, have already publicly said they are not going to sign patent deals with Microsoft. I applaud and cheer them. Theirs is the correct response to Microsoft's cynical patent FUD campaign.

This is about FEAR, not "interoperability"

And, the "interoperability lab"? This is just PR spin. Eight staffers and only 2,500 square feet? Microsoft is sending four of the "best and brightest" they have? Baloney!

For Microsoft-Novell lab, eight is enough
http://www.news.com/8301-13580_3-9776042-39.html?tag=blog.9

Pride goeth before the fall. Microsoft's cynical patent FUD (Fear-Uncertainty-Doubt) campaign against Linux is a DISMAL FAILURE.

Its not a failure...Its a joke. Just like the rest of the nonsense they've tried since the late 1990s. (When they saw opensource as becoming a major threat to their fundamental business model).

Here's another joke:

OpenXML/ODF Translator Add-in for Office project.
http://odf-converter.sourceforge.net/index.html

Notice MS's contribution?
"Funding, Architectural & Technical Guidance and Project co-coordination"

Can someone please explain what EXACTLY (details and specifics please) Microsoft contributes to this project? Do they submit any code related contributions? Or do they just hire third-parties like they usually do?

Instead of writing a damn plug-in that requires one to need MS Office, why not offer a multi-platform standalone application that reads (not edit/save), displays (for before and after comparison), and converts? Oh that's right, silly me! It won't force people into a corner such that they must need MS Office!

But of course, MS's vision for "interoperability" has many facets. One includes...

Steve Ballmer: "I would love to see all open source innovation happen on top of Windows"
http://blogs.cnet.com/8301-13505_1-9793052-16.html

Let's call MS's "interoperability" campaign what it really is. Its a farce of half-hearted attempts to LOOK like they're doing something (for their Press Releases, EU, and public), but not really achieving anything substantial if they don't see or get any direct benefit from it. When it comes to standards, it must be standards made by them, that they control and lead. (Which means they control the tempo of when new features and changes are released...They'll be your friend now, simply out of convenience to them).

Take for example, their Silverlight solution. They're only helping Novell with Moonlight on Linux so they can use their solution to crush their real target...Adobe's Flash.

Their thinking of standards is already well documented in Halloween documents 1 and 2. Its basically summarized as this: extend existing protocols and develop new protocols.

The Samba project has demonstrated that we do NOT need Microsoft involvement, input, or their patent covenants to achieve true interoperability. We can do it without them, its just a pitty that some commercial distro providers (Xandros, Linspire, etc) don't see that.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Interop != open standards

Never was. "Interoperability" is a weasel phrase.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.