04.07.09

Gemini version available ♊︎

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 in other sites/networks: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Reddit
  • email

Decor ᶃ Gemini Space

Below is a Web proxy. We recommend getting a Gemini client/browser.

Black/white/grey bullet button This post is also available in Gemini over at this address (requires a Gemini client/browser to open).

Decor ✐ Cross-references

Black/white/grey bullet button Pages that cross-reference this one, if any exist, are listed below or will be listed below over time.

Decor ▢ Respond and Discuss

Black/white/grey bullet button If you liked this post, consider subscribing to the RSS feed or join us now at the IRC channels.

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

DecorWhat Else is New


  1. Links 30/05/2023: Orc 0.4.34 and Another Rust Crisis

    Links for the day



  2. Links 30/05/2023: Nitrux 2.8.1 and HypoPG 1.4.0

    Links for the day



  3. Gemini Links 30/05/2023: Bubble Version 3.0

    Links for the day



  4. Links 30/05/2023: LibreOffice 7.6 in Review and More Digital Restrictions (DRM) From HP

    Links for the day



  5. Gemini Links 30/05/2023: Curl Still Missing the Point?

    Links for the day



  6. IRC Proceedings: Monday, May 29, 2023

    IRC logs for Monday, May 29, 2023



  7. MS (Mark Shuttleworth) as a Microsoft Salesperson

    Canonical isn’t working for GNU/Linux or for Ubuntu; it’s working for “business partners” (WSL was all along about promoting Windows)



  8. First Speaker in Event for GNU at 40 Called for Resignation/Removal of GNU's Founder

    It’s good that the FSF prepares an event to celebrate GNU’s 40th anniversary, but readers told us that the speakers list is unsavoury, especially the first one (a key participant in the relentless campaign of defamation against the person who started both GNU and the FSF; the "FSFE" isn't even permitted to use that name)



  9. When Jokes Became 'Rude' (or Disingenuously Misinterpreted by the 'Cancel Mob')

    A new and more detailed explanation of what the wordplay around "pleasure card" actually meant



  10. Site Updates and Plans Ahead

    A quick look at or a roundup of what we've been up to, what we plan to publish in the future, what topics we shall focus on very soon, and progress moving to Alpine Linux



  11. Links 29/05/2023: Snap and PipeWire Plans as Vendor Lock-in

    Links for the day



  12. Gemini Links 29/05/2023: GNU/Linux Pains and More

    Links for the day



  13. Links 29/05/2023: Election in Fedora, Unifont 15.0.04

    Links for the day



  14. Gemini Links 29/05/2023: Rosy Crow 1.1.1 and Smolver 1.2.1 Released

    Links for the day



  15. IRC Proceedings: Sunday, May 28, 2023

    IRC logs for Sunday, May 28, 2023



  16. Daniel Stenberg Knows Almost Nothing About Gemini and He's Likely Just Protecting His Turf (HTTP/S)

    The man behind Curl, Daniel Stenberg, criticises Gemini; but it's not clear if he even bothered trying it (except very briefly) or just read some inaccurate, one-sided blurbs about it



  17. Links 29/05/2023: Videos Catchup and Gemini FUD

    Links for the day



  18. Links 28/05/2023: Linux 6.4 RC4 and MX Linux 23 Beta

    Links for the day



  19. Gemini Links 28/05/2023: Itanium Day, GNUnet DHT, and More

    Links for the day



  20. Links 28/05/2023: eGates System Collapses, More High TCO Stories (Microsoft Windows)

    Links for the day



  21. IRC Proceedings: Saturday, May 27, 2023

    IRC logs for Saturday, May 27, 2023



  22. No More Twitter, Mastodon, and Diaspora for Tux Machines (Goodbye to Social Control Media)

    People would benefit from mass abandonment of such pseudo-social pseudo-media.



  23. Links 28/05/2023: New Wine and More

    Links for the day



  24. Links 27/05/2023: Plans Made for GNU's 40th Anniversary

    Links for the day



  25. Social Control Media Needs to be Purged and We Need to Convince Others to Quit It Too (to Protect Ourselves as Individuals and as a Society)

    With the Tux Machines anniversary (19 years) just days away we seriously consider abandoning all social control media accounts of that site, including Mastodon and Diaspora; social control networks do far more harm than good and they’ve gotten a lot worse over time



  26. Anonymously Travelling: Still Feasible?

    The short story is that in the UK it's still possible to travel anonymously by bus, tram, and train (even with shades, hat and mask/s on), but how long for? Or how much longer have we got before this too gets banned under the false guise of "protecting us" (or "smart"/"modern")?



  27. With EUIPO in Focus, and Even an EU Kangaroo Tribunal, EPO Corruption (and Cross-Pollination With This EU Agency) Becomes a Major Liability/Risk to the EU

    With the UPC days away (an illegal and unconstitutional kangaroo court system, tied to the European Union in spite of critical deficiencies) it’s curious to see EPO scandals of corruption spilling over to the European Union already



  28. European Patent Office (EPO) Management Not Supported by the EPO's Applicants, So Why Is It Still There?

    This third translation in the batch is an article similar to the prior one, but the text is a bit different (“Patente ohne Wert”)



  29. EPO Applicants Complain That Patent Quality Sank and EPO Management Isn't Listening (Nor Caring)

    SUEPO has just released 3 translations of new articles in German (here is the first of the batch); the following is the second of the three (“Kritik am Europäischen Patentamt – Patente ohne Wert?”)



  30. German Media About Industry Patent Quality Charter (IPQC) and the European Patent Office (EPO)

    SUEPO has just released 3 translations of new articles in German; this is the first of the three (“Industrie kritisiert Europäisches Patentamt”)


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

Home iconSite Home: Background about the site and some key features in the front page

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

Recent Posts