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

04.07.09

Did Tomboy Learn from TomTom? Project Forked, Moves Away from Microsoft ‘Standards’

Posted in Microsoft, Mono, Novell, Patents, TomTom at 4:03 pm by Dr. Roy Schestowitz

Moneyville

Tomboy’s role in GNOME has made it a troublesome component that grabs an entire Mono stack into many GNU/Linux distributions. For reasons that were brought up before, the TomTom lawsuit teaches everyone why Mono does not belong in GNU/Linux. It is thus reassuring to hear that Tomboy is now being rewritten in C++. The company which vigorously promotes Mono/.NET no longer employs this developer. Stefano Forenza summarises the situation by connecting the dots and stating that “the most ironical thing, is that his project is born out of boredom, after getting la[id off] from Novell.”

TomTom will replace FAT. It’s time to replace Mono, as well. It’s the same problem, but the latter is still waiting to break out.

“[...] we know that Microsoft is getting patents on some features of C#. So I think it’s dangerous to use C#, and it may be dangerous to use Mono.”

Richard Stallman

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

If you liked this post, consider subscribing to the RSS feed or join us now at the IRC channels.

Pages that cross-reference this one

16 Comments

  1. aeshna23 said,

    April 7, 2009 at 6:35 pm

    Gravatar

    This is great news! Actions like this start trends.

    I want real Linux, not fake Windows!

  2. DOUGman said,

    April 7, 2009 at 7:30 pm

    Gravatar

    About damn time….this should have been done years ago.

  3. Ed Landaveri said,

    April 7, 2009 at 8:44 pm

    Gravatar

    I have stopped using it long ago. I hope the rewrite happens fast and others follow its steps. Get back to the real FOSS roots! “If it ain’t GNU/GPL v.3 ain’t FOSS”

  4. Lyle Howard Seave said,

    April 7, 2009 at 9:11 pm

    Gravatar

    I guess you will have this /. link up later.

    This is called a Major League burn:

    http://entertainment.slashdot.org/article.pl?sid=09/04/07/2241233
    Major League Baseball Dumps Silverlight For Flash
    Posted by kdawson on Tuesday April 07, @07:50PM
    from the silverlight-in-the-pan dept.
    Microsoft Entertainment
    christian.einfeldt writes “This week, Major League Baseball will open without Microsoft’s Silverlight at the plate, according to Bob Bowman, CEO of Major League Baseball Advanced Media, which handles much of the back-end operations for MLB and several other leagues and sporting events. The change was decided on last year but was set to be rolled out this spring. Among the causes of MLB’s disillusionment with Silverlight were technical glitches users experienced, including needing administrator privileges to install the plugin (often impossible in workplaces). Baseball’s opening day last year was plagued by Silverlight instability, with many users unable to log on and others unable to watch games. Adobe Flash already exists on 99% of user machines, said Bowman, and Adobe is ‘committed to the customer experience in video with the Flash Player.’ MLBAM’s decision to dump Silverlight is particularly problematic for Microsoft’s effort to compete with Adobe, due to the fact that MLBAM handles much of the back-end operations for CBS’ Webcasts of the NCAA Basketball Tournament and this year will do the encoding for the 2009 Masters golf tournament.”
    top tags

    * flash o x o ! * microsoft o x o !
    * entertainment o x o ! * goodriddance o x
    o ! * silverlight o x o ! * entertainment
    o x o ! * microsoft o x o !

  5. Roy Schestowitz said,

    April 7, 2009 at 11:41 pm

    Gravatar

    I saw this a day ago. It’s not exactly news, but the explanation is.

  6. Arun SAG said,

    April 8, 2009 at 2:57 am

    Gravatar

    I use KNOTES ..I dumped tomboy.exe

  7. Mikko said,

    April 8, 2009 at 4:02 am

    Gravatar

    i removed tomboy and mono and installed mononono

  8. Fred said,

    April 8, 2009 at 5:21 am

    Gravatar

    What are the alternatives for mono? I suppose the reason why the tomboy devs used mono is not their enthusiasm for the .NET-Platform, but the need for a modern language with a simple structure and simple build process, which support rapid application development. C++ does not provide this really. So which language is there to use instead of C#?

    GNOME has a quite decent python interface, which is object oriented and very easy to use. Python’s problem as a scripting language of course is the speed. While it is fine for writing plugins for various applications like rhythmbox, I think when developing a full application, you might get to the point sometime, when you reach it’s limits.
    There is also GNOME’s Vala, which looks quite promising, but as it is in a somewhat early stage right now I have not tried it yet.
    Finally there is also Java, which seems to have an interface for GNOME/GTK too, which is actively developed (http://java-gnome.sourceforge.net). I wonder why such a small amount of gnome apps are written in Java at the moment, while the advantages are obvious:
    1. Fast JIT code execution
    2. easy to port to other platforms
    3. simple but expressive code structure
    4. OpenJDK/JDK is part of most of the modern linux distributions
    5. Very simple build process
    6. Very good IDE support

    Why not make Java part of the official gnome distribution instead of mono? Any clues on that?

    MonkeeSage Reply:

    @Fred:

    Check out Vala[1] as well. Vala is a modern language with C#-like syntax. It relies on a preprocessor to convert the language to ANSI C, using GLib / GObject for its object system, and then uses gcc to compile the generated C to native code.

    ____

    [1] http://live.gnome.org/Vala

    MonkeeSage Reply:

    @Fred:

    Be sure to have a look at Vala. Vala is a language with a C#-like syntax, which compiles down to ANSI C (using GLib / GObject for its object system), and finally compiles down to native code (using GCC). I find it a very interesting alternative to C#, even though it is a young project.

    Daniel Reply:

    @Fred: I’m not a coder myself, but I do know that that one of the largest FLOSS-ERP-systems (www.openerp.com) is entirely made in Python.

  9. Darren said,

    April 8, 2009 at 10:39 am

    Gravatar

    I think that once OpenJDK 7 is released into the wild, you’d be nuts not to look seriously at it.

    We are using Java to create everything from web client, rcp, data access etc. We run it on everthing fromk linux, windows, macs, as/400 etc

    I really need to look at the gnome java project. Looks interesting.

  10. Roy Schestowitz said,

    April 8, 2009 at 10:50 am

    Gravatar

    Going back to the genesis of .NET, it’s a Java wannabe. Mono is a .NET wannabe, i.e. a wannabe of a wannabe. Why not just use Java now that it’s Free software? Mono is not even purely GPL.

  11. GreyGeek said,

    April 8, 2009 at 3:16 pm

    Gravatar

    What are the alternatives for mono?

    A good cross-platform toolkit and a fantastic IDE to match.

    Qt4 is that toolkit and Qt-Creator is that IDE.

  12. Jerry said,

    April 8, 2009 at 3:19 pm

    Gravatar

    I would love to use open source programming tools exclusively;however, where I live, 95% of the programming jobs are .net (mostly C#)

  13. Miguel NoMoMono said,

    April 9, 2009 at 1:49 pm

    Gravatar

    HOW TO DO IT ON UBUNTU

    sudo apt-get remove –purge mono-common libmono0
    [sudo] password for MIGUEL:
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    The following packages were automatically installed and are no longer required:
    nvidia-kernel-common monodoc-gtk2.0-manual monodoc-manual
    Use ‘apt-get autoremove’ to remove them.
    The following packages will be REMOVED:
    f-spot* gtk-sharp2* gtk-sharp2-examples* gtk-sharp2-gapi* libart2.0-cil* libflickrnet2.1.5-cil*
    libgconf2.0-cil* libglade2.0-cil* libglib2.0-cil* libgmime2.2-cil* libgnome-keyring1.0-cil*
    libgnome-vfs2.0-cil* libgnome2.0-cil* libgtk2.0-cil* libgtkhtml3.16-cil* libmono-addins-gui0.2-cil*
    libmono-addins0.2-cil* libmono-cairo1.0-cil* libmono-cairo2.0-cil* libmono-corlib1.0-cil*
    libmono-corlib2.0-cil* libmono-data-tds1.0-cil* libmono-data-tds2.0-cil* libmono-security1.0-cil*
    libmono-security2.0-cil* libmono-sharpzip0.84-cil* libmono-sharpzip2.84-cil* libmono-sqlite2.0-cil*
    libmono-system-data1.0-cil* libmono-system-data2.0-cil* libmono-system-web1.0-cil*
    libmono-system-web2.0-cil* libmono-system1.0-cil* libmono-system2.0-cil* libmono0* libmono1.0-cil*
    libmono2.0-cil* libndesk-dbus-glib1.0-cil* libndesk-dbus1.0-cil* mono-common* mono-gac* mono-gmcs* mono-jit*
    mono-runtime* nemo* sysinfo* tomboy*
    0 upgraded, 0 newly installed, 47 to remove and 1 not upgraded.
    After this operation, 61.4MB disk space will be freed.
    Do you want to continue [Y/n]? Y

What Else is New


  1. Links - MSNokia Passes Blame, Bill Gates pushes GMOs, Open Access news





  2. Links 7/2/2012: Firefox 11 Enters Beta, Canonical Disappoints KDE

    Links for the day



  3. IRC Proceedings: February 6th, 2012

    IRC logs for February 6th, 2012



  4. IRC Proceedings: February 5th, 2012

    IRC logs for February 5th, 2012



  5. Links 6/2/2012: PCLinuxOS 2012.02 and Mint KDE Reviews

    Links for the day



  6. Bill Gates Indoctrinates Youth in the United States and India, Critics Speak Out

    Backlash against the Gates Crusade to brainwash the young minds all around the world



  7. Bill Gates Uses Symbolic 'Donation' to Force Taxpayers to Pay Microsoft (of Which He Holds Shares)

    The Gates Foundation goes lobbying for Microsoft again, this time in Vietnam



  8. Monopoly as Innovation?

    Challenging the old misconception that patents are beneficial to anything but few multinationals and their patent lawyers



  9. Links 5/2/2012: Lenovo in India, Netrunner 4.1 is Out

    Links for the day



  10. IRC Proceedings: February 4th, 2012

    IRC logs for February 4th, 2012



  11. OpenStack, Microsoft, Junk Patents, Microsoft Copyrights, and Oracle Copyrights

    Another look at the OpenStack situation, why Microsoft should not be allowed to enter, and more about patent and copyright complications



  12. Apple, Which Started Patent Wars, Gets What It Deserves

    Apple products get banned (for the time being) after Apple decided to attack Linux-supporting competitors and then received some blowback



  13. Unitary Patent and the Emergence of More Junk Patents

    The rise of the junk patents and what we are taught about them by the news, including some news about the unitary patent in Europe



  14. Backlash Against Bill Gates' Lobbying for Patented Life

    GMO, a robbery of the right of reproduction (and a potential health hazard), is promoted by Bill Gates for profit, whereupon critics strike back



  15. IRC Proceedings: February 3rd, 2012

    IRC logs for February 3rd, 2012



  16. Links 4/2/2012: Ubuntu 12.04 Alpha 2 Preview, ACTA Backlash in Europe

    Links for the day



  17. A Glimpse at Executives Who Left the Sinking Novell Ship

    A roundup of news about former Novell staff and where that staff is moving these days



  18. Novell Makes New Software for Microsoft Windows and Office

    PR spin from Novell and money-grabbing moves that promote proprietary software rather than Free/Open Source software



  19. Links 3/2/2012: BT Vision Goes for Linux, Linux 3.3 With Android

    Links for the day



  20. Debt in Attachmate

    The company that bought Novell has a poor outlook, financial issues, and little signs of expansion/renaissance



  21. Longtime SUSE Executive Holger Dyroff Moves on, SUSE in a Bad State

    Key people continue to leave SUSE and the distribution is left without a compelling sales pitch



  22. Groklaw Update on Android Patent Cases and Response to FUD From Microsoft Lobbyists

    A few updates of greater importance where the Linux situation is discussed in the context of Android and Novell



  23. IRC Proceedings: February 2nd, 2012

    IRC logs for February 2nd, 2012



  24. Links 2/2/2012: DEFT Linux 7, Mozilla Firefox 10

    Links for the day



  25. IRC Proceedings: February 1st, 2012

    IRC logs for February 1st, 2012



  26. IRC Proceedings: January 31st, 2012

    IRC logs for January 31st, 2012



  27. IRC Proceedings: January 30th, 2012

    IRC logs for January 30th, 2012



  28. Bill Gates is Hijacking Open Source While Attacking It Using Lobbyists, Patents, and Patent Trolls

    Response to reputation laundering from Wired Magazine, the latest nonsense from Microsoft's lobbyist Florian Müller, an update on Microsoft's trolling against Android, and a little more of Apple's



  29. The Gates Foundation is Still Hijacking the Voice of the Poor and Effectively Runs Paid Advertisements Inside 'News'

    Money still the vehicle by which opinions get heard, so Bill Gates exploits this for fame, power, and profit



  30. Bill Gates and Rupert Murdoch Liaise to Take Over Minds of Children

    The latest dangerous hijack of education systems and the role played by creepy plutocrats with control over the press


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