EditorsAbout the SiteComes vs. MicrosoftUsing This Web SiteSite ArchivesCredibility IndexOOXMLOpenDocumentPatentsNovellNews DigestSite NewsRSS

10.16.08

Silver Lie

Posted in FOSS, GNU/Linux, Microsoft, Mono, Novell, RAND at 9:03 am by Dr. Roy Schestowitz

THE “scam” that Silverlight had become in 'the media' was covered here two days ago. We included many examples to show how Microsoft fooled the world through journalists, striving to give the impression — no matter how bogus it is — that Silverlight has something to do with open source and is cross-platform (it’s neither).

This type of dishonesty has shown little or no signs of abatement as disinformation continues to be disseminated to deceive Web developers. Here, for instance, is an article from TechWorld which states:

Also, a Linux version of Silverlight, dubbed ” Moonlight,” is being developed by a team of developers led by Miguel de Icaza at Novell, Microsoft officials noted.

The illusion of cross-platform must end. There is no “Linux version of Silverlight.” Those “Microsoft officials” are lying. There is no “port” either, just to refute another wrong terminology used by other journalists. Moonlight and Silverlight are separate. The latter is the ‘real thing’, whereas the former is a Novell me-too project which strives only to cling to coattails [1, 2].

The same type of mistake, calling Moonlight “a version for Linux,” is being repeated in InformationWeek:

Silverlight will run in Firefox, Safari, and Internet Explorer on Windows and Mac OS, and Novell is working on a version for Linux.

That’s incorrect. Developers might get the impression that Silverlight targets GNU/Linux users. It does not. Let’s repeat this again: GNU/Linux has no Silverlight and Microsoft has no plan to change this strategy.

Gavin Clarke, disappointingly enough (yes, again), wrote this article in The Register where he covers Flash but gets totally distracted by his showering with kisses for XAML, which is is trying to describe using terms like “open source”. It’s a gentle form of disinformation.

Microsoft wrapped the Silverlight 2.0 news with the announcement it’s funding a project at the open-source Eclipse Foundation to build open-source tools for Java. Also, Microsoft is releasing controls under its Open Source Initiative (OSI)-approved open-source license and releasing its XAML documentation under the company’s Open-Specification Promise (OSP).

Oh, goodness! Not that OSP again [1, 2, 3, 4, 5].

Silverlight media

Picture contributed by a reader

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • StumbleUpon
  • Reddit
  • co.mments
  • DZone
  • email
  • Google Bookmarks
  • LinkedIn
  • NewsVine
  • Print
  • Propeller
  • Slashdot
  • Technorati
  • TwitThis
  • Webnews
  • YahooMyWeb

If you liked this post, consider subscribing to the RSS feed or join us now at the IRC channel. To use your own IRC client, join channel #boycottnovell in FreeNode.

Pages that cross-reference this one

