<?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>Damian Beresford &#187; Uncategorized</title>
	<atom:link href="http://www.damianberesford.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damianberesford.com</link>
	<description>My perspective on the world of software development</description>
	<lastBuildDate>Tue, 22 Mar 2011 22:47:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Simple fractional odds conversion app..</title>
		<link>http://www.damianberesford.com/2011/03/22/simple-fractional-odds-conversion-app/</link>
		<comments>http://www.damianberesford.com/2011/03/22/simple-fractional-odds-conversion-app/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 22:46:24 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[odds mobile android]]></category>

		<guid isPermaLink="false">http://www.damianberesford.com/?p=126</guid>
		<description><![CDATA[I was never very good at understanding gambling odds until I had to run a book for our annual golf trip last year (and had to learn by being thrown in the deep end!). Everything you need to know about odds/gambling/book making/probability can be found in these three articles: Odds Mathematics of bookmaking Soccer Betting [...]]]></description>
			<content:encoded><![CDATA[<p>I was never very good at understanding gambling odds until I had to run a book for our annual golf trip last year (and had to learn by being thrown in the deep end!). Everything you need to know about odds/gambling/book making/probability can be found in these three articles:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Odds">Odds</a></li>
<li><a href="http://en.wikipedia.org/wiki/Mathematics_of_bookmaking">Mathematics of bookmaking</a></li>
<li><a href="http://www.isfa.com/betting-odds-probability.php">Soccer Betting</a></li>
</ul>
<p>Requires a little bit of study but it&#8217;s worth it!</p>
<p>However, I still find fractional odds confusing and too difficult to process in my head (especially when being discussed in a pub!), so I wrote a very trivial mobile app that lists common fractional odds and their decimal equivalent (and associated probability). So if someone drunkenly offers you odds of 11/8 on something, you can do a quick lookup to see that 13/8 is 2.38 in decimal odds (i.e. you get back your money multiplied by 2.38), and also that 13/8 has an implied probability of 42.02% (i.e. the chance of this happening). I hope this saves me a fortune <img src='http://www.damianberesford.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>You can browse to it on your phone <a href="http://www.damianberesford.com/OddsConverter/index.html">here</a> (and make a shortcut to it from your phones desktop for quick pub access). If you have an Android phone you can also download the app to your phones sd card from <a href="http://www.damianberesford.com/files/OddsConverter.apk">here</a> and install it directly using an Android App Installer (see <a href="http://www.brighthub.com/mobile/google-android/articles/37151.aspx">this</a> article for instructions). </p>
<p>Also, this app was written using &#8216;Mobl&#8217;, see <a href="http://www.mobl-lang.org">www.mobl-lang.org</a>. The source .mobl file for it is on GitHub <a href="https://gist.github.com/882042">here</a>. The HTML5 that Mobl generates from this file can be found <a href="https://github.com/dberesford/OddsConverter">here</a>.</p>
<p><img src="http://www.damianberesford.com/files/OddsConverter.png" alt="OddsConverter screenshot" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.damianberesford.com/2011/03/22/simple-fractional-odds-conversion-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exiv2 native extension for Node.js</title>
		<link>http://www.damianberesford.com/2011/02/23/exiv2-native-extension-for-node-js/</link>
		<comments>http://www.damianberesford.com/2011/02/23/exiv2-native-extension-for-node-js/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 19:47:26 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Mini-projects]]></category>
		<category><![CDATA[node.js]]></category>

		<guid isPermaLink="false">http://www.damianberesford.com/?p=97</guid>
		<description><![CDATA[I&#8217;ve been dabbling a bit recently in writing native extensions for node.js, specifically, I wanted to use exiv2 from within Node. Exiv2 is a fantasic tool for reading and writing Exif (and IPCT/XMP) metadata to/from photos, see Wikipedia or exif.org for more info. The ability to manipulate Exif data in my photos is just a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been dabbling a bit recently in writing native extensions for <a href="http://nodejs.org/">node.js</a>, specifically, I wanted to use <a href="http://www.exiv2.org/">exiv2</a> from within Node. <a href="http://www.exiv2.org/">Exiv2</a> is a fantasic tool for reading and writing <a href="http://en.wikipedia.org/wiki/Exif">Exif</a> (and IPCT/XMP) metadata to/from photos, see <a href="http://en.wikipedia.org/wiki/Exif">Wikipedia</a> or <a href="http://www.exif.org/">exif.org</a> for more info. The ability to manipulate Exif data in my photos is just a small part of a bigger pet project I&#8217;ve been working on, which uses Node..</p>
<p>Rather than launch the exiv2 process from within Node (messy), I had a go at writing a native C++ extension that would use the exiv2 <a href="http://www.exiv2.org/doc/index.html">library</a> to do the reading/writing. Additionally, this processing happens on a background thread, so its asynchronous when used from within Node itself (in keeping with the non-blocking Node way of doing things).</p>
<p>The result is here on GitHub: <a href="https://github.com/dberesford/exiv2node">https://github.com/dberesford/exiv2node</a>. See the <a href="https://github.com/dberesford/exiv2node/blob/master/README.md">README</a> for usage, etc. Doesn&#8217;t cover all of exiv2&#8242;s functionality, but can be easily extended if necessary. </p>
<p>I also learned quite a lot about <a href="http://nodejs.org/docs/v0.4.1/api/all.html">Node</a> &#038; <a href="http://code.google.com/p/v8/">V8</a> in the process, the ability to add easily add asynchronous extensions like this is a really awesome feature of Node. Some links I found useful for developing native Node extensions:</p>
<ul>
<li><a href="https://www.cloudkick.com/">CloudKick</a> have an excellent <a href="https://www.cloudkick.com/blog/2010/aug/23/writing-nodejs-native-extensions">tutorial</a> </li>
<li>V8 <a href="http://code.google.com/intl/ko-KR/apis/v8/embed.html">Embedders Guide</a> </li>
<li>V8 <a href="http://create.tpsitulsa.com/wiki/V8_Cookbook">Cookbook</a></li>
<li>The <a href="https://github.com/ry/node">source code</a> for Node itself is a good reference for how to use V8</li>
</ul>
<p>Finally, many thanks to everyone behind both <a href="http://nodejs.org/">Node</a> and <a href="http://www.exiv2.org/">Exiv2</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.damianberesford.com/2011/02/23/exiv2-native-extension-for-node-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows build of ZeroMQ and C# bindings..</title>
		<link>http://www.damianberesford.com/2010/12/01/windows-build-of-zeromq-and-c-bindings/</link>
		<comments>http://www.damianberesford.com/2010/12/01/windows-build-of-zeromq-and-c-bindings/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 21:58:28 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[zeromq]]></category>

		<guid isPermaLink="false">http://www.damianberesford.com/?p=80</guid>
		<description><![CDATA[Took a look at ZeroMQ this evening and as its a source only distribution, I thought I&#8217;d share my compiled windows library binaries and &#8216;hello world&#8217; projects. (Note you can also get the library binaries through NuGet as described here if you wish). The following zip file contains: A build of zeromq library, version 2.0.10, [...]]]></description>
			<content:encoded><![CDATA[<p>Took a look at <a href="http://www.zeromq.org">ZeroMQ </a>this evening and as its a source only distribution, I thought I&#8217;d share my compiled windows library binaries and &#8216;hello world&#8217; projects. (Note you can also get the library binaries through <a href="http://nuget.codeplex.com/">NuGet </a>as described <a href="http://www.zeromq.org/bindings:clr">here</a> if you wish). </p>
<p>The following <a href="https://docs.google.com/leaf?id=0B9cR3B4iDJ3dNDNlNTFiNjItYTkwNC00YmIwLWIwYjAtYjEyNTExZmJjZjI1&#038;sort=name&#038;layout=list&#038;num=50">zip file</a> contains:</p>
<ul>
<li>A build of zeromq library, version 2.0.10, built with Visual Studio 2008 </li>
<li>A build of the C# &#8216;<a href="http://www.zeromq.org/bindings:clr">clrzmq2</a>&#8216; bindings (Version 2), also built with Visual Studio 2008 (not 2010, which version 2 is targeted for)</li>
<li>Visual Studio 2008 C# Solution containing the ZeroMQ &#8216;Hello World&#8217; C# client and server demo applications, as documented in the <a href="http://zguide.zeromq.org/">ZeroMQ Guide</a>.</li>
</ul>
<p>Congrats to all everyone involved in ZeroMQ, very impressed so far.</p>
<div id="attachment_84" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.damianberesford.com/wp-content/uploads/2010/12/zeromq-helloworld.PNG"><img src="http://www.damianberesford.com/wp-content/uploads/2010/12/zeromq-helloworld-300x174.PNG" alt="hwclient and hwserver in action" title="zeromq-helloworld" width="300" height="174" class="size-medium wp-image-84" /></a><p class="wp-caption-text">hwclient and hwserver in action</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.damianberesford.com/2010/12/01/windows-build-of-zeromq-and-c-bindings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our unusual unit testing..</title>
		<link>http://www.damianberesford.com/2010/07/16/ingenico-telium-testsuite/</link>
		<comments>http://www.damianberesford.com/2010/07/16/ingenico-telium-testsuite/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 11:23:49 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.damianberesford.com/?p=69</guid>
		<description><![CDATA[We&#8217;re currently developing an application for the Ingenico iCT 220/250 Telium terminals. Nifty little devices, ARM9, Linux, GNU C with an Eclipse based development environment. It&#8217;s pretty bare bones from a development perspective however, so the first thing we developed was a unit test framework (pretty hard to do TDD without one!). Here it is [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re currently developing an application for the <a href="http://www.ingenico.com/en">Ingenico</a> iCT <a href="http://www.ingenico.com/SITEFORUM?&#038;t=/Default/gateway&#038;i=1218450834674&#038;application=story&#038;active=no&#038;ParentID=1219247335209&#038;StoryID=1224504597884&#038;xref=">220/250</a> Telium terminals. Nifty little devices, ARM9, Linux, GNU C with an <a href="http://eclipse.org/">Eclipse</a> based development environment.</p>
<p>It&#8217;s pretty bare bones from a development perspective however, so the first thing we developed was a unit test framework (pretty hard to do <a href="http://en.wikipedia.org/wiki/Test-driven_development">TDD</a> without one!). Here it is in action:<br />
<div class="wp-caption alignleft" style="width: 318px"><img alt="Ingenico iCT 220" src="http://damianberesford.com/files/Ingenico-ICT-220.jpg" title="Ingenico iCT 220" width="308" height="410" /><p class="wp-caption-text">Ingenico iCT 220</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.damianberesford.com/2010/07/16/ingenico-telium-testsuite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DIY Burglar Alarm</title>
		<link>http://www.damianberesford.com/2010/03/02/diy-burglar-alarm/</link>
		<comments>http://www.damianberesford.com/2010/03/02/diy-burglar-alarm/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 21:24:28 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.damianberesford.com/?p=57</guid>
		<description><![CDATA[Not that I have much faith in burglar alarms (having a dog is apparently more of a deterrent for thieves) but we were fast becoming the only house in our small estate that didn&#8217;t have one. I got a quote to have one installed but thought it was a bit on the high side (to [...]]]></description>
			<content:encoded><![CDATA[<p>Not that I have much faith in <a href="http://en.wikipedia.org/wiki/Burglar_alarm">burglar alarms</a> (having a dog is apparently more of a deterrent for thieves) but we were fast becoming the only house in our small estate that didn&#8217;t have one. I got a quote to have one installed but thought it was a bit on the high side (to put it politely), given that the alarm units themselves don&#8217;t cost all that much (and there&#8217;s also not really *that* much to <a href="http://home.howstuffworks.com/home-improvement/household-safety/security/burglar-alarm.htm">them</a> <img src='http://www.damianberesford.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . So I went down the DIY route.</p>
<p>If you&#8217;re thinking of doing the same (or getting one put installed for you for that matter), first figure out what your requirements are, i.e. broadly speaking, do you want:<br />
 &#8211; wired or wireless alarm (probably depends on if your house is already wired for an alarm)<br />
 &#8211; with or without auto-dialer (i.e. do you want it to contact you or not)<br />
 &#8211; how many door contacts and IR detectors you need</p>
<p>Like securing anything, the more secure you make it the greater the costs involved, and this is particularly true when it comes to figuring how many sensors you need to secure your house to a level that you (and your pocket) are happy with. E.g. for our house, I went with a wireless alarm with an auto-dialer, contacts for all the external doors and enough IR detectors to protect the main downstairs areas and the upstairs landing.</p>
<p>So product wise, I eventually went with a Friedland <a href="http://www.responseelectronics.com/store/home.php">Response</a> alarm. I got the base <a href="http://www.responseelectronics.com/store/SA5-Friedland-Response-Wireless-Alarm-pr-4.html">SA5 package</a> with the few additional sensors I wanted and an additional <a href="http://www.responseelectronics.com/store/Response-Wirefree-433MHz-Remote-Control-SAR-pr-9.html">remote control</a>. The main reason I went with Response is because they have their instruction manuals all online <a href="http://www.responseelectronics.com/store/pages.php?pageid=1">here</a>, so you know in advance how it all fits together and whats involved in installing it. (When also get a really handy DVD when you buy the kit; its a pity they don&#8217;t have this online too as its a better illustration of what&#8217;s involved in installing each component). </p>
<p><img src="http://damianberesford.com/files/sa5.jpg" alt="Response SA5 Alarm" /></p>
<p>After a bit of shopping around, I found that Amazon is <a href="http://www.amazon.co.uk/Friedland-Response-SK5-Wirefree-Telecommunicating/dp/B001FX95EI/ref=sr_1_7?ie=UTF8&#038;s=diy&#038;qid=1267562659&#038;sr=8-7">cheapest</a> for an SK5 kit, however (and rather annoyingly) they don&#8217;t deliver to Ireland (apparently they don&#8217;t/can&#8217;t fly batteries across the pond for security issues &#8211; don&#8217;t know if this is actually true or not). I also found the the local B&#038;Q are selling an SA5 kit for €380, that&#8217;s quite a paddy tax guys! There also wasn&#8217;t much available on ebay at the time (although there are quite a few generic looking wireless alarms for sale if you want to chance a cheaper kit). So in the end I bought it from the Response website themselves, they do deliver to Ireland if you ring them up and ask them to courier it (costs an extra £11.50).</p>
<p>Installation wise it all went quite smooth (I&#8217;ve had much harder self assembly jobs!), but I did take my time at it and it&#8217;s always fun to get the drill out. You definitely don&#8217;t need to be an electrician to put in a wireless alarm. Configuring everything from the control panel (i.e. the zones, numbers to dial, etc) is just a case of following the steps in the manual. The one thing I was a bit worried about before hand was how to drill the door contacts in to the patio door, but thankfully they optionally come with sticky bits so installing them only takes a minute, result! </p>
<p>So in all it&#8217;s worked out very well all told. If you are considering the DIY route and have any questions, leave a comment below or drop me a <a href="<a href="http://twitter.com/dberesford">twitter</a>&#8220;>tweet</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.damianberesford.com/2010/03/02/diy-burglar-alarm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows build of &#8216;PJSUA&#8217;</title>
		<link>http://www.damianberesford.com/2009/09/21/windows-build-of-pjsua/</link>
		<comments>http://www.damianberesford.com/2009/09/21/windows-build-of-pjsua/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 15:59:36 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Mini-projects]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.damianberesford.com/?p=41</guid>
		<description><![CDATA[I was doing a bit of research into SIP development and I struggled to find to pre-built binary for PJSUA (a sample console application for the excellent PJSIP) for windows. There are quite a few steps involved in building PJSIP on windows, so if anyone is looking for a pre-built binary for PJSUA for windows, here it [...]]]></description>
			<content:encoded><![CDATA[<p>I was doing a bit of research into <a href="http://en.wikipedia.org/wiki/Session_Initiation_Protocol">SIP</a> development and I struggled to find to pre-built binary for <a href="http://www.pjsip.org/pjsip/docs/html/page_pjsip_samples_pjsua.htm">PJSUA</a> (a sample console application for the excellent <a href="http://www.pjsip.org">PJSIP</a>) for windows.</p>
<p>There are quite a few steps involved in <a href="http://www.pjsip.org/using.htm#vs">building PJSIP on windows</a>, so if anyone is looking for a pre-built binary for PJSUA for windows, <a href="http://www.damianberesford.com/files/pjsua-i386-Win32-vc8-Release.zip">here</a> it is. It&#8217;s built with <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;displaylang=en">MS SDK 7</a>, and version 2914 of the pjsip trunk.</p>
<p>Although it is billed as a reference application, PJSUA is really quite comprehensive in terms of functionality, and works very well when run against my <a href="http://www.blueface.ie/">Blueface</a> account.</p>
<p>Many thanks to everyone behind the PJSIP project, I hope to use it in earnest in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.damianberesford.com/2009/09/21/windows-build-of-pjsua/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>April 2009 Budget Calculator</title>
		<link>http://www.damianberesford.com/2009/04/07/april-2009-budget-calculator/</link>
		<comments>http://www.damianberesford.com/2009/04/07/april-2009-budget-calculator/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 23:28:27 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.damianberesford.com/?p=37</guid>
		<description><![CDATA[Myself and John have released a Budget Calculator for this emergency 2009 Budget which you can run here. Your not likely to find good news, so please don&#8217;t shoot the messenger! By the way, RedOakTaxRefunds is the relaunched &#38; rebranded version of Tax123.ie. Plenty of disquiet around the country over this budget, a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>Myself and <a href="http://www.redoaktaxrefunds.ie">John</a> have released a Budget Calculator for this emergency 2009 Budget which you can run <a href="http://www.redoaktaxrefunds.ie/index.php?contentid=budget-calculator">here</a>.<a href="http://www.redoaktaxrefunds.ie/index.php?contentid=budget-calculator"><br />
</a></p>
<p>Your not likely to find good news, so please don&#8217;t shoot the messenger! By the way, <a href="http://www.redoaktaxrefunds.ie">RedOakTaxRefunds</a> is the relaunched &amp; rebranded version of <a href="http://www.tax123.ie/blog%5Credoaktaxrefunds_launch">Tax123.ie</a>.</p>
<p>Plenty of disquiet around the country over this budget, a lot of unhappy campers (myself included!):</p>
<p><a href="http://search.twitter.com/search?q=bludget">http://search.twitter.com/search?q=bludget</a></p>
<p><a href="http://www.scribblelive.com/Event/Irish_Emergency_Budget_2009">http://www.scribblelive.com/Event/Irish_Emergency_Budget_2009</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.damianberesford.com/2009/04/07/april-2009-budget-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter TV</title>
		<link>http://www.damianberesford.com/2009/03/20/twitter-tv/</link>
		<comments>http://www.damianberesford.com/2009/03/20/twitter-tv/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 17:31:07 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.damianberesford.com/?p=36</guid>
		<description><![CDATA[In the past few weeks, Twitter has crossed over to our living room and is now a part of our TV viewing experience, primarily for Dragons Den. The Irish version of Dragons Den is mediocre in my opinion, but the fun part is when you combine it with the &#8216;back chat&#8217; on #ddire. For an [...]]]></description>
			<content:encoded><![CDATA[<p>In the past few weeks, <a href="http://twitter.com">Twitter</a> has crossed over to our living room and is now a part of our TV viewing experience, primarily for <a href="http://www.rte.ie/tv/dragonsden/">Dragons Den</a>. The Irish version of Dragons Den is mediocre in my opinion, but the fun part is when you combine it with the &#8216;back chat&#8217; on <a href="http://search.twitter.com/search?q=ddire">#ddire</a>. For an explanation of how these &#8216;hashtags&#8217; work on Twitter, see <a href="http://twitter.pbwiki.com/Hashtags">here</a>.</p>
<p>(apologies for the poor picture, but you get the idea <img src='http://www.damianberesford.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><img src="http://damianberesford.com/files/twitter-tv-dragonsden.jpg" alt="Twitter Dragons Den" width="500" height="375" /></p>
<p>In the picture above, Twitter is running on my media PC box (which I built a <a href="http://www.damianberesford.com/2008/12/04/recent-mini-project-my-cheap-e150-ex-vat-media-center-pc/">few months back</a>) and our TV supports <a href="http://en.wikipedia.org/wiki/Picture-in-picture">PIP</a>, so that&#8217;s a mini-screen Dragons Den with various peoples &#8216;tweets&#8217; about whats happening in the show in the background.</p>
<p>Dragons Den is the only show at the moment that I watch like this, have tried following twitter groups while sporting matches are on (for example, <a href="http://twitter.com/ghook">George Hook</a> live tweeted during last weeks Ireland/Scotland rugby match) but personally I find I&#8217;m a bit too engaged in the match and the tweets are too much of a distraction (although I do scan them at half time). I&#8217;ve also heard that people live tweet during the <a href="http://www.rte.ie/tv/latelate/">Late Late Show</a>, but I&#8217;m sorry, no amount of amusing Twitter comments would make me sit though that <img src='http://www.damianberesford.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I know there are many ways of following Twitter whilst watching TV (i.e. laptop, mobile, etc) but I think it would be really great if it was integrated directly into the TV itself. You could optionally have tweets relating to the show your watching scrolling across the bottom of your TV screen (like a stockticker), or superimposed like you can do with <a href="http://en.wikipedia.org/wiki/Teletext">teletext</a> &#8211; all controllable from your remote.<img src="http://farm3.static.flickr.com/2313/2169855774_d63f3b827c.jpg?v=0" alt="Twitter Button" width="70" height="70" align="right" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.damianberesford.com/2009/03/20/twitter-tv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2009 Budget Calculator</title>
		<link>http://www.damianberesford.com/2008/10/15/2009-budget-calculator/</link>
		<comments>http://www.damianberesford.com/2008/10/15/2009-budget-calculator/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 08:23:26 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.damianberesford.com/?p=31</guid>
		<description><![CDATA[Late night last night developing the first version of the 2009 Budget Calculator for Tax123.ie, you can run it from here: https://tax123.ie/Budget2009Calc.php Harsh budget this year, don&#8217;t expect to be better off! We will be improving it over the coming days, the main omissions at the moment are the changes in Mortgage Interest Relief and [...]]]></description>
			<content:encoded><![CDATA[<p>Late night last night developing the first version of the 2009 Budget Calculator for Tax123.ie, you can run it from here:</p>
<p><a href="https://tax123.ie/Budget2009Calc.php">https://tax123.ie/Budget2009Calc.php</a></p>
<p>Harsh budget this year, don&#8217;t expect to be better off!</p>
<p>We will be improving it over the coming days, the main omissions at the moment are the changes in <a href="http://www.tax123.ie/articles/budget_2009_ireland">Mortgage Interest Relief</a> and also the Car Parking changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.damianberesford.com/2008/10/15/2009-budget-calculator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upcoming &#8216;Transition Town Tramore&#8217; event..</title>
		<link>http://www.damianberesford.com/2008/10/13/upcoming-transition-town-tramore-event/</link>
		<comments>http://www.damianberesford.com/2008/10/13/upcoming-transition-town-tramore-event/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 21:51:22 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.damianberesford.com/?p=30</guid>
		<description><![CDATA[I attended the first Transition Town Tramore (t3.ie) event back in September and was very impressed by it, not having heard of the Transition Towns movement before. It was a very informative presentation from Dave Philips from the Cultivate Centre in Dublin and was quite well attended. What impressed me most is that we hear [...]]]></description>
			<content:encoded><![CDATA[<p>I attended the first <a href="http://t3.ie">Transition Town Tramore (t3.ie)</a> event back in September and was very impressed by it, not having heard of the <a href="http://www.transitiontowns.org/">Transition Towns</a> movement before. It was a very informative presentation from Dave Philips from the <a href="http://www.cultivate.ie/">Cultivate Centre</a> in Dublin and was quite well attended.</p>
<p>What impressed me most is that we hear a lot about how doomed the planet is, etc but very little about what we can do about it at a local practical level, and the Transition movement has plenty of ideas here. It&#8217;s also heavily based on the idea of community involvement and transition at a community level, and anything in my view that promotes community spirit and getting to know our neighbors better should be supported by everyone.</p>
<p>So the next event is on this Thursday, 8pm in the <a href="http://www.grand-hotel.ie/">Grand Hotel</a> Tramore, brief as follows (more information can be found at <a href="http://t3.ie/">http://t3.ie/</a>):</p>
<blockquote><p>Transition Town Tramore Presents</p>
<p>The Power of Community:  How Cuba Survived Peak Oil</p>
<p>In the second of a series of events to raise awareness about the issues of Peak Oil and Climate Change, the Tramore Transition Town Initiative is showing the award winning film The Power of Community on October 16th at the Grand Hotel Tramore.</p>
<p>When the Soviet Union collapsed in 1990, Cuba&#8217;s economy went into a tailspin. With imports of oil cut by more than half ‐ and food by 80 percent ‐ people were desperate.</p>
<p>This film tells of the hardships and struggles as well as the community and creativity of the Cuban people during this difficult time. Cubans share how they transitioned from a highly mechanized, industrial agricultural system to one using organic methods of farming and local, urban gardens. It is an unusual look into the Cuban culture during this economic crisis, which they call &#8220;The Special Period.&#8221;</p>
<p>The film opens with a short history of Peak Oil, a term for the time in our history when world oil production will reach its all-time peak and begin to decline forever. Cuba, the only country that has faced such a crisis ‐ the massive reduction of fossil fuels ‐ is an example of options and hope.</p>
<p>“Global Oil production has not grown since May 2005” says Stan Nangle, a member of Transition Town Tramore ”and we have been on a plateau of about 85 million barrels of oil a day since them. We know that sooner or later total daily production of oil will start to reduce ‐ as it has in individual oilfields such as the North Sea ‐ and this is going to have a major impact on how we live and how our economy works.”</p>
<p>The Power of Community offers an insight into how Cuban society adapted to meet the challenges posed by Peak Oil, often without support from the Authorities, and how the Cuban people turned the situation around by using their initiative and working together to achieve a common goal.</p>
<p>“We are constantly hearing and reading about the problems we will face from Climate Change and Peak Oil, but nobody in authority is telling us what we need to do to overcome these difficulties” says Edel Jennings of Transition Town Tramore. “This film shows very clearly how Communities can pull together to find solutions to the problems they face and it gives people a positive example of what can be achieved.”</p>
<p>Background:</p>
<p>The Tramore Transition Town Initiative is a community group which is actively working to find answers to the question: “ how can our community respond to the challenges of Peak Oil and Climate Change?”</p>
<p>The Tramore Initiative is based on the Transition Town model developed in Kinsale Co Cork by Rob Hopkins, and currently being implemented in more than 800 communities worldwide.</p>
<p>The Tramore steering committee is currently working to build awareness of the issues of Peak Oil and Climate Change in our community by running a series of public events, and through direct contact with community groups, clubs and societies in Tramore. The series of awareness events will run on a monthly basis from September 2007 to February 2008 and will be followed in March 2008 by the setting up of working groups to look at how we might mitigate the effects of Peak Oil and Climate Change in the areas of food, energy, transport, health, heart &amp; soul, economics &amp; livelihoods.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.damianberesford.com/2008/10/13/upcoming-transition-town-tramore-event/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

