<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<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>Why I Love Open Source &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/2009/12/why-i-love-open-source/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Sun, 06 Dec 2009 14:33:31 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>Why I Love Open Source &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Why I Love Open Source]]></title>
		<link>https://shkspr.mobi/blog/2009/12/why-i-love-open-source/</link>
					<comments>https://shkspr.mobi/blog/2009/12/why-i-love-open-source/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 06 Dec 2009 12:31:57 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wpmp]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=1336</guid>

					<description><![CDATA[There are many reasons to love Open Source Software.  It&#039;s free (as in you pay nothing), it&#039;s free (as in speech) and - perhaps my favourite reasons - it&#039;s free (as in liberating).  By liberating, I mean that one isn&#039;t tied down to the product roadmap and release schedule of the developers.  If I find a bug, not only can I report it, I can fix it myself.  If I can&#039;t fix it myself, I can often fi…]]></description>
										<content:encoded><![CDATA[<p>There are many reasons to love <a href="http://www.opensource.org/">Open Source Software</a>.&nbsp; It's free (as in you pay nothing), it's free (as in speech) and - perhaps my favourite reasons - it's free (as in liberating).</p>

<p>By liberating, I mean that one isn't tied down to the product roadmap and release schedule of the developers.&nbsp; If I find a bug, not only can I report it, I can fix it myself.&nbsp; If I can't fix it myself, I can often find someone to fix it for me.</p>

<p>Imagine writing to MicroSoft and saying "Please can you make this change to Office - just for me?"&nbsp; If you ever got a response, it would be "No".&nbsp; To be fair, you may also get the same reply from <a href="http://www.openoffice.org/">OpenOffice</a> - the free replacement for MicroSoft Office - but because OpenOffice is Open Source, you can scratch the itch yourself.</p>

<p>If your itch-scratching is useful, others will benefit from it.&nbsp; If you are the only one benefiting from it, so what? You're happier and more productive.</p>

<p>I use <a href="http://wordpress.org/extend/plugins/wordpress-mobile-pack/">WordPress Mobile Pack</a>.&nbsp; It creates a mobile version of this blog.&nbsp; It's a very easy to use and very powerful plugin.</p>

<p>Unfortunately, like all software, it has bugs.</p>

<p></p><div id="attachment_1337" style="width: 490px" class="wp-caption aligncenter"><img aria-describedby="caption-attachment-1337" class="size-full wp-image-1337" title="WPMP Bug" src="https://shkspr.mobi/blog/wp-content/uploads/2009/12/Capture11_43_16.jpg" alt="WPMP Bug" width="480" height="320"><p id="caption-attachment-1337" class="wp-caption-text">WPMP Bug</p></div><p></p>

<p>What you're seeing in the screenshot is WPMP picking up a shortcode and, rather than ignoring it, rendering it as human readable text within the teaser.&nbsp; It's ugly and confusing.</p>

<p>So, I <a href="https://www.assembla.com/spaces/wordpress-mobile-pack/tickets/60-Teaser-shows-shortcode-tags">raised a bug report</a> and though "I bet I can fix this!".&nbsp; Now, I'm not the world's most talented programmer - but with my knowledge of PHP and WordPress plugin architecture, I was able to locate the problem, fix it, test it and deploy it within half an hour.</p>

<pre>if(strpos($content, '[')!==false)
{
   $content = "Read more";
}</pre>

<p>That's it.&nbsp; Judicouly applied in the correct place made my problems disappear.</p>

<p>So, that's why I love Open Source.&nbsp; It places my destiny in my hands.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=1336&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2009/12/why-i-love-open-source/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
