Slashdot Mirror


2006 Software War Map between FOSS and Microsoft

Ant writes "Neatorama mentions Steven Hilton's Software War Map that depicts "the epic struggle of Free and Open Source Software (FOSS) against the Empire of Microsoft. It was updated in 2006."

3 of 311 comments (clear)

  1. Re:It's pretty by Matt+Perry · · Score: 4, Informative
    this map is illegal due to copyright infringement of the Mozilla logos, since they're trademarked.
    Trademarks and copyright are not the same thing. They are two different areas of law that have nothing to do with each other. Also, the map has text at the top that says that "All trademarks are property of their respective owners." I'm not a lawyer but that appears to be no different than the trademarks I see in disclaimers on ads in print.
    --
    Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
  2. Re:Might be time to remove SGI... by Jherek+Carnelian · · Score: 4, Informative

    No - a Chapter 11 bankruptcy is explicitly for reorganization not for dissolution. Although it certainly isn't the best thing that can happen to a company, it can actually be a positive since it can allow them to shed some debt that would have otherwise forced the company to completely shut down.

  3. Re:I don't know... by PeeCee · · Score: 5, Informative
    but Visual Studio 2005 is without comparison. Eclipse is stone age compared to Visual Studio.

    Whaat?? As a full time Visual Studio developer (no zealotry here), I find that 2005 is far superior to previous incarnations(*), and quite decent in its own right, but it doesn't hold a candle to Eclipse. Note that I'm talking about the "native" VS-C# vs Eclipse-Java development here, because obviously both (especially Eclipse) are capable of a lot more.

    VS 2005 only just incorporated refactoring support, and it's still pretty limited. It also catches a lot fewer errors (helped by the fact that Eclipse background-compiles your code all the time), and doesn't have half as many smart code-completion features (yeah, it has plenty of "dumb" completions, but Eclipse sometimes feels like it can pretty much write all your code on its own while you just wish it into existence).

    That said, I find two big advantages to VS2005: its learning curve is a lot less steep (remember the first time you actually tried to run your program in Eclipse?), and its GUI (WinForms) editor is very simple+powerful (as long as you don't want to dig too much inside the code it generates).

    But seriously, I'm interested: What do you find is so much better in VS2005 than Eclipse?

    (*) Note: VS2005 is pretty cool when it works. Aside from Windows ME, it has got to be one of the buggiest pieces of software ever to come out of Redmond. In the past 8 months I have bumped into innumerable problems all around: the IDE, C++ and C# compilers, libraries... you can tell they rushed it out the door. I had found plenty of bugs in MS development tools before, but never so many in such a short timespan. Also, it's bloated, but I guess when comparing it to Eclipse that doesn't count :)