<?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>Declan Costello</title>
	<atom:link href="http://declancostello.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://declancostello.com</link>
	<description>When you make the finding yourself, even if you're the last person on earth to see the light, you'll never forget it.</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:39:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Programming Progress &#8211; Django forms</title>
		<link>http://declancostello.com/programming-progress-django-forms/</link>
		<comments>http://declancostello.com/programming-progress-django-forms/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 23:39:49 +0000</pubDate>
		<dc:creator>Declan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://declancostello.com/?p=530</guid>
		<description><![CDATA[Just before dinner and at the height of my frustration I figured out what was going wrong with my django form. With some rudimentary form posting I can now update and edit my sample sentences as part of my application. It&#8217;s actually the first time I&#8217;ve gotten user forms working with django so it was [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Just before dinner and at the height of my frustration I figured out what was going wrong with my django form.</p>
<p>With some rudimentary form posting I can now update and edit my sample sentences as part of my application.</p>
<p>It&#8217;s actually the first time I&#8217;ve gotten user forms working with django so it was nice to break new ground and then go for dinner and a beer <img src='http://declancostello.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.declancostello.com/wp-content/uploads/declancostello/2012/01/submit-srs1.png"><img class="aligncenter size-full wp-image-531" title="submit-srs1" src="http://www.declancostello.com/wp-content/uploads/declancostello/2012/01/submit-srs1.png" alt="" width="408" height="172" /></a></p>
<p>&nbsp;</p>
<p>Apart from coding, I&#8217;m also trying to keep reading useful content. I was emailed this by Andrew Warner of <a href="http://mixergy.com">Mixergy.com</a>, I&#8217;m on his list, it&#8217;s not like we&#8217;re friends or anything.</p>
<p>It&#8217;s an<a href="http://mixergy.com/collins-interactive-offer-interview/"> interview talking about how to co-create products</a> with an audience so you develop exactly what they want and are eager to buy. Seems like a really clever approach that&#8217;s better for developer and customer &#8211; win win.</p>
<p>Periodic Table of TODO Progress &#8211;  is up to Boron</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://declancostello.com/programming-progress-django-forms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Programming Progress &#8211; Flashcard Application</title>
		<link>http://declancostello.com/programming-progress-flashcard-application/</link>
		<comments>http://declancostello.com/programming-progress-flashcard-application/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 22:28:34 +0000</pubDate>
		<dc:creator>Declan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://declancostello.com/?p=525</guid>
		<description><![CDATA[I&#8217;ve spent some time with tutorials, now it&#8217;s time to move onto generating some of my own code. I want to build a flashcard application with loads of amazing features, but since I&#8217;m pretty new to python and django I&#8217;d better start with the basics. Building on the previous tutorial I want: a test page [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve spent some time with tutorials, now it&#8217;s time to move onto generating some of my own code.</p>
<p>I want to build a flashcard application with loads of amazing features, but since I&#8217;m pretty new to python and django I&#8217;d better start with the basics.</p>
<p>Building on the previous tutorial I want:</p>
<ul>
<li>a test page which will display a sentence.</li>
<li>a series of buttons which rate how well I know each piece of text.</li>
<li>an algorithm which shows me the best known phrases last.</li>
</ul>
<p>This doesn&#8217;t fit exactly what I want the final product to be but I think it&#8217;s better to be writing working code than just reading about doing something more complicated. Practise makes perfect</p>
<p>&nbsp;</p>
<p><a href="http://www.declancostello.com/wp-content/uploads/declancostello/2012/01/flashcard-cmd.png"><img class="aligncenter size-full wp-image-526" title="flashcard-cmd" src="http://www.declancostello.com/wp-content/uploads/declancostello/2012/01/flashcard-cmd.png" alt="" width="506" height="246" /></a></p>
<p>It&#8217;s easy to get an empty shell of a website up and running with django</p>
<p>&nbsp;</p>
<p><a href="http://www.declancostello.com/wp-content/uploads/declancostello/2012/01/server-started.png"><img class="aligncenter size-full wp-image-527" title="server-started" src="http://www.declancostello.com/wp-content/uploads/declancostello/2012/01/server-started.png" alt="" width="627" height="265" /></a></p>
<p>Now let&#8217;s try and add some meat to those digital bones.</p>
<p>&#8230;</p>
<p>I&#8217;ve added some super simple models and edited urls.py so now I can browse to the index of the site and see a message telling me I&#8217;m at the index of the site <img src='http://declancostello.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Programming is so easy.</p>
<p>As long as you don&#8217;t want your programs to actually do anything.</p>
<p>I&#8217;m going to bed and <a href="http://declancostello.com/knowledge-hooks">marking this</a> as <a href="http://en.wikipedia.org/wiki/Beryllium">beryllium</a></p>
<p>Will continue tomorrow with a views for a user and counting scores via POST.</p>
<p>And some new content for that affiliate site I started a few days back.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://declancostello.com/programming-progress-flashcard-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Programming Progress &#8211; working with tutorial 2</title>
		<link>http://declancostello.com/programming-progress-working-with-tutorial-2/</link>
		<comments>http://declancostello.com/programming-progress-working-with-tutorial-2/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 16:01:06 +0000</pubDate>
		<dc:creator>Declan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://declancostello.com/?p=520</guid>
		<description><![CDATA[Still working my way through http://jarv.org/2011/10/django-jquery-tutorial-part2/ I have a working app running on localhost from part 1 so I&#8217;m eager to see how it&#8217;ll take me to break it. There&#8217;s actually not so much to do in this part of the tutorial so I&#8217;m just reading through explanations rather than following instructions. Moving through the next [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Still working my way through <a href="http://jarv.org/2011/10/django-jquery-tutorial-part2/">http://jarv.org/2011/10/django-jquery-tutorial-part2/</a></p>
<p>I have a working app running on localhost from part 1 so I&#8217;m eager to see how it&#8217;ll take me to break it.</p>
<p>There&#8217;s actually not so much to do in this part of the tutorial so I&#8217;m just reading through explanations rather than following instructions.</p>
<p>Moving through the next 2 parts seems similar, in order to add another item to my &#8216;done list&#8217; I&#8217;m going to start coding from basics using this tutorial as a guide.</p>
<p>Reading instructions isn&#8217;t really immersive enough for me to learn anything</p>
<p>This is task 3 in my <a href="http://declancostello.com/knowledge-hooks">periodic table of progress</a>, so we have moved on to <a href="http://en.wikipedia.org/wiki/Lithium">Lithium</a></p>
]]></content:encoded>
			<wfw:commentRss>http://declancostello.com/programming-progress-working-with-tutorial-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Progress</title>
		<link>http://declancostello.com/programming-progress/</link>
		<comments>http://declancostello.com/programming-progress/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 00:28:17 +0000</pubDate>
		<dc:creator>Declan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://declancostello.com/?p=516</guid>
		<description><![CDATA[After some setup and typing yesterday, today is going to be all about programming. I found a nice looking tutorial at jarv.org on how to build a question / answer app that uses django and some jquery for the front end. I&#8217;m hoping that I can learn from it and change things around so that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After some setup and typing yesterday, today is going to be all about programming.</p>
<p>I found a nice looking tutorial at <a href="http://jarv.org">jarv.org</a> on how to build a question / answer app that uses <a href="http://jarv.org/2011/10/django-jquery-tutorial-part1/">django and some jquery</a> for the front end. I&#8217;m hoping that I can learn from it and change things around so that I get closer to the flashcard application I want to build for myself.</p>
<p>&nbsp;</p>
<p>The tutorial was easy to work through, I just thought I&#8217;d do some digital housekeeping before getting it done. This spawned a couple of hours of profanity and confusion as my computer refused to let me access one of my external hard drives &#8230; while displaying it to me.</p>
<p>Bastardly shitebag.</p>
<p>With that still not working, but providing fewer error messages than before I was able to setup a basic django app, import files from the tutorial author and get it running on my machine.</p>
<p>It uses sqlite3 for the database and should be a handy introduction for the kind of app I want to do myself.</p>
<p>&nbsp;</p>
<p><a href="http://jarv.org/2011/10/django-jquery-tutorial-part2/">On to part 2</a></p>
<p>- <a href="http://declancostello.com/knowledge-hooks/">Keeping the chain of elements going</a>, finishing the first tutorial in the series brings me to <a href="http://en.wikipedia.org/wiki/Helium">Helium</a></p>
]]></content:encoded>
			<wfw:commentRss>http://declancostello.com/programming-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting another site</title>
		<link>http://declancostello.com/starting-another-site/</link>
		<comments>http://declancostello.com/starting-another-site/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 16:46:12 +0000</pubDate>
		<dc:creator>Declan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://declancostello.com/?p=511</guid>
		<description><![CDATA[I decided to create a brand new affiliate site recently and have been adding some details about my progress to the forums at Wealthy Affiliate. I&#8217;ve started more than one in the past and many of them have ended up unfinished or abandoned so I really want to talk about my progress in the hope [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I decided to create a brand new affiliate site recently and have been adding some details about my progress to the forums at <a href="http://declancostello.com/wealthyaffiliate">Wealthy Affiliate</a>.</p>
<p>I&#8217;ve started more than one in the past and many of them have ended up unfinished or abandoned so I really want to talk about my progress in the hope that it will keep me on track.</p>
<p>&nbsp;</p>
<p>Since it is an affiliate site and I&#8217;m going to earn money from it, I&#8217;m not going to reveal the name or the niche, but as with almost all of the sites I&#8217;ve got there&#8217;s an element of personal interest in it.</p>
<p>I bought the domain years ago and have done almost nothing with it since then.</p>
<p>Today, determined to get some work done I read up on the <a href="http://www.pomodorotechnique.com/">pomodoro technique</a> and ended up reading through delicious tomato recipes. My procrastination abilities remain strong.</p>
<p>&nbsp;</p>
<p>Moving on, I logged into my <a href="http://declancostello.com/hostgator">hostgator</a> account and added a sub-account for this particular domain. Once that was created I logged into the new site account and found an option for a one click install of <a href="http://wordpress.org">wordpress</a>.</p>
<p>Very convenient.</p>
<p>Except it didn&#8217;t work.</p>
<p>I went to the site root and found some pretty php errors about files being missing. I&#8217;ve done a bit of php programming and if there&#8217;s one thing I know well it&#8217;s error messages.</p>
<p>While cursing the software that had done the installation I noticed that the sub-account I&#8217;d created had just 1 MB of space, which is far from enough for wordpress ( since the compressed <a href="http://wordpress.org/download">3.3.1 download</a> is more than 4 MB )</p>
<p>&nbsp;</p>
<p>Back to the drawing board ( webhosting control panel ), upgrade the account to a more robust 1000MB and delete the small number of wordpress files that did make it.</p>
<p>With a fresh start I decided to go for a regular install of wordpress by downloading, uploading and editing some database settings.</p>
<p>Worked like a charm <img src='http://declancostello.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>WordPress is incredibly easy to upgrade as well, there&#8217;s a link on the dashboard which tells you there&#8217;s a new version available and you just need to click to get up to date.</p>
<p>&nbsp;</p>
<p>With a blank install done I went and did some keyword research for the site, looking for search phrases are used fairly often but don&#8217;t have much competition in existing pages.</p>
<p>I just used the <a href="https://adwords.google.com/select/KeywordToolExternal">google keyword tool</a> and jotted down my results in a <a href="https://www.google.com/a/cpanel/standard/new3">google document</a>.</p>
<p>&nbsp;</p>
<p>I&#8217;m going to associate these efforts with my first <a href="http://declancostello.com/knowledge-hooks/">memory map keyword</a> &#8211; which is <a href="http://en.wikipedia.org/wiki/Hydrogen">hydrogen</a>.</p>
<p>&nbsp;</p>
<p>I&#8217;m not sure whether to try and create a parallel memory map for different tasks like programming or <a href="http://kanakanji.com">language study</a>. It&#8217;d probably be best to try and stick to one list so that I learn it more quickly and see all the items in consecutive order.</p>
<p>Not much point in associating hydrogen with Ireland and its capital, Dublin &#8211; other than the O&#8217; Hindenburg disaster.</p>
]]></content:encoded>
			<wfw:commentRss>http://declancostello.com/starting-another-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to the Present</title>
		<link>http://declancostello.com/back-to-the-present/</link>
		<comments>http://declancostello.com/back-to-the-present/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 23:50:38 +0000</pubDate>
		<dc:creator>Declan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://declancostello.com/?p=499</guid>
		<description><![CDATA[Great Scott! Most of the things I&#8217;ve written here have been set in the future, intentions, promises and ideas about how I&#8217;m going to do something. I need to write about what I have done in the past. The road to hell is paved with good intentions]]></description>
			<content:encoded><![CDATA[<p></p><p>Great Scott!</p>
<p>Most of the things I&#8217;ve written here have been set in the future, intentions, promises and  ideas about how I&#8217;m going to do something.</p>
<p>I need to write about what I have done in the past. </p>
<p>The road to hell is paved with good intentions</p>
]]></content:encoded>
			<wfw:commentRss>http://declancostello.com/back-to-the-present/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowledge Hooks &#8211; Remembering Stuff</title>
		<link>http://declancostello.com/knowledge-hooks/</link>
		<comments>http://declancostello.com/knowledge-hooks/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:12:08 +0000</pubDate>
		<dc:creator>Declan</dc:creator>
				<category><![CDATA[Progress Reports]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://declancostello.com/?p=500</guid>
		<description><![CDATA[I&#8217;m not a big fan of football ( soccer) but was in a pub with 2 friends watching a match. I was more interested in the beer but my friends were carrying on a lively debate about each team, the players, transfers, coaches etc. After a while I realised that they knew a huge amount [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;m not a big fan of football ( soccer) but was in a pub with 2 friends watching a match. I was more interested in the beer but my friends were carrying on a lively debate about each team, the players, transfers, coaches etc.</p>
<p>After a while I realised that they knew a huge amount of information about the sport.</p>
<p>And I couldn&#8217;t remember a single detail of anything they had said.</p>
<p>&nbsp;</p>
<p>Remembering new information is easy <em>if it relates to existing information</em></p>
<p>Each new game or player was just a small addition for their mental map but for me it was essentially random information and difficult to retain.</p>
<p>&nbsp;</p>
<p><a href="http://en.wikipedia.org/wiki/Tony_Buzan">Tony Buzan</a> has written a series of books on memorisation and one of his favourite methods of organising information is the <a href="http://en.wikipedia.org/wiki/Mind_map">mind map</a>.</p>
<p>But he also recommends something called the <a href="http://www.ludism.org/mentat/SemCubed">self enhancing memory matrix.</a></p>
<p>The idea is to memorise lists of basic information on a topic, lists of countries and their capitals, famous paintings, varieties of wine grape &#8211; that kind of thing.</p>
<p>Once this information has been safely squirrelled away in your mind it will serve as the foundation for any more information on that topic that you come across.</p>
<p>&nbsp;</p>
<p>So when you meet someone from Vanuatu, instead of being clueless you can ask if they lived in its capital Port Vila.</p>
<p>Or when someone recommends a Riesling that they enjoyed you already have an idea of its origin and taste and you can more easily remember the details that are being added to what you already know.</p>
<h3>C&#8217;mon I don&#8217;t want to spend time memorising lists &#8230;</h3>
<p>Nor does anyone really, I&#8217;m going to approach this slightly differently and tie this idea to my TODO list.</p>
<p>Each goal is going to be associated with a small bit of information. I&#8217;m going to start with the periodic table of elements.</p>
<p>Once I add an item, I&#8217;m also going to assign an element which should keep it in mind until I&#8217;ve completed the task.</p>
<p>Add another task, add another element.</p>
<p>Write a blog post &#8211; Hydrogen</p>
<p>Edit a video &#8211; Helium</p>
<p>&nbsp;</p>
<p>I&#8217;m hoping this will help keep my tasks small and add a nice sequence of information which will highlight the progress I&#8217;ve made.</p>
<p>&nbsp;</p>
<p>Might be a silly idea. Might be a good idea.</p>
<p>&nbsp;</p>
<p>Each everytime you check in code or every time you finish a streak on Khan Academy you can add a label for the piece of information you want associated.</p>
<p>&nbsp;</p>
<p>I recommend using some <a href="http://www.ludism.org/mentat/HomePage">memorisation techniques</a> like the places method or pegs so that you can get better at linking things together in your mind.</p>
<p>I was about 10 or 11 when I found my grandfather&#8217;s copy of <a href="http://www.amazon.com/Memory-Book-Classic-Improving-School/dp/0345410025">the memory book</a> and I had great fun learning the 50 states of america until I could recite them.</p>
<p>I&#8217;m hoping to be able to add a few more hopefully useful items to my mental list</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://declancostello.com/knowledge-hooks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TweetDeck</title>
		<link>http://declancostello.com/tweetdeck/</link>
		<comments>http://declancostello.com/tweetdeck/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 01:17:59 +0000</pubDate>
		<dc:creator>Declan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://declancostello.com/?p=502</guid>
		<description><![CDATA[I&#8217;ve tried a few different twitter apps and never found one that I liked. I needed to be able to update more than one account at a time and not have it take up too many resources. I just installed tweetdeck for chrome which lets me add multiple twitter and facebook accounts, schedule tweets and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve tried a few different twitter apps and never found one that I liked.</p>
<p>I needed to be able to update more than one account at a time and not have it take up too many resources.</p>
<p>I just installed <a href="http://www.tweetdeck.com/chrome">tweetdeck for chrome</a> which lets me add multiple twitter and facebook accounts, schedule tweets and runs inside the browser so I can right click and use it like a normal webpage.  Sweet.</p>
<p>&nbsp;</p>
<p>Might even start using the bloody thing <img src='http://declancostello.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://declancostello.com/tweetdeck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practise makes perfect</title>
		<link>http://declancostello.com/practise-makes-perfect/</link>
		<comments>http://declancostello.com/practise-makes-perfect/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 23:53:55 +0000</pubDate>
		<dc:creator>Declan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://declancostello.com/?p=489</guid>
		<description><![CDATA[So I&#8217;m going to try and do more of everything. For some people this would be a burden, adding even more thing to an already full TODO list. But there&#8217;s an old saying, If you want something done quickly, give it to a busy man. I spend an amazing amount of time thinking about the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>So I&#8217;m going to try and do more of everything.</p>
<p>For some people this would be a burden, adding even more thing to an already full TODO list.</p>
<p>But there&#8217;s an old saying,</p>
<blockquote><p>If you want something done quickly, give it to a busy man.</p></blockquote>
<p>I spend an amazing amount of time thinking about the <em>best</em> way to do what I<em> should</em> be doing.</p>
<p>After an entire day of this I usually find myself having done absolutely nothing.</p>
<p>This blog post was clattered* out in just a few minutes and it might very well be utter rubbish, but it can be counted as practise and I am going to try and do more of it.</p>
<p>I&#8217;m going to keep on looking for ways to make it easier to <a href="http://declancostello.com/tenacity-api/">do good work consistently</a></p>
<p>And this year I&#8217;m going to make some effing money on this here internet!</p>
<p><a href="http://www.declancostello.com/wp-content/uploads/declancostello/2011/12/allthings.png"><img class="aligncenter size-full wp-image-493" title="all the things" src="http://www.declancostello.com/wp-content/uploads/declancostello/2011/12/allthings.png" alt="do more of all the things!" width="318" height="238" /></a></p>
<p>&nbsp;</p>
<p>When I say clattered I want you to imagine the evocative sounds of a beautiful manual typewriter and not the muted tribble of an injection moulded plastic laptop keyboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://declancostello.com/practise-makes-perfect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motivated by the gaps between working</title>
		<link>http://declancostello.com/motivated-by-the-gaps-between-working/</link>
		<comments>http://declancostello.com/motivated-by-the-gaps-between-working/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 09:09:01 +0000</pubDate>
		<dc:creator>Declan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://declancostello.com/?p=474</guid>
		<description><![CDATA[Until know I hadn&#8217;t really noticed how much a holiday can motivate you. This had probably been obvious to the rest of the world ever since the grand tour but taking a week to just enjoy myself, see some sights and eat wonderful food makes me happier and more productive when I get back. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Until know I hadn&#8217;t really noticed how much a holiday can motivate you.</p>
<p>This had probably been obvious to the rest of the world ever since the <a href="http://en.wikipedia.org/wiki/Grand_Tour">grand tour</a> but taking a week to just enjoy myself, see some sights and eat wonderful food makes me happier and more productive when I get back.</p>
<p>I&#8217;m writing this in Japan and will blog about what I got up to but having brought my laptop I wanted record how strange it is to dream about going on holidays when working and dreaming about working when I&#8217;m on holidays.</p>
<p>I&#8217;m seriously thinking of <a href="http://djangoproject.com">django</a> and <a href="http://wordpress.org">wordpress</a> when I should be thinking about noodles and sightseeing.</p>
<p>&nbsp;</p>
<p>There&#8217;s always more work  to be done and I mean that in a good way. Another idea to develop, another problem to overcome but if I never focus on anything else, the fun will just get drained out of it.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://declancostello.com/motivated-by-the-gaps-between-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

