<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Leveraging OSS As A Software Developer</title>
	<atom:link href="http://www.kalzumeus.com/2008/06/26/leveraging-oss-as-a-software-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalzumeus.com/2008/06/26/leveraging-oss-as-a-software-developer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=leveraging-oss-as-a-software-developer</link>
	<description>Patrick McKenzie (patio11) blogs on software development, marketing, and general business topics</description>
	<lastBuildDate>Sat, 11 Feb 2012 04:17:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ismangil</title>
		<link>http://www.kalzumeus.com/2008/06/26/leveraging-oss-as-a-software-developer/#comment-1590</link>
		<dc:creator>ismangil</dc:creator>
		<pubDate>Thu, 03 Jul 2008 10:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/?p=419#comment-1590</guid>
		<description>&quot;almost all worthwhile code is available under a less restrictive license.&quot;

That is quite an amazing statement to make. So in essence you are saying &quot;very little worthwhile code is available under GPL&quot;.

Although come to think of it maybe you&#039;re on to something. Besides Linux, what else is there under GPL worthwhile for developers anyway?</description>
		<content:encoded><![CDATA[<p>&#8220;almost all worthwhile code is available under a less restrictive license.&#8221;</p>
<p>That is quite an amazing statement to make. So in essence you are saying &#8220;very little worthwhile code is available under GPL&#8221;.</p>
<p>Although come to think of it maybe you&#8217;re on to something. Besides Linux, what else is there under GPL worthwhile for developers anyway?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.kalzumeus.com/2008/06/26/leveraging-oss-as-a-software-developer/#comment-1592</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 26 Jun 2008 23:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/?p=419#comment-1592</guid>
		<description>I don&#039;t think the web app loophole is killing GPL nearly as fast as the loss of mindshare is.  Now that everybody and their dog is doing OSS, many of whom are not terribly inspired by Information Is Meant To Be Free!!! as a rationale for doing it, almost all worthwhile code is available under a less restrictive license.  Most Rails-related code, for example, is licensed as MIT, which basically means &quot;Use it how you want.  If it breaks, you&#039;re on your own.&quot;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think the web app loophole is killing GPL nearly as fast as the loss of mindshare is.  Now that everybody and their dog is doing OSS, many of whom are not terribly inspired by Information Is Meant To Be Free!!! as a rationale for doing it, almost all worthwhile code is available under a less restrictive license.  Most Rails-related code, for example, is licensed as MIT, which basically means &#8220;Use it how you want.  If it breaks, you&#8217;re on your own.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis Christoforides</title>
		<link>http://www.kalzumeus.com/2008/06/26/leveraging-oss-as-a-software-developer/#comment-1591</link>
		<dc:creator>Alexis Christoforides</dc:creator>
		<pubDate>Thu, 26 Jun 2008 18:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/?p=419#comment-1591</guid>
		<description>Of course, things are a little bit different when trying to be bring open-source in your closed-source desktop application. The once almighty GPL license might be becoming irrelevant because of the web app loophole, but it&#039;s still forbidden to bring any of that code in to help yourself out if you&#039;re not planning to distribute your code too. You probably know already that discoveries of such foul play, though infrequent, kindle the scorn of open-source developers for ISVs, and rightly so I would say.

Not that I would mind doing sharing my code at all.In fact I&#039;ve been toying* with the idea of bundling the source code with my products**, for all the same reasons that open-source people do it and because I&#039;m not convinced that it&#039;s all that detrimental of a action as some make it to be. Plus I&#039;ve probably worked on more open-source code than closed-source, and still am, so obviously I have nothing but respect for the ideologies of the movement.

* I&#039;m still toying with the idea because even my under-developed business sense still tells me that I should investigate more before doing something so drastic.
** I was actually thinking about a step up from bundling the code: actually building the program on the computer it&#039;s being installed on, and rebuild every time the code  is modified. Now that Windows machines finally come with a build system and a fast compiler, it&#039;s at least worth thinking about.

P.S I am very glad to learn that I am not the only person who loves Windows Vista. It&#039;s worth it just for the Start Menu and Previous Versions.</description>
		<content:encoded><![CDATA[<p>Of course, things are a little bit different when trying to be bring open-source in your closed-source desktop application. The once almighty GPL license might be becoming irrelevant because of the web app loophole, but it&#8217;s still forbidden to bring any of that code in to help yourself out if you&#8217;re not planning to distribute your code too. You probably know already that discoveries of such foul play, though infrequent, kindle the scorn of open-source developers for ISVs, and rightly so I would say.</p>
<p>Not that I would mind doing sharing my code at all.In fact I&#8217;ve been toying* with the idea of bundling the source code with my products**, for all the same reasons that open-source people do it and because I&#8217;m not convinced that it&#8217;s all that detrimental of a action as some make it to be. Plus I&#8217;ve probably worked on more open-source code than closed-source, and still am, so obviously I have nothing but respect for the ideologies of the movement.</p>
<p>* I&#8217;m still toying with the idea because even my under-developed business sense still tells me that I should investigate more before doing something so drastic.<br />
** I was actually thinking about a step up from bundling the code: actually building the program on the computer it&#8217;s being installed on, and rebuild every time the code  is modified. Now that Windows machines finally come with a build system and a fast compiler, it&#8217;s at least worth thinking about.</p>
<p>P.S I am very glad to learn that I am not the only person who loves Windows Vista. It&#8217;s worth it just for the Start Menu and Previous Versions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

