Search

Linux To Microsoft: Bring It, Freakshow

0 views

Advocates for Linux want Microsoft and their CEO, Steve Ballmer, to dispense with the threats and show which code in the Linux world infringes on Microsoft's property.

The rhetoric out of Redmond about Linux has had several memorable moments over the years.

The using Microsoft's intellectual property have been echoed by Ballmer in the press.

Some in the Linux world have had enough.

They have pulled on the Show Us The Code:

This website will serve as a response to this accusation, and within it, a request. The request is simple, since you, Microsoft, claim to be so sure of yourself: Show Us the Code. Show us the Code and Show Us the Patents. Let's make this crystal clear. If Linux developers are made aware of the code and pantented ideas, then the code can be omitted and Linux can re-write necessary aspects of the kernel or operating system. This is a fairly simple request and common courtesy. Linux community members do not want your code. We don't want lawsuits. We don't want non-free code. And much to your dismay, we don't want Microsoft's code specifically.
The Show Us The Code site's backers have asked Microsoft to show publicly where Linux violates its intellectual property by May 1st.

They are also calling upon leaders in the tech community, like Linus Torvalds, Mark Shuttleworth, and Google's leading triumvirate of Larry Page, Sergey Brin, and Eric Schmidt to call Microsoft's bluff.
---
Add to ' /> Digg</a>  | <a href=' /> Reddit</a> | <a href=' /> Furl</a>  <br />
<br />
Bookmark Murdok: <a href=' /></a>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

Suggest a Correction

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!