Open Source Not That Open?
mstansberry writes "At the Open Source Business Conference last week, Microsoft's Shared Source mouthpiece Jason Matusow argued the point that open source isn't really open. He said you can't just go changing code on supported Linux offerings without paying extra to companies like Red Hat or Novell. So as Linux is commercialized, it becomes less open. While Matusow made good points during his presentation, many in the open source community are skeptical of the idea at best."
...if you're running something like RedHat Or Novell. Of course, for those running Gentoo, or Debian, or Slackware, or Peanut, or whatever, it still holds.
libertarianswag.com
His entire argument is that if you make changes to the source code, Red Hat support won't debug your modifications for you as part of their basic support package.
I can do whatever the hell I want with GPL'd open source, short of refusing to share my changes when distributing binaries to other users. Microsoft has all these licenses, but AFAIK they've released nothing of worth under any of them. I can't view or modify any significant Microsoft source without signing an NDA and paying millions of dollars, or risking serious prison time.
The key word here is "supported", you can't expect Redhat, Novell or even Microsoft to support your modifications.
If you don't want official support from any vendor, you modify away - and support it yourself.
It's open. You just can't force someone else to change their codebase. If you really want to change it you make and maintain a patchset or your own seperate version of the codebase. Look at how many different kernel sources you can get, yet very few of those patchset ever get applied to the "real" kernel at kernel.org.
The point is you can do whatever you want with the code, but you can't force someone else to use it. I mean think about it. Imagine a code repository where every developer could write anything and it was fully open. It would never build. Code that is good enough usually gets accepted upstream, that darwinistic process helps open source, not the opposite.
The GeekNights podcast is going strong. Listen!
"But if a customer modifies the source code, [Red Hat] can't help you [without charging you extra]. They have to lock things down to provide value," Matusow said. "As open source becomes commercialized, it becomes less open."
Perhaps. But even so, the end user remains free to make changes. Even if the license (oddly) prohibited redistribution, supplying the source code to software with the software itself will always be better that not. Closed source is a dead end. End users have no choice, they must rely on the vendor to issue security patches and fix software.
This is not to say that every user will be tempted to change his/her software. The majority of users will be content with what is, and may not even be aware that the source is available. The freedom still exists, however.
This slashdot-related signature is a stub. You can help kihjin by expanding it.
That's a new meaning for the phrase "lock things down" that I hadn't heard before. I don't believe redhat locks anything down. The customer might be responsible for fixing problems with their own changes, but that wouldn't affect the support that redhat provides (i.e. so long as the problem was not caused by a customer change).
In effect, it's more FUD from M$. They really appear desperate now, grasping at any possible argument against Open Source. I didn't see the M$ spokesman telling the audience that Microsoft would support its own software which had been altered by customers.
So Mr Matusow, please explain again, how a license which allows customers to do more than your license allows is bad for those customers? That's like the RIAA claiming that 20-more years of copyright post death of author is good for the consumer.
That's not really the point. First of all you CAN alter the source if your need is desperate enough. Thus if some app needs your change you can weigh the pros and cons of blowing support vs getting the enhancement. - CHOICE. Secondly, if Red Hat dies and goes broke you have the source. Thirdly, you can make your enhancement and submit it to the maintainer and with a bit of luck it will come out in the next version of RedHat as the official supported version. Fourthly, somebody else might scratch the same itch and submit the patch which comes out in the next version.
The point of contention is open source vs. standardized distribution. Once you make a modification, your code base is no longer the "standard" distribution, be it RedHat, gentoo, or Slack. Therefore you really can't get support for it, free or otherwise (what, are you going to post on a forum "well, I tweaked this and this..."). So as Linux pushes towards standardization effectively the open-ness is still there and available to you but is marginalized in the sense that once you make changes then you aren't standard anymore.
It's not a distribution thing its a philosophical thing.
To make an allusion to a situation I have at work: we use a framework for development, and I have a tweaked copy I use for a pet project. But I don't dare ask for support on it, because I made modifications to the code beyond the specifications of the code. I can do that, because I am a developer and have rights to the codebase, etc. but then its no longer a standard. I can't expect it to support other applications built for the main framework and vice versa, etc...
But in truth he makes a point - the core of the OS in general doesn't need to be messed with, most tweaks and alterations do/should occur at the application level.
Just my 2 cents worth,
-everphilski-
I'm an MSCE, and I want to slap THAT MSCE who said that to you. Seriously, who the fuck cares. Software use should always be about the right tool for the right job. The moment you start putting "faith" or "cult" into judgement, we start to have a serious problem!
Life is not for the lazy.
And i suppose its possible to change the code for a small fee in Windows then? Not? STFU then.
Ofcourse RedHat cant support somebody elses code, the programmer changing the code might as well be a monkey and there is no way RedHat can magically fix things if an idiot sits down and hits the keyboard with a pillow. What you can do is send those fixes upstream and if the fixes are good it will get incorporated into the next release.
HTTP/1.1 400
Redhat wont go the extra mile to support some code that they have supplied and I have modified.
Wow that's preposterous.
What next? Ford wont honour my new vehicle warranty if I modify the engine?
Mongrel News all the news that fits and froths
An IT manager may look at this argument and conclude there is no advantage to open source solutions, in that there is no point having solutions that are not supported. The manager may conclude closed source is a better choice; while no self-modifications can be made, at least the system is supported in its entirety.
At the end of the day, your average IT manager needs to desperately separate him or herself from the technology. Otherwise, they get completely snowed under doing technical work that should have been delegated. When there is an option to pay for support, most will take it. The argument is powerful in that it contends as there is no option for support of changes, so there is no ability to make changes. So why buy open source as opposed to a fully supported Microsoft product?
Very smart implication, I think anyway.
Few if any competent companies would expect that they can modify the source willy nilly and then expect direct support on what _they_ have done from the distribution vendor. I mean, if you have an understanding of the process of software development and have spent 5 minutes reading about the Open Source movement, then you'll understand that it is a completely impractical, if not irrational, way of working.
When has this approach ever been promoted by the Open Source community? This sounds like only something a PHB could arrive at, following a methodology of gleaning an understanding of OS while walking by the cubicle farm and overhearing casual conversations.
Seriously, to me it seems like Microsoft sat around a table brainstorming for potential negative aspects of OS that they could market to suitably gullible people. I guess they feel sufficiently threatened to roll with even the weak results of that session. I hope the audience laughed at the guy, and told him to go back to counting the cash piles back at Redmond.
This is something I've seen come up a lot... it's part of open source that a lot of people are confused about.
Just because you have access to the code, and can change whatever you like, DOES NOT MEAN that you will be allowed to contribute to the official project code yourself. Firefox is a closed development house. They keep strict control over what code goes in, who's allowed to touch it, what features go on the UI and how they're organized. If they want to keep it that way, they're perfectly within their rights -- and given the quality of the product, it seems to be a good idea. If everyone were allowed to drop in code, or tack things on to the UI, the project would soon be a total mess.
But just because they keep a tight reign on the project code doesn't mean they aren't following the ideals of open source. You still have access to the code. You can go in and change whatever you like, fork the project, release your own competing version based on the original codebase, etc. That's where the true value of OSS comes from. If the Mozilla foundation ever went away, the community could pick up the code from the last release and run with it. If your company wants to release a custom version with support for some weird proprietary graphics format that Mozilla would never in a million years devote time to, you can. That's what open source is about.
Allowing everybody with even a vague interest to contribute to THEIR fork of the code, however... was never any open source license. At some point, once you get past the warm fuzzies of releasing something Open, you still have to sit down and actually code the project. And keeping an invitation only group makes a lot of sense, from that perspective.
Slashdot needs a "-1, Wrong" moderation option.
The Urban Hippie
The thing that really bites about the article, and the reason I disagree with it, is attitude. The open source world (by and large) is about sharing intellectual horsepower. We make something, we share it. Some guy can make it better. We can all get the added value of development. Coherent groups create open source software products (yes, I said products) like Firefox or OpenOffice, and individuals go and toy with the code.
The Microsoft presentation says something very different.
"Matusow said opening up software can add value, "but you need to understand why you want to open certain software. We are building intellectual property into software and trying to sell it. We throw code over the wall for the community to build on it.""
They throw code over the wall?
It's very patronizing. Instead of regarding the people out there as brainpower with a positive contribution, they regard their internal direction as higher than external voices. I guess this is why ultimately Microsoft is dropping the ball. They just don't listen. You NEED to listen. The world has changed since Win95, or even WinXP. We need more, we need it faster, and we need it to work with the Mac laptop and Linux server.
Basically, the surge in open source is driven by the fact that it's answering so many of the productivity, communication and search questions of the marketplace. Even Apple realize that, and this is why their baby (MacOS X) is largely available as Darwin (open OS code).
Just my two cents.
Shane Coughlan
Project Leader
Mobility http://mobility.shaneland.co.uk/
So, to stick with the car analogies, you expect your car dealer to fix your car if it breaks within guarantee, although you've modified the motor, and exchanged the breaks. All at no cost extra.
Sorry, but this is plain stupid. It does not work like that in non-FL/OSS industry, and noone claims that it works like that with FL/OSS. You just can't buy a service contract, do whatever the heck you like to the software, and then expect them to support your own code without giving them extra money for the time they need to analyse the changes you made to their software.
So please stop making such braindead comments.
Windows is like decaf - it tastes like the real thing, but it won't get you through the day.