<?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!</title>
	<atom:link href="http://ocaoimh.ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://ocaoimh.ie</link>
	<description>Look what I found today!</description>
	<lastBuildDate>Wed, 16 May 2012 12:50:09 +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>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>0</slash:comments>
		</item>
		<item>
		<title>Batman Says No</title>
		<link>http://ocaoimh.ie/2012/05/16/batman-says-no/</link>
		<comments>http://ocaoimh.ie/2012/05/16/batman-says-no/#comments</comments>
		<pubDate>Wed, 16 May 2012 09:40:40 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Ireland]]></category>
		<category><![CDATA[fiscal treaty]]></category>
		<category><![CDATA[gift-grub]]></category>
		<category><![CDATA[todayfm]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497501</guid>
		<description><![CDATA[The Fiscal Treaty approaches. Batman will vote NO and fight on against all odds. Favourite part? Gilmore as Two Face, or the explanation for the Joker&#8217;s name. (via) Related Posts Many Faces of BATMAN Batman: Dead End There have been many Batman logos over the years]]></description>
			<content:encoded><![CDATA[<p><span style="text-align:center; display: block;"><a href="http://ocaoimh.ie/2012/05/16/batman-says-no/"><img src="http://img.youtube.com/vi/P6bkmJWs3p4/2.jpg" alt="" /></a></span></p>
<p>The Fiscal Treaty approaches. Batman will vote NO and fight on against all odds.</p>
<p>Favourite part? Gilmore as Two Face, or the explanation for the Joker&#8217;s name. (<a href="http://www.reddit.com/r/ireland/comments/tpmgp/gift_ganley/">via</a>)</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497501" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2005/03/15/many-faces-of-batman/" rel="bookmark" title="Permanent Link: Many Faces of BATMAN">Many Faces of BATMAN</a></li><li> <a href="http://ocaoimh.ie/2005/07/18/batman-dead-end/" rel="bookmark" title="Permanent Link: Batman: Dead End">Batman: Dead End</a></li><li> <a href="http://ocaoimh.ie/2005/03/04/there-have-been-many-batman-logos-over-the-years/" rel="bookmark" title="Permanent Link: There have been many Batman logos over the years">There have been many Batman logos over the years</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/16/batman-says-no/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The amazing self charging Android phone</title>
		<link>http://ocaoimh.ie/2012/05/15/the-amazing-self-charging-android-phone/</link>
		<comments>http://ocaoimh.ie/2012/05/15/the-amazing-self-charging-android-phone/#comments</comments>
		<pubDate>Tue, 15 May 2012 17:05:40 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Samsung Galaxy S II]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497494</guid>
		<description><![CDATA[Some things never change. Both Android phones I&#8217;ve owned (Samsung Galaxy S 1 &#038; 2) have this weird bug where the phone turns itself off and when reset by removing the battery the charge level has gone way down. I woke early this morning to discover the PIN unlock screen so I guessed the phone [...]]]></description>
			<content:encoded><![CDATA[<p><img title="" class="aligncenter" alt="image" src="http://ocaoimh.ie/ocaoimh/2012/05/wpid-Screenshot_2012-05-15-05-46-58.png" /></p>
<p>Some things never change. Both Android phones I&#8217;ve owned (Samsung Galaxy S 1 &#038; 2) have this weird bug where the phone turns itself off and when reset by removing the battery the charge level has gone way down. </p>
<p>I woke early this morning to discover the PIN unlock screen so I guessed the phone had rebooted. When I checked the battery levels I saw this. The battery suddenly lost a huge chunk of charge sometime during the night but over the next few hours seemed to recharge itself. </p>
<p>I&#8217;d say it&#8217;s magic.</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497494" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2011/12/14/kids-place-android-parental-lock/" rel="bookmark" title="Permanent Link: Kids Place Android Parental Lock">Kids Place Android Parental Lock</a></li><li> <a href="http://ocaoimh.ie/2012/03/07/install-ubuntu-on-your-android-phone/" rel="bookmark" title="Permanent Link: Install Ubuntu on your Android Phone">Install Ubuntu on your Android Phone</a></li><li> <a href="http://ocaoimh.ie/2011/04/10/android-playstation-emulator-goes-free/" rel="bookmark" title="Permanent Link: Android Playstation Emulator goes Free!">Android Playstation Emulator goes Free!</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/15/the-amazing-self-charging-android-phone/feed/</wfw:commentRss>
		<slash:comments>0</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>Robot Enrichment</title>
		<link>http://ocaoimh.ie/2012/05/11/robot-enrichment/</link>
		<comments>http://ocaoimh.ie/2012/05/11/robot-enrichment/#comments</comments>
		<pubDate>Fri, 11 May 2012 20:35:11 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[free to play]]></category>
		<category><![CDATA[grind to play]]></category>
		<category><![CDATA[Steam]]></category>
		<category><![CDATA[Valve]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497478</guid>
		<description><![CDATA[I just noticed that Portal 2 now has a store where you can modify your robot. I like the way Valve monetize their games. They bring out free DLC, expanding older games with updates and offering them either free (TF2) or at a steep discount. Then they encourage you to buy hats and personalise your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ocaoimh.ie/ocaoimh/2012/05/2012-05-11_00001.jpg"><img src="http://ocaoimh.ie/ocaoimh/2012/05/2012-05-11_00001-1024x640.jpg" alt="" title="2012-05-11_00001" width="600" height="375" class="aligncenter size-large wp-image-89497479" /></a></p>
<p>I just noticed that Portal 2 now has a <a href="http://zombieskittles.com/robot-enrichment">store</a> where you can modify your robot. I like the way Valve monetize their games. They bring out free DLC, expanding older games with updates and offering them either free (TF2) or at a steep discount. Then they encourage you to buy hats and personalise your character! Nothing like some of the other <em>grind to play</em> free games I&#8217;ve played elsewhere.</p>
<p>Two games spring to mind, both free Android games. <a href="https://play.google.com/store/apps/details?id=com.glu.samuzombie&#038;hl=en">Samurai vs Zombies</a> and <a href="http://www.amazon.com/Garfields-Defense-Attack-Food-Invaders/dp/B007VCVCAM?tag=holshm-20">Garfield Defense</a>. Both play in exactly the same way even though they are apparently by different developers. I swear they used the one game engine and just swapped out graphics and sound.</p>
<p>In both games you collect coins to purchase power ups but those purchases are fairly pricey and by the time you get to level 10 you&#8217;ll need to grind and play the level 4 or 5 times to get enough coins to buy an upgrade to finish the level. </p>
<p>Still, not a bad way to spend a few minutes while waiting for the bus or something but to be honest I&#8217;d rather use my phone to read a book!</p>
<p>I almost forgot to mention the iOS version of Plants vs Zombies. It received a few updates recently which added the ability to plant flowers that reward you with silver and gold. I only tried it briefly but soon discovered that you need to use fertilizer or the plants will wilt. Of course you have to use real money to buy the fertilizer. *sigh*</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497478" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2004/09/16/giant-robot-in-times-square/" rel="bookmark" title="Permanent Link: Giant robot in Times Square">Giant robot in Times Square</a></li><li> <a href="http://ocaoimh.ie/2004/09/06/bronicas-and-robot-friends-what-i-did-last-summer/" rel="bookmark" title="Permanent Link: Bronicas and Robot Friends: What I Did Last Summer">Bronicas and Robot Friends: What I Did Last Summer</a></li><li> <a href="http://ocaoimh.ie/2010/05/27/the-a-team/" rel="bookmark" title="Permanent Link: The A-Team">The A-Team</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2012/05/11/robot-enrichment/feed/</wfw:commentRss>
		<slash:comments>2</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>15</slash:comments>
		</item>
		<item>
		<title>Puny god!</title>
		<link>http://ocaoimh.ie/2012/05/10/puny-god/</link>
		<comments>http://ocaoimh.ie/2012/05/10/puny-god/#comments</comments>
		<pubDate>Thu, 10 May 2012 21:30:50 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[Avengers Assemble]]></category>
		<category><![CDATA[Hulk]]></category>
		<category><![CDATA[Loki]]></category>
		<category><![CDATA[Marvel Comics]]></category>
		<category><![CDATA[reddit]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89497471</guid>
		<description><![CDATA[Thanks IrishTek Related Posts No related posts]]></description>
			<content:encoded><![CDATA[<p><img alt="Hulk smash Loki" src="http://edge.ebaumsworld.com/mediaFiles/picture/730195/82512401.gif" title="Hulk smash Loki" class="aligncenter" width="288" height="162" /></p>
<p>Thanks <a href="http://www.reddit.com/r/atheism/comments/tggt9/the_hulk_is_stronger_then_jesus/c4mg6bg">IrishTek</a></p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497471" 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/puny-god/feed/</wfw:commentRss>
		<slash:comments>2</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>
	</channel>
</rss>