17 Comments

  1. AlexH said,

    October 16, 2008 at 9:20 am

    Gravatar

    If people want to put up a different option to Silverlight, the lack of content creation tools needs to be addressed. Free software users are not passive consumers, and if it’s easiest to create Silverlight content on free platforms with Eclipse, I don’t see many people slaving away at command-line Flash or something.

  2. Roy Schestowitz said,

    October 16, 2008 at 9:29 am

    Gravatar

    Who said anything about Flash? Is Ajax chopped liver now?

  3. AlexH said,

    October 16, 2008 at 9:35 am

    Gravatar

    Well, “Ajax” is ill-defined and not particularly informative – there is no one thing which is “Ajax”; you could describe any combination of HTML/Javascript/other stuff as that.

    But anyway, take your point – where are the Ajax content creation tools? As far as I can see, even with the likes of Dijit, people are still having to code up interfaces from scratch, test them in different browsers, work around different bugs.

    The closest other free software technology we have is probably XUL. But again, no tools for that either :(

  4. Roy Schestowitz said,

    October 16, 2008 at 9:40 am

    Gravatar

    There are quite a few user-friendly ‘Ajax’ frameworks that I am familiar with. Some are open source too.

    For content to be available through standards, as opposed to through a universal blob*, more work might be needed. The Web and the Free software movement were not built without some heavy lifting.

    __
    *Curl and JavaFX being a slight exception.

  5. AlexH said,

    October 16, 2008 at 9:46 am

    Gravatar

    I’m not talking about frameworks; there is code to do most things. The problem is that there are no content creation tools.

    It’s all very well to say that some “heavy lifting” is required: my point is that Microsoft are the ones currently doing it (as free software and in Java, no less). I don’t see anything equivalent even vaguely on the horizon for Ajax or any other system.

  6. Roy Schestowitz said,

    October 16, 2008 at 9:50 am

    Gravatar

    You can achieve many of the same things with JS, SVG (which only Microsoft snubs), CSS3 (where Microsoft was lagging), and Ogg (which a former Microsoft employee fought out of HTML5).

  7. AlexH said,

    October 16, 2008 at 9:54 am

    Gravatar

    I know how it works (although I will disagree with you about the practicality of developing against e.g. SVG; it’s nothing like mature enough even if you’re willing to ignore IE).

    The point is that there are no tools for people to develop these things; you have to code them up from scratch/against frameworks in text editors. When you’re doing anything vaguely visual, it’s “tough” to say the least. So, take SVG: how would you animate a character in SVG? What tool would you use to do that, even a simple waving stick figure?

  8. Roy Schestowitz said,

    October 16, 2008 at 9:59 am

    Gravatar

    Developers who waste their time reinventing the wheel (Silverlight) might want to look into that.

  9. AlexH said,

    October 16, 2008 at 10:05 am

    Gravatar

    Um, the point is that they are looking into that, they’re developing a content creation tool for Eclipse :D

    It’s hardly wheel re-invention when there is nothing else out there doing that…

  10. Roy Schestowitz said,

    October 16, 2008 at 10:09 am

    Gravatar

    The output needs to be something standard though… as in Web standards.

  11. Dan O'Brian said,

    October 16, 2008 at 10:21 am

    Gravatar

    Then get crackin’ Roy, time’s a wastin’!

  12. AlexH said,

    October 16, 2008 at 10:25 am

    Gravatar

    Sure, but what?

    SVG + JS + bits is one possibility, but animation, sound and video support is terribly weak, and it’s not clear that many parts of the SVG standard are ever going to be implemented.

    Flash is another, but it’s not really a specified standard and doing a binary format in 2008 is a bit of a strange decision.

    There’s MPEG / SMIL, but eh, there are some _real_ patent problems.

    Potentially you could try to do something with “Ajax”, but the experience of OpenLaszlo is that it’s a. extremely difficult and b. error-prone. HTML just isn’t designed to do that kind of thing, it’s not a “pixel-perfect” format (and I’m not sure anyone really wants it to be?). It’s also not a standard – the solution would use standard technologies, but would have to exist at a much higher level. HTML is like OpenDocument, Flash/Silverlight is like PDF – very different systems.

    It’s very easy to say “there should be a standard” or something, but the free software community just hasn’t done anything in this area. We’re still trying to catch up to simply *play back* existing Flash content.

    I would quite happily use something like Silverlight, even if it wasn’t nearly as advanced and didn’t work in IE, if there were decent content tools. The market here is absolutely massive.

  13. Roy Schestowitz said,

    October 16, 2008 at 10:45 am

    Gravatar

    Enjoy XAML. Just don’t use on GNU/Linux because you’ll be terribly disappointed.

  14. AlexH said,

    October 16, 2008 at 10:59 am

    Gravatar

    I doubt very much you have any idea what the support in Moonlight is actually like, but in any event I don’t use it.

  15. Ziggyfish said,

    October 16, 2008 at 4:16 pm

    Gravatar

    AlexH, I’m more worried about the viruses that Silverlight can spread.

  16. AlexH said,

    October 16, 2008 at 4:36 pm

    Gravatar

    @Ziggyfish: it runs sandboxed and without the ability to access native code.

  17. Roy Schestowitz said,

    October 16, 2008 at 4:41 pm

    Gravatar

    Using the European championship to spread malware
    http://www.kdedevelopers.org/node/3509

What Else is New


  1. Patents Roundup: Android/Linux Defended by HTC; Monsanto and Ghana

    News about patents where the system has gone awry (the Apple-HTC case and GMO in Africa)



  2. Microsoft and Its Front Group, Association for Competitive Technology (ACT), Organise Software Patents Lobby Events in Europe

    The Microsoft PR effort to marginalise or illegalise Free software overseas carries on quietly (using proxies, as usual)



  3. Microsoft MVP de Icaza: Microsoft “Shot the .NET Ecosystem in the Foot” Because of Patent Threats

    Despite awakening and realisation of the obvious, Novell carries on promoting and spreading .NET, knowing damn well the consequences for others



  4. Links 19/3/2010: Google’s TV Project, OpenOffice.org Turning 10, OSBC

    Links for the day



  5. IRC: #boycottnovell @ FreeNode: March 19th, 2010

    IRC Log for March 19th, 2010



  6. Novell Hires More Mono People (Despite Sacking SUSE Developers) and Microsoft Buys an OSBC Spot/Seat

    Novell and Microsoft continue to fund development with the desired bias of using Microsoft APIs; Microsoft pays for its share of OSBC (again) and gets to set the tone with a keynote speech



  7. Patents Roundup: Europe, ACTA, Aldi Attacked by the MPEG Cartel, and More

    Europe's policy on software patents and the ACTA factor; the MPEG patent pool turns out to be not much of a sleeping giant but an awake one; patents relating to cancer genes continue to needlessly cost lives



  8. Linux is Not Against Software Patents (and Why Linus Torvalds Should Speak Up)

    An inconvenient truth about the Linux Foundation is brought up again now that Linux is attacked with software patents that are named



  9. Microsoft Sued by VirnetX (Again) and Kodak Alleges That Microsoft's Patent Troll Bullies Companies Along With Ray Niro

    Intellectual Ventures is said to be attacking companies using its proxies and Microsoft suffers the wrath of the very practice it advocated with investments (patent trolling)



  10. Democracy is Not the Same as Freedom

    People have lost track of real mistakes that Canonical is making and instead they focus on buttons and themes



  11. Amazon and Dell: Friends or Foes of GNU/Linux?

    What Amazon does not want to tell us about software patents in its recent deal with Microsoft; more reasons to suspect that Dell pays Microsoft for Ubuntu GNU/Linux



  12. Unsolicited Mail from Microsoft Canada Wants Developers to Create/Increase Government's Windows Lock-in

    Microsoft wants volunteers to help their countries become hostages of Redmond



  13. Elinor Mills Finally Calls Out Windows

    CNET's (CBS) Elinor Mills, who improved her coverage by naming Microsoft and Windows as part of the problem, deserves some credit



  14. Links 18/3/2010: Steam and Linux; Red Hat's CEO Talks

    Links for the day



  15. IRC: #boycottnovell @ FreeNode: March 18th, 2010

    IRC Log for March 18th, 2010



  16. Former Microsoft Employees and Boosters Call Microsoft MVP Miguel de Icaza and Other Microsoft Apologists “Most Powerful Voices” in Open Source

    Microsoft folks have decided on 'our behalf' who is important to Open Source and who is not



  17. Magalhães + Microsoft = Corruption

    Microsoft accused of blocking GNU/Linux and more leaks about this scandal are high in demand



  18. Open Irony: Microsoft Creates/Sponsors OpenMainframe.org to Attack GNU/Linux

    War is peace and Microsoft is the new "open"; Details on the latest attack of Microsoft against GNU/Linux, using proxies



  19. Microsoft Brings MPEG-LA-LA Land to the Web and Threatens GNU/Linux With Software Patent Lawsuits

    Microsoft is trying to sneak patents-encumbered MPEG formats into the Web using Internet Explorer 9 (IE 9); Microsoft threatens (again) to go after Linux legally



  20. IMAX -- Not Just Apple -- Attacks Free Software With Software Patents

    Another legal attack against Free software comes in the form of a threat (issued against Sandy3D) and Apple's reason for suing Android seems like gradual iPhone defeat (Linux is winning)



  21. Links 18/3/2010: Many IBM Headlines, Mandriva Enterprise Server 5.1

    Links for the day



  22. IRC: #boycottnovell @ FreeNode: March 17th, 2010

    IRC Log for March 17th, 2010



  23. Microsoft -- Like Gates Foundation -- Still Uses Own 'Studies' for PR and Lobbying Purposes

    Some of Microsoft's latest 'studies' (from the past week) are looked upon more closely for their true purpose to be understood



  24. Microsoft Entryism Roundup: COPsync, Level 3, and Yahoo!

    COPsync hires from Microsoft, Level 3 dumps Microsoft's proprietary software to stave off Free software, and Yahoo! keeps falling apart



  25. Internet Explorer 9 Seems Less Secure Than Predecessors; Microsoft Plays the Vapourware Game Against Rival Web Browsers

    Internet Explorer 9 removes security features and lies about its standards compliance using improper benchmarks



  26. More Evidence of Potential Microsoft Involvement in Apple-HTC Lawsuit Against Linux/Android (and Microsoft Loses to Virnetx)

    Microsoft's top "IP" bullies commend Apple's legal action and Microsoft owes VirnetX $105.75 million for patent violation



  27. Novell Wants to Bring Microsoft, Moonlight, and Mono to Linux Phones (Android)

    Microsoft's patent-encumbered 'gifts' to GNU/Linux are being pushed into devices with Novell's help



  28. Patents (on Life) Roundup: Human Tissue and Crops Monopolised

    New reminders of the dangers of an excessively broad patent law



  29. Links 17/3/2010: KDE 4.5 Proposals, Benchmark of Distros in Development

    Links for the day



  30. LCA 2010 Conference - Glyn Moody Keynote

    Just a video


RSS 64x64RSS Feed: subscribe to the RSS feed for regular updates

Home iconSite Wiki: You can improve this site by helping the extension of the site's content

Chat iconIRC Channel: Come and chat with us in real time

Recent Posts