Open Source Programming Tools On the Rise 113
snydeq writes "Peter Wayner takes a look at several open source development projects making waves in the enterprise. From Git to Hadoop to build management tools, 'even in the deepest corners of proprietary stacks, open source tools can be found, often dominating. The reason is clear: Open source licenses are designed to allow users to revise, fix, and extend their code. The barber or cop may not be familiar enough with code to contribute, but programmers sure know how to fiddle with their tools. The result is a fertile ecology of ideas and source code, fed by the enthusiasm of application developers who know how to "scratch an itch."'"
More economic than ideologic (Score:3, Interesting)
We use open source in business because it does the job and doesn't require a PO and all the hassle that goes along with that process.
Re:Open? Or free (as in beer)? (Score:5, Interesting)
Re:Open? Or free (as in beer)? (Score:3, Interesting)
Virtualization has changed the game for me (Score:3, Interesting)
These days you don't have to choose. I run Win 7 on my machine and a virtualbox Ubuntu on that. So I develop in Ubuntu, and any kind of multimedia stuff is handled in Windows.
The great thing about development on Unix is that it is all just there. apt-get install xxx and you are ready to go. Versions are automatically upgraded. If you prefer working in a windows environment for some part of your project, you can easily do it by sharing drives and networking.
Re:Open? Or free (as in beer)? (Score:4, Interesting)