Open Source Payday
itwbennett writes "The recent Slashdot discussion on the open source community's attitude on profits neglected an important point: 'no profits' doesn't mean 'no money.' There are plenty of open source not-for-profit organizations that take in millions of dollars in order to pursue their public-minded missions, and some pay their employees handsomely. Brian Proffitt combed through the latest publicly available financial information on 18 top FLOSS organizations to bring you the cold, hard numbers."
The source article mispells H. Peter Anvin as "Alvin" where he's listed for "The Linux Kernel Organization". I normally wouldn't have cared but for all the times I've seen his name on various Linux bootloaders...he's kind of a big deal. :)
You can hold down the "B" button for continuous firing.
You find a number of people like OSS not because it is free as in speech but because they don't want to pay for anything. They don't tend to claim that is the reason, of course, but it is. I've met more than a couple people that were big OSS heads and claimed it was all about freedom of the code (though they never did anything with it themselves) but were completely opposed to the idea of paying for any software.
How they expected developers to put food on the table I'm not sure.
Hmm, just because the foundations don't get a lot, doesn't mean the programmers don't - some (many?) of them are employed by other companies.
For example, the creator of Python, Guido van Rossum, is employed by Google not by the PSF, so you can be well sure he gets more than $30k/year.
Dilbert RSS feed
I don't hate RH. I like RH. I'm kind of annoyed with RHEL because people keep using ancient bug-ridden libraries and blaming me.
I've lost track of the number of times I've had this conversation:
Them: Foo doesn't work. Fix it. Fix it now.
Me: That was fixed upstream in library bar 7 years ago.
Them: We use RHEL4, and our policy won't let us install 3rd party library update packages.
Me: So you have an expensive contract. I'm sure RedHat will provide an official patch.
Them: Actually, we use CentOS4.
Me: . o O (Go buy a RHEL contract, you cheapskates. Or change your idiotic policy.)
But that's not RedHat's fault.
1.-You are allowed to have the code, 2.-You are free to modify that code for personal use in any way you desire, 3.-If you distribute that code YOU MUST PAY for a license, which must be offered.
I'm not clear exactly how this would work. Is it similar to my Rails Wheels Licence?
Under a Rails Wheels licence, although a software package's source and build system must be made available, the software's owner has the option to only allow people who have paid for the software to run it in other than a test system.
Second, other developers can freely fork the software, but if they re-distribute it they must pay the original developer their normal asking price for each copy they distribute, meaning that they'll usually have to charge at least as much, keeping any premium their enhanced package can charge.
This makes the licence differ from a FOSS licence in two respects: The freedom to run (FSF Freedom 0) restricted to paying customers; and redistribution can require a per-copy fee to be paid to the original developer (though is otherwise unfettered).
Such a system can percolate money up fork trees so that each fork only gets paid for the value they add. All the FOSS benefits of being able to tinker with the software are unchanged.
I think an app marketplace centred around this licence would be a way to make commercial 100% open source software a reality, where by commercial I mean charging for the software itself rather than back door methods like product placement (Mozilla), support, donations, or proprietary extensions.