Slashdot Mirror


Upside Editorial Piece on Sun and Open Source

netkatze writes " Upside did a recent article in the op-ed section. " It's an interesting piece, taking on the notion of Sun being a partner with the open source movement, with the conclusion that Sun doesn't "get it." It's been an ongoing debate within the community - is Sun an enemy? Or is the enemy of my enemy my friend?

10 of 112 comments (clear)

  1. Enemy? by mholve · · Score: 3
    No one is Linux' enemy. No one is it's friend, either. It's not about that, never was - and hopefully never will be. We, the community - never set out to destroy Windows, or take over the desktop and server markets.

    We're here for the fun of it. We're here because we can. We're here because Linux is cool.

    Don't lose sight of this!

  2. It's not a question of "friend" or "foe"... by jd · · Score: 3
    That belief system belongs to Microsoft, and the Cold Source era. You can't win a race by looking back, and you can't cure a cold by killing the patient.

    Does it =matter= if Sun doesn't "understand" Open Source? Really? In the end, no it doesn't. Linux will stand or fall on it's own, no matter WHAT Sun or Microsoft do. The only people it makes any difference to at all are those emploed BY Sun. It will be THEY who are affected by Sun's stance, not GNU, not Linux, not the OSI, not even the moons of Saturn.

    If Sun =DO= understand Open Source, does =that= really matter? Nope! Linux, the FSF, the Apache lot, etc, will continue just the same. Sun's understanding, as with it's ignorance, affects only Sun.

    If Sun go the OSS route, they have long-term survival. If they don't, they won't. That's the way the cookie crumbles. Their call, their consequence, and nobody else need be affected one little bit.

    Quite an ego-deflator, to know that the major decisions of top-ranking companies don't move mountains, and barely dent mole-hills. But one I think they're in need of.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  3. Mostly Harmless by Signal+11 · · Score: 4
    Sun is neither an enemy of the movement, nor a friend. They're a business - specifically they're in the business of making money. They will say and do whatever gets them the most cash, and don't kid yourselves - the only reason vendors are "embracing" open source is because it's a new market and it's a big one.

    Incase you haven't noticed, Sun seems to have scheduled releases - ie, they aren't making everything "open source" at once - they're doing it in pieces to get the maximum amount of press. And if you read their licensing, it seems that they are still hesitant to 'let go' of it once and for all and go free software. They need that control so that if open source falters or something, they can pull everything back without much loss.

    It's not that Sun's evil... they're certainly making contributions. It's just that the SCL makes sure those contributions aren't that useful to the rest of us. Keep it in perspective though - better the SCL than a Microsoft Artistic License (shudder).

    --

  4. Dangers of "semi-open" source by jms · · Score: 5

    There are two serious dangers of using "semi-open" source code that are not often discussed here.

    1) There is the very real possibility that the owner of the source code may yank the source code out from under you. This has happened. Specifically, in the IBM VM community.

    VM started back in the mid 1960s as a small internal IBM project, with a few extremely talented programmers, who were trying to scratch an itch. Sound familiar? The specific itch was: "How can we run multiple operating systems on the same computer", so that we can do our testing during the day instead of having to schedule downtime for the entire system to make our tests?"

    The result was a program called CP, that runs on IBM 370 iron, where each and every task is a "virtual 370". Just like VMWARE, but for mainframes. You've seen how VMWARE lets you bring up Windows 95 in a Unix window. Well, VM allowed you to bring up MVS, or any other 370 operating system, including VM itself on a terminal. Just for fun, I once set up a second level VM, then went into that second level VM, and built a third and fourth level VM, and it worked.

    CP found its sweet spot when it was combined with a different single-user operating system called CMS. VM is really the marriage of CP and CMS. CMS was originally designed as a single-user, high performance operating system to run on bare iron. CMS is single-tasking, and provides the filesystem, compilers, I/O, interrupt structure, etc.

    The system provided performance that was simply unheard of on unix systems of similar power. At our peak, we easily ran over a thousand CMS sessions on our 3090 -- each of which was emulating an entire 370 for a single user.

    VM was a tight, lean operating system with great performance. Of course, it didn't hurt that the people who wrote it were some of IBM's best hackers, and they had an additional incentive to produce excellent code: all of their work was visible to the customers.

    IBM also tried more then once to kill off this "upstart" operating system ... that happened to run much more efficiently then the bloated, "traditionally-designed" MVS/TSO combination.

    Since the first days of the VM mainframe operating system, the entire operating system was distributed with full, buildable source code to the entire operating system. The result was that sites could and did experiment with the CP and CMS kernels, adding functionality, finding bugs, and creating what was, to many, the finest mainframe operating system ever designed.

    VM system programmers freely traded their mods around, in source code form, and some of the best of these mods became part of the VM core distribution. In other words, the Open Source process was ALIVE AND WORKING in practice, only it was restricted to paying customers of IBM. The IBM users group is called SHARE, and VM systems programming community had its' share of brilliant programmers who share their work in exactly the same spirit of the current open source community.

    Of course, this never harmed IBM, because almost all of this work was being written in IBM 370 assembler language (for maximum efficiency, of course), and with the exception of a few Amdahl sites, must sites were running IBM mainframe hardware anyway.

    This was all fine until the mid 80s, when IBM made a management decision to withdraw source code to all of their products. Dispite the outcry from sites around the world, IBM started selectively removing parts of the source code from their distributions, and introducing new functionality without source. Along with the new functionality came huge, bloated object code modules, and conceptually defective interfaces. IBM also threw hundreds of programmers at VM, and the efficiency and elegance of the operating system started to deteriorate.

    The result was a disaster that virtually killed the VM community. Whereas in an open source environment, system administrators such as myself could trace crash dumps, find bugs, and report them to IBM, we were all left in the situation where we would crash a crash dump, only to have the trace lead into an "object-code-only" module. This made it much more difficult to maintain a reliable system.

    The other disaster was to sites (such as ours) that had made large numbers of local modifications to the IBM-supplied source code. More then once, I had the experience of sitting down to port our local mods to the next release of VM, only to find that one of the modules that I needed to modify had had the source code removed. The result was that people such as myself were forced to disassemble the IBM object decks, work out binary patches, and apply them blindly. I still have a couple of these binary-only patches, based on five year old source code, on our VM system.

    We are currently in the process of phasing out our VM systems, and not surprisingly, so are many other VM sites. ... which is a shame, because there are lots of things in VM, Rexx and CMS pipelines, for instance, that provide functionality that simply does not exist in the Unix environment.

    So here's the question. Say you are a company that builds a mission-critical system by joining the Sun Community Source License program. You download the source code, and make a large number of changes to the source code to build your mission-critical production server. Now, a year or two down the line, Sun announces the end of the Community Source License program. The next month, Sun releases a new object-code-only version of Solaris that incorporates new features or bug fixes that you need.

    Now you are absolutely screwed. Don't think that this couldn't happen. THIS IS EXACTLY WHAT HAPPENED TO IBM'S VM CUSTOMERS.

    For the curious, an excellent history of the VM operating system may be found on Melinda Varian's home page:

    http://pucc.princeton.edu/~melinda

    2) The second danger that is not often discussed here is the danger of accidently incorporating propriatary code, or code that is "close enough to sue", in an open source project.

    The WINE project has been able to proceed on safe legal ground, because reverse engineering is a legal activity. Microsoft can hardly claim that parts of Wine were derived illegally from Microsoft propriatary source code, because Microsoft closely guards access to the source code. If Microsoft were to release the windows source code, and someone were to read the windows source code and use that information to fix a bug or add a feature to WINE, or someone just happened to write their own code that happened to resemble part of Windows' source code, Microsoft could file a lawsuit against the WINE developers, and probably obtain a injunction banning distribution of Wine. The fact that Windows is Object Code Only is the ONLY defense against legal harassment, and I predict that this will become a serious problem as more propriatary source code is made available under non-free licensing terms.

    Could the same thing happen with Sun and Linux? How farfetched would it be to imagine that sometime down the road, Sun were to file a lawsuit against the major Linux distributors, claiming that some newly-written feature of Linux was so much like a Solaris feature that it must have been illegally copied from Solaris, even if the feature was independantly written, and just happened to look like Sun's solution because both authors solved the problem essentially the same way.

    I see Sun's "Community Licensing" as a serious, dangerous threat to the open source community, and I think that we would be much better off if they were to simply not release their source code, rather then release it under their unacceptable terms.

    Obviously, free software developers cannot afford to fight lawsuits, and Sun is giving us NOTHING that we can use, while putting themselves in a position to use lawsuits to try and put free software competitors out of business. Whether or not this an "Accidental" feature of their policy, it is still a danger that has not been addressed.

    - John Schulien
    jms@uic.edu

    1. Re:Dangers of "semi-open" source by adamthornton · · Score: 3
      You've got a point that IBM nearly dealt a death blow to VM by witholding its source. But then, IBM's been trying to kill VM for a long time. Too bad it's the only way to run MVS^WOS/390 second-level, huh?

      Nevertheless, if I had to pick *one* large company right now that "gets" Open Source, and isn't attempting to cash in on it as a cynical ploy to get a lot of cannon fodder to throw at MS, it'd be IBM.

      IBM is finally remembering that it is, and has always been, a service company, not a hardware, and not a software company. And, of course, there's the article over at Linux Today--I tipped /. off to it, but they haven't deigned to acknowledge the same: that IBM has ported Linux to the S/390. I know that some really smart people have been doing the same on their own: Linas Vepstas and friends. IBM would gain a lot from bundling Linux with a VM distribution, of course: that would stanch some of the flow of people off mainframes onto Unix boxes. Further: what are mainframes good at? That's right, I/O. What do you need for a heavily trafficked web site? Hunh. Funny thing that. An S/390 running Apache would be something to see. And for those of us who much prefer VM to OS/390...well, it'd be pretty nice if Linux/390 sat on top of VM but not OS/390. Especially if it could also run on the bare iron, so those of us with Linux boxes plus Hercules could run it at home, just for the "hey, wow!" factor.

      I view Sun's latching on to Open Source as a self-evidently cynical ploy to get some attention. But as long as they are primarily software/hardware providers, they can't *really* get behind the penguin, because it's going to cut into their Solaris market. Watch: I give Star Office six months, and then they kill the standalone versions and only develop the Java client, which you can only use with the (Solaris-only, I bet) server piece, which will cost real money.

      IBM, on the other hand, makes most of its money on service. Open Source is great for them, since it means they don't need to pay developers to write the stuff. They've got an army of people doing it for them, for free. And since their plan wasn't to make money selling the software in the first place, then it doesn't hurt them to give it away. They still sell you the service on it.

      I don't trust Sun. They have every reason to turn around and screw us when the opportunity strikes. IBM, at least, has fewer such reasons.

      Adam

  5. Re:Sun *is* the enemy of Free Software by jilles · · Score: 3

    "First of all, I believe that any company that produces only proprietary software is an enemy of Free Software, and freedom in general. I know this sounds Stallman-esqe, but that's because it is. Remember Free Software? It's what we believed in before open source turned us into proponents of a business model instead of an ideal."

    I never believed in free software. Linux is a nice product, I might use it in the future but its not revolutionary. I'm not an idealist. I like to think of my self as a pragmatic person. All this talk about evil companies and enemies of OSS makes me laugh.

    OSS is an efficient way of incrementally improving software. I have yet to see any new stuff originating from the OSS community. With new I mean something that is not a cleanroom implementation of something that already exists. I think John Carmack made a similar statement in the interview earlier today.

    Most companies currently involved in OSS are pragmatic too and are in it for one thing only: making more profit. Red Hat sells shrink wrapped linux, IBM and SUN are hardware companies in the first place. They also make money supporting software (either their own or open source stuff.). Making software is something they do only to support the first two things.

    Because of this, Linux is not an "enemy" to SUN. They can make money selling hardware that runs Linux and they can make money selling support (something they are not doing right now).

    Giving away their own software (under GPL) won't boost their hardware sales significantly, also it won't improve their support revenue. So why are they bothering with semi OSS? Simple: they found out that it is a good way to improve their software without losing control.

    Is SUN different from MS? Yes, MS is a software selling company in the first place and a software support company only in the second place. OSS can only cut their revenue since everything given away won't bring in revenue. SUN on the other hand only gets a minor percentage of their revenue from software sales. If they can boost hardware sales by giving away software they will do it. IBM is in the same position and is following a similar strategy.

    --

    Jilles
  6. Sun *is* the enemy of Free Software by zhobson · · Score: 5
    I'll leave it to others to discuss whether Sun is *their* personal enemy, or even the enemy of Linux. However, as a major proponent of Free Software, I think that in many ways, Sun is a greater threat to Free Software than Mircosoft!

    First of all, I believe that any company that produces only proprietary software is an enemy of Free Software, and freedom in general. I know this sounds Stallman-esqe, but that's because it is. Remember Free Software? It's what we believed in before open source turned us into proponents of a business model instead of an ideal.

    But now, Sun has progressed beyond simply producing proprietary software. They have taken the same software and given you the source without giving you the right to use it as you see fit. Fine, that's their disgusting prerogative. Here's the worst part. They're calling it a community license. They can blabber all they want about how they never presented it as "open source." They know exactly what the word "community" implies, and they're spitting in the face of this concept.

    This ladies and germs, is what makes them the enemy. I kept hoping that Sun would either rename or redesign the SCSL before they released more software under it, but I have given up hope after the Solaris announcement. As a Free Software proponent, I find Sun's actions disgusting, subversive, misrepresenting and manipulative.

    I hope that other Free Software advocates see this as the gross ruse that it is, and spread the word about the SCSL and it's danger to the very community that it claims to represent.

    -zack

    1. Re:Sun *is* the enemy of Free Software by extrasolar · · Score: 3
      I agree completely! Especially the following:

      Remember Free Software? It's what we believed in before open source turned us into proponents of a business model instead of an ideal.

      Absolutely. All this talk of PR for Apache instead of Linux and advocating Linux to employees makes me cringe. Who needs these companies anyway?

      I would like to say something though that may offend some people. Far too much of Open Source is about marketing. Marketing marketing marketing. There are many people where GNU/Linux doesn't make sense but the Open Source advocates are selling it anyway. Come on, this is far from pragmatic. This is taking World Domination from a good natured joke to an obsession. Someone's sig a while back had a good quote from Stallman. Something about World Domination not being the goal because freedom doesn't dominate.

      Seeing some of your replies, I have to comment. There is a reason I am a free software advocate. I thought it through. Let me explain:

      Anyone ever notice how software has the tendency to form monopolies. First IBM then Microsoft. Come on, you know that Microsoft didn't do anything special to get to where they are now, they just happen to have the right idea at the right time. Right now Microsoft has an entire empire of software and standards moving them forward. But the biggest reason they are on top is because all their software works together. See what I am saying is: Software is much better at cooperating with each other than competing. Say this to yourself over and over again and you can come up with more examples that agree with me.

      Knowing this, I can think of three ways software can cooperate:
      • One all encompassing company writes all the software. This like today with Microsoft.
      • Many software companies taking certain niches with extensive government regulation.
      • Free Software

      There may be more but I couldn't think of any. But of the three, I would choose the last one. I think most people would too, given a choice. This comes to my second theory: Software wants to be free. Say that one over and over again. It is based on my first theory.


      You see? If you have many many software packages on your system, the best way for them to all cooperate is if you have source code, if you can freely redistribute, if you can use it, if it is free! This way no company can lock others out of the market by propietary standards or intellectual property. Best of all, companies and developers would be sending each other modifications of their software because they want the software to work well with each other; because ultimately, the customers want it too.

      This is what many call the open source development model. But for the model to work, it requires freedom first to make the software work well with each other.

      --

  7. Neither by ajs · · Score: 3

    is Sun an enemy? Or is the enemy of my enemy my friend?

    Why do they have to be either? They are a software developer. If they're smart, this is the first step in testing the waters of true Open Source. After all, they may find that Linux makes huge strides in some area that they want to pick up source from. If they move to a truely open license in the future, they will be able to do this.

    This makes them no more or less an enemy than BeOS. They are a software developer and have the same standing in the community as any other software developer give-or-take the quality of their code and the nature of their actions WRT the community.

    We must never drop to the level of "Not... us... must be... enemy! Must... KILL!" That department is well stocked with hundreds of companies of which the usuall ScapeGoat mentioned here on Slashdot is only the most successful. If Sun chooses to embrace a different path, we should not turn around and slap them in the face for it!

  8. Enemies by ucblockhead · · Score: 5

    - is Sun an enemy? Or is the enemy of my enemy my friend?

    I'd say that talk of "enemies" is dangerous. Forget "enemies". Forget talk of "Beating Company X".

    Remember, the goal isn't for Linux to rule, or for FreeBSD to rule, are whatever. The goal is "Software that doesn't suck". Personally, I don't care who writes it, or what it is. It could be Windows. It could be Solaris. It could be Linux. Who cares? I just want it to work well, without being a hassle. And quite frankly, no OS I've used is there yet. In fifteen years, many of these religious wars will sound as stupid as the "C-64 vs. Apple ][+" debates that raged on the BBSes in 1984.

    Hell, if the long term of destiny Linux was nothing more than to force Microsoft to start competing by producing better software instead of using shady business practices, I'd call it a victory for all of us.

    If you want good software, well I'd say that the key is to stop worrying about "enemies" and instead:

    1) Write good software.
    2) Calmly and rationally explain the good points and bad points of any software you encounter.
    3) Promote development methods that promote good software.

    The only way Sun could be "The enemy", in my mind, is if they break the law. (By, for example, stealing GPL'd software.) Otherwise, they are just a company that may or may not have a product worth having. No need to worry unless you are buying.

    These stories remind me a lot of the alarmism about communism a couple decades back. The theory was that the free market was more efficient than communism. If you truly believed that, than there was no need to "fight" communism, as the free market, being more efficient, was bound to emerge victorious. Same goes here. If "Open Source" really does produce better software than the alternatives, then there is no need to fight for it. It will "win" on its own, and the companies that support it will survive. Those that don't, won't. All that is important is that we ensure that everyone fights fair.

    --
    The cake is a pie