内容简介:Link to the GitHub issue in question:Here is the full uncensored thread for your viewing pleasure:
May 19, 2020:Microsoft announces a lot of Linux related stuff, and Maui . Trouble is: Maui is already the name of a Linux distribution and the name of a framework for graphical user interfaces for Linux applications — and, as it turns out, has been a registered trademark for those things for 5 years.
The Maui from Microsoft is also a framework for graphical user interfaces . Hence I open an issue on GitHub. How will Microsoft react?
7:10 PM UTC:I open an issue on GitHub :
“Expected Behavior: Microsoft chooses names not already used in the Linux community. Actual Behavior: Microsoft chooses names already used in the Linux community.”
I assume that Microsoft will recognize the name clash, apologize, and rename their project. No big deal. Can happen any time.
7:16 PM UTC:A Microsoft MVP (“Most Valuable Professional”) answers:
This gets him 45 thumbs down reactions within just a few minutes.
(Note: MVP stands for “Most Valuable Professional”, this is not a Microsoft employee.)
A discussion unfolds (as is common in open source projects).
8:12 PM UTC:A Microsoft employee answers:
“This has been through legal review. I don’t believe this is the forum for this discussion.”
(Juicy: They must have overlooked an existing European trademark, more on that further down below.)
In many open source projects GitHub is the forum for discussion.
And closes the issue , as if it was not a valid concern at all.
Further discussion unfolds, with more thumbs up/thumbs down action.
8:14 PM UTC:In a move that could be out of a corporate playbook for shitstorm de-escalation, the Microsoft employee posts his work mail address (which anyone could find on the net easily anyhow) and hence hopes to stop the public discussion about the issue on GitHub.
We can only speculate whether further discussion triggers some “shitstorm radar” at the PR department.
8:52 PM UTC:Microsoft locks the issue, making it impossible to add further reactions (such as thumbs up and down or even editing existing comments):
Later this evening: Some comments get marked as off-topic, possibly in fear that the Microsoft “Most Valuable Professional” answers might be seen as… less than professional:
Around the same time, the team behind the Maui UI framework publishes an official statement at https://nxos.org/news/official-statement-regarding-xamarin-forms-rebanding-as-maui/, saying
“We would like to believe that this an unfortunate event caused by an oversight during the brainstorming session to select a new and appealing name for their product and not an attempt at using the branding and marketing might consist of a large corporation such as Microsoft and their subsidiary Xamarin to step over a competing framework, a UI framework that as of today is still the first result in Google when searching for the term “Maui UI framework” but that due to the might of GitHub (another Microsoft subsidiary) and Microsoft own website (specifically, their blog) SEO that will change over time. We would like to kindly ask the Microsoft team that is in charge of the development of this software to reconsider changing to a different name. If they were so inclined to use Pacific Islands, there are plenty to choose from, many of which the probability that another island is also named after a free and open-source project is substantially minimal.”
Even later this evening:Almost all comments are now marked as off-topic, making it impossible to see the thumbs up/thumbs down response, and requiring to sign in to view.
Situation well handled, Microsoft?
Will they get away with it?
May 19, 07:48 EDT: An article about the situation appears on Phoronix.
Trademark infringement?
Until here one could argue that all of this is just another instance of Microsoft having no taste…
“The only problem with Microsoft is they just have no taste. They have absolutely no taste. And I don’t mean that in a small way, I mean that in a big way, in the sense that they don’t think of original ideas, and they don’t bring much culture into their products.”
— Steve Jobs in Triumph of the Nerds, 1996 ( Source )
But it gets better:
As someone from the awesome-as-always community points out in the forum, MAUI has been a registered trademark (by a key KDE sponsor) in the European Union since 2015 :
How could they miss this during their legal review? Oh, maybe that’s why:
Link to the GitHub issue in question: https://github.com/dotnet/maui/issues/35
Maui Linux is a team effort based on FOSS principles: Maui Forum GitHub
The Maui project is a free and modular front-end framework
for developing fast and compelling user experiences: https://mauikit.org/
Here is the full uncensored thread for your viewing pleasure:
https://user-images.githubusercontent.com/2480569/82386063-1bd99a80-9a23-11ea-9878-2e2f23a65276.png
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python高性能(第2版)
[加] 加布丽埃勒•拉纳诺(Gabriele Lanaro) / 袁国忠 / 人民邮电出版社 / 2018-8 / 59.00元
本书是一本Python性能提升指南,展示了如何利用Python的原生库以及丰富的第三方库来构建健壮的应用程序。书中阐释了如何利用各种剖析器来找出Python应用程序的性能瓶颈,并应用正确的算法和高效的数据结构来解决它们;介绍了如何有效地利用NumPy、Pandas和Cython高性能地执行数值计算;解释了异步编程的相关概念,以及如何利用响应式编程实现响应式应用程序;概述了并行编程的概念,并论述了如......一起来看看 《Python高性能(第2版)》 这本书的介绍吧!