<?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>Holy Shmoly! &#187; irishblogs</title>
	<atom:link href="http://ocaoimh.ie/tag/irishblogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://ocaoimh.ie</link>
	<description>Look what I found today!</description>
	<lastBuildDate>Fri, 25 May 2012 17:12:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mount box.net drives in Linux</title>
		<link>http://ocaoimh.ie/2012/05/24/mount-box-net-drives-in-linux/</link>
		<comments>http://ocaoimh.ie/2012/05/24/mount-box-net-drives-in-linux/#comments</comments>
		<pubDate>Thu, 24 May 2012 10:54:46 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[box.com]]></category>
		<category><![CDATA[box.net]]></category>
		<category><![CDATA[davfs2]]></category>
		<category><![CDATA[irishblogs]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497536</guid>
		<description><![CDATA[I was one of the lucky few to receive a 50GB upgrade from box.net, (or box.com where they now live, marketing fail?) when I installed their Android app. I don&#8217;t have a use for that much storage on my phone but on my desktop machines? Oh yes! This forum post describes in detail how to [...]]]></description>
			<content:encoded><![CDATA[<p>I was one of the lucky few to receive a 50GB upgrade from box.net, (or <a href="http://www.box.com/">box.com</a> where they now live, marketing fail?) when I installed their Android app. I don&#8217;t have a use for that much storage on my phone but on my desktop machines? Oh yes!</p>
<p>This <a href="http://ubuntuforums.org/showpost.php?p=11258734&#038;postcount=34">forum post</a> describes in detail how to mount a Box drive on a Debian/Ubuntu machine although the instructions will mostly apply to other systems too as long as they have the davfs2 package.</p>
<p>There is a gotcha. Instead of using http://www.box.net/ you can use https://www.box.com/ which is a good gotcha. Also, I&#8217;m not the <a href="http://snowulf.com/2012/02/28/mounting-box-net-on-mint-12-ubuntu-11-10/">only person to notice</a> that the mount point has a lot less storage than I thought it would have. It should be 50GB total but this is what I see from df -h:</p>
<blockquote><p>https://www.box.com/dav   26G   13G   13G  50% /mnt/box.net</p></blockquote>
<p>It&#8217;s enough for my needs. I&#8217;m going to copy snapshots of my local email there every night.</p>
<p>PS. Are you a Windows user? <strike>Sync any folder with Google Drive using the <a href="https://plus.google.com/107538503004482952974/posts/JDRNpFLYXTe">instructions here</a> (but it uses &#8220;hardlinks&#8221; which have limitations, read the comments for more).</strike><br />
Actually, forget what it says in that post. Copy your files to your Google Drive and then place a symlink on your <em>local drive</em> to the copied files or folders using mklink. Make sure you run cmd.exe as an Administrator. I found this worked perfectly to sync the Pictures folder after I had copied it to my Google Drive:</p>
<blockquote><p>cd c:\Users\USERNAME\<br />
mklink /d Pictures &#8220;c:\Users\USERNAME\Google Drive\Pictures&#8221;</p></blockquote>
<p>Any files copied into the Pictures folder are copied to the Google Drive now!</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497536" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2007/08/24/how-labels-saved-my-life/" rel="bookmark" title="Permanent Link: How labels saved my life">How labels saved my life</a></li><li> <a href="http://ocaoimh.ie/2005/02/16/vfat-very-fat-linux/" rel="bookmark" title="Permanent Link: vfat (Very Fat?) Linux">vfat (Very Fat?) Linux</a></li><li> <a href="http://ocaoimh.ie/2003/06/30/when-you-get-new-memory-cards/" rel="bookmark" title="Permanent Link: When you get new memory cards..">When you get new memory cards..</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/24/mount-box-net-drives-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Super cache 1.1</title>
		<link>http://ocaoimh.ie/2012/05/23/wp-super-cache-1-1/</link>
		<comments>http://ocaoimh.ie/2012/05/23/wp-super-cache-1-1/#comments</comments>
		<pubDate>Wed, 23 May 2012 10:35:58 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[wp-super-cache]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497531</guid>
		<description><![CDATA[This is a bugfix release of the full page caching plugin WP Super Cache for WordPress. Not much has changed in the week or so since I asked for testers but in case you missed that post here are the changes since 1.0: Use $_SERVER[ 'SERVER_NAME' ] to create cache directories. No more non existant [...]]]></description>
			<content:encoded><![CDATA[<p>This is a bugfix release of the full page caching plugin <a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a> for WordPress.</p>
<p>Not much has changed in the week or so since I <a href="http://ocaoimh.ie/2012/05/11/super-cache-for-the-weekend/">asked for testers</a> but in case you missed that post here are the changes since 1.0:</p>
<ul>
<li> Use $_SERVER[ 'SERVER_NAME' ] to create cache directories. No more non existant blogs appearing in your cache supercache and blogs folders.</li>
<li> Only create blogs cached directories if valid requests and blogs exist.</li>
<li> Only clear current blog&#8217;s cache files if navigation menu is modified</li>
<li> Added clean_post_cache action to clear cache on post actions</li>
<li> Removed garbage collection details on Contents tab</li>
<li> Added wp_cache_check_mobile cacheaction filter to shortcircuit mobile device check.</li>
<li> Don&#8217;t delete cache files for draft posts</li>
<li> Added action on wp_trash_post to clear the cache when trashed posts are deleted</li>
<li> Show a warning when 304 browser caching is disabled (because mod_rewrite caching is on)</li>
<li> New check for safe mode if using less that PHP 5.3.0</li>
<li> Added wp_supercache_remove_cookies filter to disable anonymous browsing mode.</li>
<li> Fixed garbage collection schedule dropdown</li>
<li> Fixed preload problem clearing site&#8217;s cache on &#8220;page on front&#8221; sites.</li>
<li> Fix for PHP variable not defined warnings</li>
<li> Fixed problem refreshing cache when comments made as siteurl() sometimes didn&#8217;t work</li>
<li> Preloading of taxonomies is now optional</li>
<li> Domain mapping fixes.</li>
<li> Better support for https sites. Remove https:// to get cache paths.</li>
<li> Added AddDefaultCharset .htaccess rule back in and added an option to remove it if required.</li>
<li> Added multisite plugin that adds a &#8220;Cached&#8221; column to Network->Sites to disable caching on a per site basis.</li>
<li> Added WPTouch plugin to modify browser and prefix list in mobile detection code. Added support for that plugin&#8217;s exclude list.</li>
<li> Fixed cache tester</li>
<li> Filter the tags that are used to detect end-of-page using the wp_cache_eof_tags filter.</li>
<li> Removed debug level from logging as it wasn&#8217;t helpful.</li>
<li> Removed mention of wp-minify.</li>
</ul>
<p>As ever, the <a href="http://wordpress.org/support/plugin/wp-super-cache">support forum</a> is the best place to go for help as I monitor it all the time. Before you post there use Google to search for any error strings and use the debug system in the plugin as it will probably tell you what&#8217;s going on.</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497531" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2008/10/24/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href="http://ocaoimh.ie/2009/01/09/wp-super-cache-087/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.7">WP Super Cache 0.8.7</a></li><li> <a href="http://ocaoimh.ie/2010/02/08/wp-super-cache-099/" rel="bookmark" title="Permanent Link: WP Super Cache 0.9.9">WP Super Cache 0.9.9</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/23/wp-super-cache-1-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My early memories of programming</title>
		<link>http://ocaoimh.ie/2012/05/18/early-memories-of-programming/</link>
		<comments>http://ocaoimh.ie/2012/05/18/early-memories-of-programming/#comments</comments>
		<pubDate>Fri, 18 May 2012 17:20:19 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[C64]]></category>
		<category><![CDATA[commodore]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[Retro Computers]]></category>
		<category><![CDATA[vic-20]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497523</guid>
		<description><![CDATA[My earliest memories of programming are directly related to the pain of not being able to save my work. The first proper computer my family owned was a Commodore Vic-20. I guess my parents bought it in 1984 or 1985 but it might have been earlier. The Vic-20 came out years before but this was [...]]]></description>
			<content:encoded><![CDATA[
<a href='http://ocaoimh.ie/2012/05/18/early-memories-of-programming/vic20-1/' title='vic20-1'><img width="150" height="150" src="http://ocaoimh.ie/files/2012/05/vic20-1-150x150.png" class="attachment-thumbnail" alt="vic20-1" title="vic20-1" /></a>
<a href='http://ocaoimh.ie/2012/05/18/early-memories-of-programming/vic20-2/' title='vic20-2'><img width="150" height="150" src="http://ocaoimh.ie/files/2012/05/vic20-2-150x150.png" class="attachment-thumbnail" alt="vic20-2" title="vic20-2" /></a>

<p>My earliest memories of programming are directly related to the pain of not being able to save my work.</p>
<p>The first <em>proper</em> computer my family owned was a <a href="http://en.wikipedia.org/wiki/Commodore_VIC-20">Commodore Vic-20</a>. I guess my parents bought it in 1984 or 1985 but it might have been earlier. The Vic-20 came out years before but this was recession hit 80&#8242;s Ireland. I&#8217;m pretty sure the computer was bought in O&#8217;Callaghan&#8217;s shop, where the <a href="http://maps.google.com/maps?q=gpo,+cork,+ireland&#038;hl=en&#038;ll=51.897413,-8.469901&#038;spn=0.001178,0.002462&#038;sll=37.0625,-95.677068&#038;sspn=49.176833,80.683594&#038;hq=gpo,&#038;hnear=Cork,+County+Cork,+Ireland&#038;t=m&#038;z=19&#038;layer=c&#038;cbll=51.897517,-8.469954&#038;panoid=PZSpTohUaBEmudKn9aUnfA&#038;cbp=12,52.74,,0,7.27">betting shop is now on Pembroke Street</a>.</p>
<p>I remember copying a flying bird BASIC listing from the Vic-20 manual one school morning, and I think I made it fly left and right too. What made it stick in my mind was the anguish I felt because I couldn&#8217;t save it. We had a Vic-20 you see but we didn&#8217;t have a <a href="http://en.wikipedia.org/wiki/File:Commodore_1530_Datasette_VIC-20.jpg">datasette</a> that could record or play back data on cassette tapes. I left the machine on while I went to school which was risky because they had huge heavy power supplies that had a tendency to overheat (not that I knew that then!) Thankfully we did get a datasette later because I remember playing <a href="http://ocaoimh.ie/2007/12/11/wacky-waiters/">Wacky Waiters</a> on it. Or it might have been some sort of interface that let me plug a regular cassette player into the Vic-20. Chip Electronics sold them in clear plastic bags I think. All a little hazy now unfortunately!</p>
<p>So, thanks to <a href="http://www.bombjack.org/commodore/commodore/">this site</a> I was able to track down a scanned copy of the Vic-20 manual and immediately jumped to the Flying Birds bit. A little bit of rose tint nostalgia on a murky Friday evening almost 30 years later.</p>
<p>What got you into programming?</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497523" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2005/05/24/how-to-become-an-early-riser/" rel="bookmark" title="Permanent Link: How to Become an Early Riser">How to Become an Early Riser</a></li><li> <a href="http://ocaoimh.ie/2012/04/10/gaia-machina/" rel="bookmark" title="Permanent Link: Gaia Machina">Gaia Machina</a></li><li> <a href="http://ocaoimh.ie/2002/03/12/a-games-programming/" rel="bookmark" title="Permanent Link: A games programming links page &#8230;">A games programming links page &#8230;</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/18/early-memories-of-programming/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fatal error: Allowed memory size of 67108864 bytes exhausted</title>
		<link>http://ocaoimh.ie/2012/05/16/fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/</link>
		<comments>http://ocaoimh.ie/2012/05/16/fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/#comments</comments>
		<pubDate>Wed, 16 May 2012 12:50:09 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[WP_MEMORY_LIMIT]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497511</guid>
		<description><![CDATA[WordPress uses memory. Plugins and themes use memory. New versions of software may use more memory than before. When that happens and PHP on your server doesn&#8217;t have enough memory then PHP will stop with a fatal error like this: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1203208 bytes) in [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress uses memory. Plugins and themes use memory. New versions of software may use more memory than before. When that happens and PHP on your server doesn&#8217;t have enough memory then PHP will stop with a fatal error like this:</p>
<blockquote><p>Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1203208 bytes) in /home/*****/public_html/wp-admin/includes/class-pclzip.php on line 4215</p></blockquote>
<p>This <a href="https://www.google.ie/search?sourceid=chrome&#038;ie=UTF-8&#038;q=%22Fatal+error%3A+Allowed+memory+size+of+67108864+bytes+exhausted%22">happens</a> quite a bit but it&#8217;s not a bug in WordPress or your new plugin or theme, you simply need to let PHP use more memory on your server. Thankfully WordPress <a href="http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP">makes it easy to do this</a>. You must define a constant, WP_MEMORY_LIMIT in your server&#8217;s wp-config.php like this:</p>
<blockquote><p>define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8217;128M&#8217;);</p></blockquote>
<p>The error message will give you an idea of how much memory is required. The error message says it tried to allocate 1203208 bytes or just over 1MB of memory. The limit here is 67108864 bytes, or 65536KB which is 64MB so here I&#8217;d need a WP_MEMORY_LIMIT of more than 66M. The error message will go away once PHP has enough memory but be sure to test it. </p>
<p>If you allocate too much memory your server could start eating into disk swap space. Also be aware that each Apache child process is allowed to use that much memory so if you had ten processes it could use ten times the memory limit in a worst case scenario. If that happens you&#8217;ll need more RAM or you&#8217;ll have to figure out what&#8217;s using so much memory.</p>
<p>There&#8217;s also a WP_MAX_MEMORY_LIMIT constant. By default it&#8217;s 256M and it&#8217;s currently only used when uploading images.</p>
<p>On the off chance that you don&#8217;t have WordPress installed and you came here from a search engine, then you&#8217;ll want to use ini_set() somewhere early in the PHP process to increase the memory limit:</p>
<blockquote><p>ini_set(&#8216;memory_limit&#8217;, &#8217;128M&#8217;);</p></blockquote>
<p>Finally, I love that the <a href="http://codex.wordpress.org/Editing_wp-config.php">wp-config.php codex page</a> is the first result of a search for <a href="https://www.google.ie/search?aq=f&#038;sourceid=chrome&#038;ie=UTF-8&#038;q=WP_MEMORY_LIMIT">WP_MEMORY_LIMIT</a>.</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497511" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2003/09/16/memory-stick-weirdness/" rel="bookmark" title="Permanent Link: Memory stick weirdness">Memory stick weirdness</a></li><li> <a href="http://ocaoimh.ie/2002/08/08/there-is-a-memory-le/" rel="bookmark" title="Permanent Link: There is a memory leak in PHP. &#8230;">There is a memory leak in PHP. &#8230;</a></li><li> <a href="http://ocaoimh.ie/2002/08/07/update-on-the-status/" rel="bookmark" title="Permanent Link: Update on the status of php ac &#8230;">Update on the status of php ac &#8230;</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/16/fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Welcome to Life</title>
		<link>http://ocaoimh.ie/2012/05/15/welcome-to-life/</link>
		<comments>http://ocaoimh.ie/2012/05/15/welcome-to-life/#comments</comments>
		<pubDate>Tue, 15 May 2012 09:15:22 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497490</guid>
		<description><![CDATA[Tom Scott looks at what a corporate sponsored and controlled afterlife might be like. Creepy. That&#8217;s why you must choose The Pirate Bay as your primary healthcare﻿ provider. Related Posts Half Life 2 comes to the Mac Life After The Oil Crash The Beauty of Life]]></description>
			<content:encoded><![CDATA[<p><span style="text-align:center; display: block;"><a href="http://ocaoimh.ie/2012/05/15/welcome-to-life/"><img src="http://img.youtube.com/vi/IFe9wiDfb0E/2.jpg" alt="" /></a></span></p>
<p>Tom Scott <a href="http://www.tomscott.com/life/">looks at</a> what a corporate sponsored and controlled afterlife might be like. Creepy.</p>
<blockquote><p>That&#8217;s why you must choose The Pirate Bay as your primary healthcare﻿ provider.</p></blockquote>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497490" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2010/05/27/half-life-2-comes-to-the-mac/" rel="bookmark" title="Permanent Link: Half Life 2 comes to the Mac">Half Life 2 comes to the Mac</a></li><li> <a href="http://ocaoimh.ie/2004/02/11/life-after-the-oil-crash/" rel="bookmark" title="Permanent Link: Life After The Oil Crash">Life After The Oil Crash</a></li><li> <a href="http://ocaoimh.ie/2004/03/09/the-beauty-of-life/" rel="bookmark" title="Permanent Link: The Beauty of Life">The Beauty of Life</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/15/welcome-to-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Cache for the Weekend</title>
		<link>http://ocaoimh.ie/2012/05/11/super-cache-for-the-weekend/</link>
		<comments>http://ocaoimh.ie/2012/05/11/super-cache-for-the-weekend/#comments</comments>
		<pubDate>Fri, 11 May 2012 15:23:07 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[wp-super-cache]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497475</guid>
		<description><![CDATA[WP Super Cache 1.0 came out several months ago and while it worked fine for most people there&#8217;s always room for improvement and bug fixes. Here are some of the bug fixes and improvements coming in the next version which I plan on releasing next week. There are a lot of changes there so if [...]]]></description>
			<content:encoded><![CDATA[<p>WP Super Cache 1.0 came out several months ago and while it worked fine for most people there&#8217;s always room for improvement and bug fixes. Here are some of the bug fixes and improvements coming in the next version which I plan on releasing next week. </p>
<p>There are a lot of changes there so if you have a self hosted blog I would really appreciate if you download the development version, <a href="http://downloads.wordpress.org/plugin/wp-super-cache.zip">wp-super-cache.zip</a> and install it in your plugins folder.</p>
<ul>
<li> Use $_SERVER[ 'SERVER_NAME' ] to create cache directories.</li>
<li> Only create blogs cached directories if valid requests and blogs exist.</li>
<li> Only clear current blog&#8217;s cache files if navigation menu is modified</li>
<li> Added clean_post_cache action to clear cache on post actions</li>
<li> Removed garbage collection details on Contents tab</li>
<li> Added wp_cache_check_mobile cacheaction filter to shortcircuit mobile device check.</li>
<li> Don&#8217;t delete cache files for draft posts</li>
<li> Added action on wp_trash_post to clear the cache when trashed posts are deleted</li>
<li> Show a warning when 304 browser caching is disabled (because mod_rewrite caching is on)</li>
<li> New check for safe mode if using less that PHP 5.3.0</li>
<li> Added wp_supercache_remove_cookies filter to disable anonymous browsing mode.</li>
<li> Fixed garbage collection schedule dropdown</li>
<li> Fixed preload problem clearing site&#8217;s cache on &#8220;page on front&#8221; sites.</li>
<li> Fix for PHP variable not defined warnings</li>
<li> Fixed problem refreshing cache when comments made as siteurl() sometimes didn&#8217;t work</li>
<li> Preloading of taxonomies is now optional</li>
<li> Domain mapping fixes.</li>
<li> Better support for https sites. Remove https:// to get cache paths.</li>
<li> Added AddDefaultCharset .htaccess rule back in and added an option to remove it if required.</li>
<li> Added multisite plugin that adds a &#8220;Cached&#8221; column to Network->Sites to disable caching on a per site basis.</li>
<li> Added WPTouch plugin to modify browser and prefix list in mobile detection code. Added support for that plugin&#8217;s exclude list.</li>
<li> Fixed cache tester</li>
<li> Filter the tags that are used to detect end-of-page using the wp_cache_eof_tags filter.</li>
</ul>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497475" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2008/10/24/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href="http://ocaoimh.ie/2009/01/09/wp-super-cache-087/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.7">WP Super Cache 0.8.7</a></li><li> <a href="http://ocaoimh.ie/2010/02/08/wp-super-cache-099/" rel="bookmark" title="Permanent Link: WP Super Cache 0.9.9">WP Super Cache 0.9.9</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/11/super-cache-for-the-weekend/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>BF3 vs TF2</title>
		<link>http://ocaoimh.ie/2012/05/10/bf3-vs-tf2/</link>
		<comments>http://ocaoimh.ie/2012/05/10/bf3-vs-tf2/#comments</comments>
		<pubDate>Thu, 10 May 2012 08:59:24 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[BF3]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[TF2]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497468</guid>
		<description><![CDATA[Who wins when two great games collide? Related Posts No related posts]]></description>
			<content:encoded><![CDATA[<p><span style="text-align:center; display: block;"><a href="http://ocaoimh.ie/2012/05/10/bf3-vs-tf2/"><img src="http://img.youtube.com/vi/ZudjqbktiyI/2.jpg" alt="" /></a></span></p>
<p>Who wins when two great games collide?</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497468" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> No related posts</li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/10/bf3-vs-tf2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will swap voice and texts for data</title>
		<link>http://ocaoimh.ie/2012/05/09/will-swap-voice-and-texts-for-data/</link>
		<comments>http://ocaoimh.ie/2012/05/09/will-swap-voice-and-texts-for-data/#comments</comments>
		<pubDate>Wed, 09 May 2012 16:59:51 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[data usage]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[Meteor]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497459</guid>
		<description><![CDATA[I hardly ever use up the monthly voice minutes and texts on my phone. Apparently carriers make more and more of their revenue from their customer&#8217;s data usage. Glad I&#8217;m near wifi most of the day! What about you? Related Posts Dune vs Queen: Who Wants to Live Forever Format C: on a Nokia 7650? [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ocaoimh.ie/ocaoimh/2012/05/phone-usage.png" alt="" title="phone-usage" width="431" height="208" class="aligncenter size-full wp-image-89497460" /></p>
<p>I hardly ever use up the monthly voice minutes and texts on my phone. Apparently carriers make more and more of their revenue from their customer&#8217;s data usage. Glad I&#8217;m near wifi most of the day!</p>
<p>What about you?</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497459" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2008/02/28/dune-vs-queen-who-wants-to-live-forever/" rel="bookmark" title="Permanent Link: Dune vs Queen: Who Wants to Live Forever">Dune vs Queen: Who Wants to Live Forever</a></li><li> <a href="http://ocaoimh.ie/2004/01/29/format-c-on-a-nokia-7650/" rel="bookmark" title="Permanent Link: Format C: on a Nokia 7650?">Format C: on a Nokia 7650?</a></li><li> <a href="http://ocaoimh.ie/2002/05/12/whoever-is-doing-tha/" rel="bookmark" title="Permanent Link: Whoever is doing that rumplest &#8230;">Whoever is doing that rumplest &#8230;</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/09/will-swap-voice-and-texts-for-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Harness racing on Cork&#8217;s roads</title>
		<link>http://ocaoimh.ie/2012/05/09/harness-racing-on-corks-roads/</link>
		<comments>http://ocaoimh.ie/2012/05/09/harness-racing-on-corks-roads/#comments</comments>
		<pubDate>Wed, 09 May 2012 15:42:25 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Ireland]]></category>
		<category><![CDATA[cork]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497455</guid>
		<description><![CDATA[Two harness racers on the Cork to Mallow road defying Garda attempts to stop them and driving against traffic on a very busy road. Crazy guys, crazy. More on Reddit and Silicon Republic. This comment has received too many negative votes Look lads there are races on that road all the time with horses and [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-align:center; display: block;"><a href="http://ocaoimh.ie/2012/05/09/harness-racing-on-corks-roads/"><img src="http://img.youtube.com/vi/Rc5JsMn0LRQ/2.jpg" alt="" /></a></span></p>
<p>Two harness racers on the Cork to Mallow road defying Garda attempts to stop them and driving against traffic on a very busy road. Crazy guys, crazy. </p>
<p>More on <a href="http://www.reddit.com/r/ireland/comments/teksq/garda%C3%AD_man_arrested_following_youtube_harness/">Reddit</a> and <a href="http://www.siliconrepublic.com/new-media/item/27119-shocking-harness-race-in-co">Silicon Republic</a>.</p>
<blockquote><p><i>This comment has received too many negative votes</i><br />
Look lads there are races on that road all the time with horses and no harm done it was the Garda﻿ that caused the madness forcering the pony to the other side of the road it 2 horses on the right side of the road for 2 mile the first 1 finish first wins but the Garda fucked it all up</p>
<p>MrFastpony 1 hour ago</p>
<p><i>This comment has received too many negative votes</i><br />
For all ye stupid fucking﻿ cunts that have Notting better to do but call names what about all the junkies and prostitute and rapiest n child malisters of settle people ya never hare about travellers up on court for any of that so who is the real scumbags here I think it the settle kind</p>
<p>MrFastpony 6 hours ago</p></blockquote>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497455" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2005/12/27/tuxkart-3d-racer/" rel="bookmark" title="Permanent Link: TuxKart 3D racer!">TuxKart 3D racer!</a></li><li> <a href="http://ocaoimh.ie/2003/03/11/fever-corks-newest-band/" rel="bookmark" title="Permanent Link: Fever! Cork&#039;s newest band">Fever! Cork&#039;s newest band</a></li><li> <a href="http://ocaoimh.ie/2007/11/23/the-noble-sport-of-motorhome-racing/" rel="bookmark" title="Permanent Link: The noble sport of motorhome racing">The noble sport of motorhome racing</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/09/harness-racing-on-corks-roads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why so skeptical?</title>
		<link>http://ocaoimh.ie/2012/05/04/why-so-skeptical/</link>
		<comments>http://ocaoimh.ie/2012/05/04/why-so-skeptical/#comments</comments>
		<pubDate>Fri, 04 May 2012 21:29:48 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Cork Skeptics]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[skepticism]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497443</guid>
		<description><![CDATA[In a few years time, there may well be no rhinos left alive. And when I say no rhinos, I do not mean “none left in the wild”. I mean none in the zoos either. The captive animals will have been killed too. The reason for this is an insatiable desire among some people for [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>In a few years time, there may well be no rhinos left alive. And when I say no rhinos, I do not mean “none left in the wild”. I mean none in the zoos either. The captive animals will have been killed too. The reason for this is an insatiable desire among some people for rhinoceros horn – a material thought by some to possess magical healing powers. It’s really just a mass of keratin – the same substance that your hair and fingernails is made from. &#8230;</p>
<p>This is what you get when critical thinking is left to one side and blind belief trumps patient scientific inquiry. Where unsupported and uncontested beliefs thrive, dreadful scenarios can play themselves out, right down to the last animal standing.</p></blockquote>
<p><a href="http://corkskeptics.org/2012/05/04/skepticism-the-wider-issue/">Skepticism – the wider issue</a></p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497443" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2002/03/20/more-broadband-promi/" rel="bookmark" title="Permanent Link: More broadband promises &#8211; 5mb  &#8230;">More broadband promises &#8211; 5mb  &#8230;</a></li><li> <a href="http://ocaoimh.ie/2003/12/08/geopathic-stress-anyone/" rel="bookmark" title="Permanent Link: Geopathic Stress Anyone?">Geopathic Stress Anyone?</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/04/why-so-skeptical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

