<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joe Blog&#039;s &#187; c</title>
	<atom:link href="http://blog.joeb454.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joeb454.com</link>
	<description>A Day In The Life Of Your Average Joe</description>
	<lastBuildDate>Fri, 07 Oct 2011 19:04:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Posting Code How-To&#8217;s Online</title>
		<link>http://blog.joeb454.com/2011/10/posting-code-how-tos-online/</link>
		<comments>http://blog.joeb454.com/2011/10/posting-code-how-tos-online/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 21:52:44 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[sharing]]></category>

		<guid isPermaLink="false">http://blog.joeb454.com/?p=556</guid>
		<description><![CDATA[This is something I've given quite some thought to in the recent weeks. I recently moved for a job in software development, and as I'm sure many of you can imagine, sometimes you get stuck coding and turn to your favourite search engine for advice. More often than not you'll get taken to StackOverflow, a [...]]]></description>
			<content:encoded><![CDATA[<p>This is something I've given quite some thought to in the recent weeks. I recently moved for a job in software development, and as I'm sure many of you can imagine, sometimes you get stuck coding and turn to your favourite search engine for advice. More often than not you'll get taken to StackOverflow, a blog post, forums/message boards and finally, official documentation.</p>
<p>All of this got me wondering...when you post code help via StackOverflow, or how-to's on a blog, is it done with the intention of actually distributing that code to others for use how they see fit, be it in a commercial application or a personal project the reader might be working on. I think it's a very grey area when you delve into it, after all, I wouldn't mind other people using my code in any shape or form, in fact I'd find it quite the compliment! Sure it'd be quite nice if they sent an email or left a comment to say "hey, this was just what I was looking for and I've used it for XYZ" - it's nice to know that you've been able to help someone solve something.</p>
<p>On the other hand, if I was being picky about this, especially as my line of work currently sees me developing in C# (and not via Mono either), I could throw licensing into the mix and say that people are free to use my code as long as they have my permission and reference that they've used it somewhere. This in turn would present a company with issues as to whether they could actually use it or not, because that kind of license would almost certainly be some sort of Open-Source license, meaning that they almost certainly <em>wouldn't</em> use it, because it would then mean they'd have to contend with satisfying the requirements of an Open-Source license.</p>
<p>I think there's several issues here that I haven't even touched upon, but it made me stop and think about it, so maybe it will provide you with some food for thought too.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joeb454.com/2011/10/posting-code-how-tos-online/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SVN</title>
		<link>http://blog.joeb454.com/2009/02/svn/</link>
		<comments>http://blog.joeb454.com/2009/02/svn/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 11:09:41 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://joeb454.co.uk/?p=245</guid>
		<description><![CDATA[First off - I'd just like to point out that now Planet Ubuntu should be getting all blog posts from here Secondly, I've set up a local SVN repository (without apache access). This is mainly just for my coding, which I seem to be doing a lot of at the minute, so I figured in [...]]]></description>
			<content:encoded><![CDATA[<p>First off - I'd just like to point out that now Planet Ubuntu should be getting all blog posts from here <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Secondly, I've set up a local SVN repository (without apache access). This is mainly just for my coding, which I seem to be doing a lot of at the minute, so I figured in my downtime from that, I'd set up SVN.</p>
<p>It was pretty easy, and I have Netbeans (we have to use it at Uni, I've grown to like it though, it's pretty good) set up to commit to the svn repo's for the various projects etc. Which was also <em>incredibly</em> easy to set up. I'm pleased I did it, whether it will be used remains to be seen. Either way, I think I better get back to coding this interface! So far I'm doing ok (though I've not got more than 1 class so far either...)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joeb454.com/2009/02/svn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

