<?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>Phil Newton</title>
	<atom:link href="http://www.philnewton.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philnewton.net/blog</link>
	<description>Improving every day.</description>
	<lastBuildDate>Tue, 18 Sep 2012 21:10:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>WordPress + Beeminder = Happy Blogger</title>
		<link>http://www.philnewton.net/blog/2012/09/wordpress-beeminder-happy-blogger/</link>
		<comments>http://www.philnewton.net/blog/2012/09/wordpress-beeminder-happy-blogger/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 20:38:00 +0000</pubDate>
		<dc:creator>Phil Newton</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.philnewton.net/blog/?p=163</guid>
		<description><![CDATA[I&#8217;ve been using Beeminder for a couple of months now, and I&#8217;ve grown rather fond of its stick based approach to goal achievement. However, one of the biggest problems I have with the service is the data entry side. Although it&#8217;s pretty easy to add new data, frequently entering new data points can add a [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="https://www.beeminder.com/">Beeminder</a> for a couple of months now, and I&#8217;ve grown rather fond of its stick based approach to goal achievement.  </p>
<p> However, one of the biggest problems I have with the service is the data entry side. Although it&#8217;s pretty easy to add new data, frequently entering new data points can add a little friction to the whole process. </p>
<p> Thankfully the folks at Beeminder released an API a few weeks, so I&#8217;ve been playing around with ways of integrating it with my work flow. One thing I&#8217;ve wanted to do for a long time is blog more frequently, so a WordPress plugin to notify Beeminder when I post seemed like a good idea.  </p>
<p> So here it is. </p>
<div id="outline-container-1" class="outline-3">
<h3 id="sec-1">Beeminder Ping</h3>
<div class="outline-text-3" id="text-1">
<p> <a href="http://www.philnewton.net/code/beeminder-ping/">Beeminder Ping</a> is a really simple plugin for WordPress that notifies Beeminder whenever a post is published. Amazing features include: </p>
<ul>
<li>Notify a Beeminder goal with a single value when a post is published. Good    for &#8220;post 5 times a week&#8221; style goals. </li>
<li>Notify a Beeminder with the word count of a newly published post. Perfect for    &#8220;write 1,000 words a week&#8221; style goals. </li>
<li><b>Only</b> notify Beeminder for newly published posts, not edited posts or ones    that have been moved from published -&gt; <i>draft</i> -&gt; published. </li>
</ul>
<p> You can download the latest release from the <a href="http://www.philnewton.net/code/beeminder-ping/">Beeminder Ping</a> page, either as a tar.gz file or a zip. Once installed, you can enable the different notification types and set which goals should be pinged. </p>
</p></div>
</p></div>
<div id="outline-container-2" class="outline-3">
<h3 id="sec-2">beeminder-api</h3>
<div class="outline-text-3" id="text-2">
<p> As Carl Sagan would say, if you want to write Beeminder Ping, you must first create the universe. Luckily the universe is already here, but I needed a way to interface with the API using PHP, so I wrote <a href="http://www.philnewton.net/code/beeminder-api/">beeminder-api</a>. It&#8217;s still a work-in-progress, but you can download the source from GitHub and play around with it. Please let me know if anything is broken, missing, or just plain sucks. </p>
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.philnewton.net/blog/2012/09/wordpress-beeminder-happy-blogger/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Experiments with &#8220;The Quantified Self&#8221;</title>
		<link>http://www.philnewton.net/blog/2012/08/experiments-with-the-quantified-self/</link>
		<comments>http://www.philnewton.net/blog/2012/08/experiments-with-the-quantified-self/#comments</comments>
		<pubDate>Mon, 06 Aug 2012 09:33:00 +0000</pubDate>
		<dc:creator>Phil Newton</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Time Management]]></category>

		<guid isPermaLink="false">http://www.philnewton.net/blog/?p=148</guid>
		<description><![CDATA[Ever since I read about &#8220;The Printable CEO&#8220;, I&#8217;ve experimented with keeping track of some personal metrics. Whilst the PCEO allowed me to keep a rough score of how much work I was doing, I always felt that with a little tweaking it could answer much more detailed questions. Specifically, I wanted to be able [...]]]></description>
				<content:encoded><![CDATA[<p>Ever since I read about &#8220;<a href="http://www.philnewton.net/blog/2006/07/keeping-a-progress-log/">The Printable CEO</a>&#8220;, I&#8217;ve experimented with keeping track of some personal metrics. Whilst the PCEO allowed me to keep a rough score of how much work I was doing, I always felt that with a little tweaking it could answer much more detailed questions. </p>
<p> Specifically, I wanted to be able to answer questions like: </p>
<ul>
<li>What am I <i>really</i> spending my time doing? </li>
<li>Where am I wasting the most time? </li>
<li>What parts can I remove or automate to make me more efficient? </li>
</ul>
<p> Once I started thinking about what I&#8217;d like to know, my brain started throwing out way more questions: </p>
<ul>
<li>Am I more effective in the morning, afternoon or night? </li>
<li>Does spending longer on the computer help me get more done? </li>
<li>How often should I take a break? For how long? </li>
<li>What websites waste my time the most? More importantly, does spending my     time on these sites make me feel happy or miserable? </li>
<li>How much does exercise do I do? What has the most effect on my weight? What     about on my mood? </li>
<li>What habits should I create to make me happier? </li>
</ul>
<p> That&#8217;s a lot of questions, but in essence what I really wanted to know was: </p>
<p>
<blockquote>
    What can I do to be happier?
</p></blockquote>
<p> Perhaps that question is a little too big to be answered by a bunch of numbers and charts,  </p>
<p> I tried to take an approach that took work <b>and</b> play into account, rather than just trying to wring another few minutes out of my day in the name of &#8220;productivity&#8221;. </p>
<div id="outline-container-1" class="outline-3">
<h3 id="sec-1">Answering questions</h3>
<div class="outline-text-3" id="text-1">
<p> Most of my work is based on the computer, so I naturally went for a technical solution to all of this. To answer most questions, I needed to track the following: </p>
<ul>
<li>What I&#8217;m doing on the computer </li>
<li>My todo items (scheduled + completed) </li>
<li>Exercise + diet </li>
<li>My mood </li>
</ul></div>
<div id="outline-container-1-1" class="outline-4">
<h4 id="sec-1-1">Tracking computer usage</h4>
<div class="outline-text-4" id="text-1-1">
<p> I&#8217;ve used <a href="https://www.rescuetime.com/">RescueTime</a> in the past to track time spent on the computer. Although the Linux client doesn&#8217;t get much love these days, it works well enough once it&#8217;s setup. RescueTime automatically collects statistics silently in the background, so it&#8217;s a pretty frictionless way of keeping tabs on things. </p>
<p> The RescueTime API provides plenty of ways to access information. The free version doesn&#8217;t give access to document titles, so you can&#8217;t track which websites you spend time on, but there&#8217;s still enough information to build a good profile of where your time is spent. </p>
<p> If you use Google Chrome as your browser you can access the history database which is stored using SQLite. You still need to categorize sites into positive/negative productivity, but it&#8217;s a start. <a href="http://sumtxt.wordpress.com/2011/07/02/chrome-browser-history-in-r/">Chrome History in R</a> is a good place to start if you&#8217;re interested in taking that route. I don&#8217;t currently use it to build any stats, but I may integrate it at some point. </p>
</p></div>
</p></div>
<div id="outline-container-1-2" class="outline-4">
<h4 id="sec-1-2">Tracking TODO items</h4>
<div class="outline-text-4" id="text-1-2">
<p> Of all the to-do software I&#8217;ve used over the years, I&#8217;ve found Emacs + Org Mode suites my workflow the best. The learning curve is pretty steep, and it&#8217;s certainly an acquired taste, but it&#8217;s extremely powerful and configurable. It&#8217;s probably the closest thing I&#8217;ve found to pen + paper, but with all the benefits of being digital (searchable, queryable etc). </p>
<p> Emacs itself is incredibly flexible, and Org Mode can generate summaries of time worked, along with a diary of work for each day. It can be extended with a little Lisp knowledge, although I use Perl for extracting detailed information as it has a few libraries for querying org files (and my Lisp knowledge is pretty poor). </p>
</p></div>
</p></div>
<div id="outline-container-1-3" class="outline-4">
<h4 id="sec-1-3">Tracking exercise + diet</h4>
<div class="outline-text-4" id="text-1-3">
<p> This one was a little trickier. There&#8217;s no shortage of exercise tracking software, and wearable trackers are becoming even more prevalent. When I first started a regular fitness programme I used <a href="http://traineo.com/">Traineo</a> to track things. It&#8217;s pretty nice to use, but there&#8217;s no API which meant I couldn&#8217;t access the data. </p>
<p> In the end I opted for the hacker approach and rolled my own solution. It didn&#8217;t need to do anything particularly complex, just track exercise done, the times and calories burned. Org mode supports adding properties to any headline, so it can be used as an ad-hoc database. </p>
<p> With a little bit of tweaking it possible to just hit a few keystrokes and automatically insert your exercise. </p>
<p> Tracking my diet was the done in the same way. With a f keystrokes I can enter any data I need. </p>
<p> A key point was NOT to make things too complicated, but to give enough data so things can be charted. </p>
</p></div>
</p></div>
<div id="outline-container-1-4" class="outline-4">
<h4 id="sec-1-4">Tracking mood</h4>
<div class="outline-text-4" id="text-1-4">
<p> As with the exercise planning, Emacs was the winner here. The biggest problem with tracking mood is it can be quite difficult to quantify. It&#8217;s also relative to how I&#8217;ve recently felt &#8211; much like temperature. 70f feels cold in summer but warm in winter.  </p>
<p> To begin with I tracked mood as a simple 1 &#8211; 10 scale, with 1 being miserable and 10 being happy, but after a few days it became clear this wasn&#8217;t going to be as useful as I thought. </p>
<p> There&#8217;s a lot more to be said about this, but for now I use two measurements: positive/negative mood and relaxed/stressed. </p>
</p></div>
</p></div>
</p></div>
<div id="outline-container-2" class="outline-3">
<h3 id="sec-2">Tools Used</h3>
<div class="outline-text-3" id="text-2">
<p> I tried to keep things based around my current workflow. I use emacs org-mode for most of my project management, so most of my manually tracked data is done with org-mode. </p>
<p> Turning all the data into something human readable is a bit of a Rube Goldberg experience. I use a Perl script to extract info from my org files so they can be stored in an Sqlite database. A PHP script then generates the various HTML files for monthly &amp; yearly reports. It&#8217;s not as elegant as I&#8217;d like, but it only takes ~60 seconds to generate all the reports and deploy them, so for now it&#8217;s good enough. </p>
<p> For more information on the build process, check out &#8220;<a href="http://www.philnewton.net/bits/how/">how it&#8217;s made</a>&#8220;. </p>
</p></div>
</p></div>
<div id="outline-container-3" class="outline-3">
<h3 id="sec-3">Publishing my Stats</h3>
<div class="outline-text-3" id="text-3">
<p> You can view all my statistics from January 2012 onwards in the &#8220;<a href="http://www.philnewton.net/bits/">bits</a>&#8221; section. </p>
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.philnewton.net/blog/2012/08/experiments-with-the-quantified-self/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Guide: Personal Development Blogs List</title>
		<link>http://www.philnewton.net/blog/2012/07/new-guide-personal-development-blogs-list/</link>
		<comments>http://www.philnewton.net/blog/2012/07/new-guide-personal-development-blogs-list/#comments</comments>
		<pubDate>Sat, 14 Jul 2012 23:36:00 +0000</pubDate>
		<dc:creator>Phil Newton</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.philnewton.net/blog/?p=140</guid>
		<description><![CDATA[I&#8217;ve just added a new guide to the site: Personal Development Blogs List. It&#8217;s a list of popular personal development blogs, ordered by their Alexa rank. I&#8217;ve been pretty liberal with what can go on the list, and any blog that focuses on helping other people to achieve more is a good fit. At the [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve just added a new guide to the site: <a href="http://www.philnewton.net/guides/personal-development-blogs/"><b>Personal Development Blogs List</b></a>. It&#8217;s a list of popular personal development blogs, ordered by their Alexa rank. I&#8217;ve been pretty liberal with what can go on the list, and any blog that focuses on helping other people to achieve more is a good fit. </p>
<p> At the moment there are just under 30 blogs on the list, but I hope to grow that over time. </p>
<p> If you have a blog you&#8217;d like added to the list, just leave a comment and I&#8217;ll update things. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.philnewton.net/blog/2012/07/new-guide-personal-development-blogs-list/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New &#8220;Guides&#8221; Section</title>
		<link>http://www.philnewton.net/blog/2012/06/new-guides-section/</link>
		<comments>http://www.philnewton.net/blog/2012/06/new-guides-section/#comments</comments>
		<pubDate>Sat, 30 Jun 2012 21:14:00 +0000</pubDate>
		<dc:creator>Phil Newton</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.philnewton.net/blog/?p=138</guid>
		<description><![CDATA[I&#8217;ve recently updated the site and added a new section for guides. I&#8217;m not completely sure of what will end up there but at the moment the section contains two guides: Emacs Extensions &#8211; A list of useful extensions for Emacs. Grouped into categories for writers, programmers and general usage. Pomodoro Apps &#8211; A visual [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve recently updated the site and added a new section for guides. I&#8217;m not completely sure of what will end up there but at the moment the section contains two guides: </p>
<ul>
<li><a href="http://www.philnewton.net/guides/emacs-extensions/"><b>Emacs Extensions</b></a> &ndash; A list of useful extensions for Emacs. Grouped into    categories for writers, programmers and general usage. </li>
<li><a href="http://www.philnewton.net/guides/pomodoro-apps/"><b>Pomodoro Apps</b></a> &ndash; A visual guide of pomodoro apps. Not much going on at the    moment, but there&#8217;s a hefty list of apps to add at the moment. </li>
</ul>
<p> The <a href="http://www.philnewton.net/resources/">resources section</a> has also been given a minor facelift, and each printable now has its own page with a brief description and much larger preview image. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.philnewton.net/blog/2012/06/new-guides-section/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beeminder Postmortem</title>
		<link>http://www.philnewton.net/blog/2012/04/beeminder-postmortem/</link>
		<comments>http://www.philnewton.net/blog/2012/04/beeminder-postmortem/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 12:47:00 +0000</pubDate>
		<dc:creator>Phil Newton</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Time Management]]></category>

		<guid isPermaLink="false">http://www.philnewton.net/blog/?p=129</guid>
		<description><![CDATA[I&#8217;ve been using Beeminder for about 3 weeks, and I finally fell off the road for my &#8220;writing&#8221; goal last night. I still have two other goals, so it&#8217;s not all doom and gloom. One thing I&#8217;ve learnt is that quantifying creative goals by time does not work well for me. I originally set up [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://www.beeminder.com/">Beeminder</a> for about 3 weeks, and I finally fell off the road for my &#8220;writing&#8221; goal last night. I still have two other goals, so it&#8217;s not all doom and gloom.  </p>
<p> One thing I&#8217;ve learnt is that quantifying creative goals by time does not work well for me. I originally set up the goal because I wanted to write more, but it didn&#8217;t really have the desired effect. I&#8217;d find myself rewriting things just to meet the time quota, which wasn&#8217;t really productive. </p>
<p> I usually only write when I&#8217;m in the mood, and it can be a couple of days before inspiration hits. Forcing myself to write for 30 minutes every day seemed like a good idea at the time, but in the end just led to me scrambling for ideas and producing very little of value. </p>
<p> Still, Beeminder itself works really well. It&#8217;s encouraged me to keep my email under control, and I&#8217;ve spent way more time working on personal projects than I used to. I&#8217;m still trying to come up with a good system for tracking personal &amp; work goals, but I&#8217;ll probably go with a points-based approach. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.philnewton.net/blog/2012/04/beeminder-postmortem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lightning vs the Lottery</title>
		<link>http://www.philnewton.net/blog/2012/03/lightning-vs-the-lottery/</link>
		<comments>http://www.philnewton.net/blog/2012/03/lightning-vs-the-lottery/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 18:20:00 +0000</pubDate>
		<dc:creator>Phil Newton</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.philnewton.net/blog/?p=109</guid>
		<description><![CDATA[The 30th of March, 2012 saw the biggest lottery jackpot in World history. The pre-tax total was approximately 640 million dollars, and despite the odds of winning being rather narrow, nearly 1.4 billion dollars was spent on lottery tickets1. Whenever there is a large lottery jackpot, the same crop of articles always appear, such as: [...]]]></description>
				<content:encoded><![CDATA[<p>The 30th of March, 2012 saw the biggest lottery jackpot in World history. The pre-tax total was approximately 640 million dollars, and despite the odds of winning being rather narrow, nearly 1.4 billion dollars was spent on lottery tickets<sup><a class="footref" name="fnr.1" href="#fn.1">1</a></sup>. </p>
<p> Whenever there is a large lottery jackpot, the same crop of articles always appear, such as: </p>
<ul>
<li>What you could buy with $X million </li>
<li>How to pick your numbers </li>
<li>10 things more likely to happen than winning </li>
</ul>
<p> I&#8217;m going to focus on the last one, because the statistics are usually wrong (or rather, used incorrectly). </p>
<p> The odds of winning the Mega Millions jackpot are 1 in 179 million. That means that there are 179 million different number combinations that can occur. If you buy one ticket, there us a 1 in 179 million chance your numbers will come up. Buy two tickets (with different numbers), and the odds are halved. Nothing too complicated. </p>
<p> Normally there&#8217;s something about how much more likely it is that you&#8217;ll be struck by lightning than win the jackpot. The odds of being hit by a lightning strike in the US are 1 in 10,000<sup><a class="footref" name="fnr.2" href="#fn.2">2</a></sup>. This makes it sound much more likely, but these odds are spread over an average lifetime (80 years) rather than a single event (a lottery drawing). </p>
<p> A slightly more realistic set of odds would be: if you buy a lottery ticket, what are the chances of you being struck by lightning before the draw compared to winning the jackpot? </p>
<table class="figures" width="100%">
<tbody>
<tr>
<td class="left">Odds of being struck in a year</td>
<td class="right">1/775,000</td>
</tr>
<tr>
<td class="left">Time between lottery draws<sup><a class="footref" name="fnr.3" href="#fn.3">3</a></sup></td>
<td class="right">4 days</td>
</tr>
<tr>
<td class="left">Odds of being struck in 1 day</td>
<td class="right">1/282,875,000</td>
</tr>
<tr>
<td class="left">Odds of being struck in 4 days</td>
<td class="right">1/70,718,750</td>
</tr>
</tbody>
</table>
<p> Assuming you buy a ticket as soon as the previous draw ends, you have nearly a 1 in 71 million chance of being hit by lightning. Of course, this doesn&#8217;t take into account the current season or state you live in (people in Florida are twice as likely to be killed or injured than people in Michigan<sup><a class="footref" name="fnr.4" href="#fn.4">4</a></sup>). </p>
<p> So, in order to be more likely to win the jackpot than being zapped by Zeus, just buy two tickets. </p>
<div id="outline-container-1" class="outline-3">
<div class="outline-text-3" id="text-1">
<div id="footnotes">
<h3 class="footnotes">Footnotes: </h3>
<div id="text-footnotes">
<p class="footnote"><sup><a class="footnum" name="fn.1" href="#fnr.1">1</a></sup> According to ABC news (<a href="http://abcnews.go.com/US/wireStory/146b-spent-mega-millions-buy-16041776#.T3dMmeJ22PI">What $1.46B Spent on Mega Millions Could Buy</a>),   Americans spent nearly $1.5 billion on lottery tickets. </p>
<p class="footnote"><sup><a class="footnum" name="fn.2" href="#fnr.2">2</a></sup> <a href="http://www.lightningsafety.noaa.gov/medical.htm">Medical Aspects of Lightning</a> </p>
<p class="footnote"><sup><a class="footnum" name="fn.3" href="#fnr.3">3</a></sup> The Mega Millions lottery is drawn every Tuesday and Friday, which gives   4 days between the Friday and Tuesday draw. </p>
<p class="footnote"><sup><a class="footnum" name="fn.4" href="#fnr.4">4</a></sup> <a href="http://weather.about.com/od/thunderstormsandlightning/tp/lightningstates.htm">Top 10 of the Most Dangerous US States for Lightning Deaths</a> </p>
</p></div>
</p></div>
</p></div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.philnewton.net/blog/2012/03/lightning-vs-the-lottery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Tips for Effective Task Lists</title>
		<link>http://www.philnewton.net/blog/2012/02/simple-tips-for-effective-task-lists/</link>
		<comments>http://www.philnewton.net/blog/2012/02/simple-tips-for-effective-task-lists/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 10:25:00 +0000</pubDate>
		<dc:creator>Phil Newton</dc:creator>
				<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.philnewton.net/blog/?p=92</guid>
		<description><![CDATA[Task lists are the cornerstone of many organisational systems. They&#8217;re easy to set up, but after a while they can take on a life of their own and become more of a hindrance than a help. How can task lists be improved without adding too much administrative bloat? Here are a few things you can [...]]]></description>
				<content:encoded><![CDATA[<p>Task lists are the cornerstone of many organisational systems. They&#8217;re easy to set up, but after a while they can take on a life of their own and become more of a hindrance than a help. </p>
<p> How can task lists be improved without adding too much administrative bloat? </p>
<p> Here are a few things you can add to your task list to make them (and you) more effective. You don&#8217;t have to add all of them, just use what works and toss out what doesn&#8217;t. </p>
<div id="outline-container-1" class="outline-2">
<h2 id="sec-1">Estimate how long a task will take</h2>
<div class="outline-text-2" id="text-1">
<p> It&#8217;s much easier to set time aside for a task when you have a rough idea of how long it will take to complete. Setting a time limit for a task also gives you a deadline to aim for, which can stop you from losting focus. Tasks without any sort of estimate have a habit of taking longer to complete </p>
<p> Another advantage is that thinking through how long things will take will help you spot tasks that haven&#8217;t been broken down into small enough chunks. </p>
<p> If you have a lot of tasks that will take less than 5 minutes, they probably belong on their own &#8220;shrapnel task&#8221; list. Same goes for things like phone calls and other errands.  </p>
</p></div>
</p></div>
<div id="outline-container-2" class="outline-2">
<h2 id="sec-2">Track the time spent on a task</h2>
<div class="outline-text-2" id="text-2">
<p> This ties in with the above point. If you&#8217;re anything like me, you&#8217;ll probably find that estimating the time something will take is difficult. When you track the actual time, you gather evidence that can really help in the future. Not everything needs to be tracked (there&#8217;s not much point in tracking the length of phone calls for example), but other important tasks are wroth tracking. </p>
<p> The better you get at estimating, the easier it is to plan your day and to make decisions on incoming tasks. </p>
</p></div>
</p></div>
<div id="outline-container-3" class="outline-2">
<h2 id="sec-3">Make it interesting</h2>
<div class="outline-text-2" id="text-3">
<p> If you encounter resistance when using your list, you&#8217;ll avoid using it. Granted, it&#8217;s almost impossible to make a todo list the most fun thing on Earth, but tweaking things can make it less painful to use. </p>
<p> Experiment with different ideas. Give yourself &#8220;points&#8221; for achieving certain tasks that you can spend on rewards, or set yourself a target for the day &amp; week. Use an online task tracker that lets you share your results, and compare with others. </p>
</p></div>
</p></div>
<div id="outline-container-4" class="outline-2">
<h2 id="sec-4">Keep a someday/maybe list</h2>
<div class="outline-text-2" id="text-4">
<p> The someday/maybe list is an integral part of the Getting Things Done system, and it&#8217;s well worh integrating into other systems. Someday/maybe lists are particularly useful if you do a lot of creative work and gets lots of ideas during the day. Just jot them on your someday/maybe list, and review it at least once a month. </p>
<p> By writing down all your ideas, you give yourself permission to be creative but still gain the benefit of keeping things in a trusted system. </p>
</p></div>
</p></div>
<div id="outline-container-5" class="outline-2">
<h2 id="sec-5">Keep your lists organised</h2>
<div class="outline-text-2" id="text-5">
<p> This is the hard part. A single list works well, but once it fills up things can become challenging.  </p>
<p> A setup that works for me is to have a separate list for each project, a master list of non-project tasks, such as topics to research, and then a list of context-sensitive items like phone calls to make or emails to send. I also keep a list of any books that people recommend so I can keep any eye out for them when I&#8217;m out. </p>
</p></div>
</p></div>
<div id="outline-container-6" class="outline-2">
<h2 id="sec-6">Keep a &#8220;done&#8221; list</h2>
<div class="outline-text-2" id="text-6">
<p> A &#8220;done&#8221; list might seem like a strange thing to keep, but I&#8217;ve found it very helpful. It&#8217;s less about keeping organised, and more about keeping a positive outlook on things. It&#8217;s easy to work long hours and feel like you&#8217;ve achieved nothing, but by keeping a record of important tasks you&#8217;ve completed you get a better picture of what&#8217;s going on. </p>
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.philnewton.net/blog/2012/02/simple-tips-for-effective-task-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waiting for perfection</title>
		<link>http://www.philnewton.net/blog/2011/09/waiting-for-perfection/</link>
		<comments>http://www.philnewton.net/blog/2011/09/waiting-for-perfection/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 23:09:50 +0000</pubDate>
		<dc:creator>Phil Newton</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.philnewton.net/blog/?p=81</guid>
		<description><![CDATA[If a tree falls in a forest and no one is around to hear it, does it make a sound? It&#8217;s a good question, and recently got me thinking about perfectionism. If a project is finished but nobody sees it, does it exist? Whilst not a revolutionary idea, it&#8217;s important to remember this when striving [...]]]></description>
				<content:encoded><![CDATA[<blockquote><p>If a tree falls in a forest and no one is around to hear it, does it make a sound?</p></blockquote>
<p>It&#8217;s a good question, and recently got me thinking about perfectionism. </p>
<blockquote><p>If a project is finished but nobody sees it, does it exist?</p></blockquote>
<p>Whilst not a revolutionary idea, it&#8217;s important to remember this when striving for perfection. It&#8217;s easy to get in the habit of putting things off because they&#8217;re not quite ready, but really, what&#8217;s the danger of someone seeing something &#8220;too early&#8221;? Sometimes the roughness around the edges is what gives something charm and appeal.</p>
<p>Sharing things with the world is scary. Some people will be negative. But remember, nothing on Earth is without its detractors. Be brave and share what you have. It&#8217;s the best way to grow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philnewton.net/blog/2011/09/waiting-for-perfection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning to Lucid Dream</title>
		<link>http://www.philnewton.net/blog/2011/01/learning-to-lucid-dream/</link>
		<comments>http://www.philnewton.net/blog/2011/01/learning-to-lucid-dream/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 06:21:20 +0000</pubDate>
		<dc:creator>Phil Newton</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.philnewton.net/blog/?p=77</guid>
		<description><![CDATA[Have you ever had a dream that felt totally real to you? The kind where you felt as if you could reach out and touch anything, and when you woke up it seemed strange that what you&#8217;d seen didn&#8217;t actually happen? What if you could control these dreams? That&#8217;s where Lucid Dreaming comes in. I&#8217;ll [...]]]></description>
				<content:encoded><![CDATA[<p>Have you ever had a dream that felt totally real to you? The kind where you felt as if you could reach out and touch anything, and when you woke up it seemed strange that what you&#8217;d seen didn&#8217;t actually happen? What if you could control these dreams? That&#8217;s where Lucid Dreaming comes in.</p>
<p>I&#8217;ll be the first to admin that lucid dreaming can sound a bit hokey, and it took me a while to get used to the idea. It sounds weird, but given some thought it actually makes a lot of sense.</p>
<p>Take sight for example. When you &#8220;see&#8221; something, your eye receives information from the outside world. It then sends signals to your brain, which interprets these signals into images. When you dream, your brain is just making up these signals for itself, so the whole experience can feel just like waking life.</p>
<p>Lucid dreams often have varying levels of realism. Sometimes things might be hazy and dream like, but you&#8217;ll have control over what happens. In others, you&#8217;ll be able to imagine things into your dream and everything will feel as real as when you&#8217;re awake.</p>
<p>So how do we have a lucid dream?</p>
<h3>Remember your dreams</h3>
<p>This is important. After all, if you don&#8217;t remember your dreams, what&#8217;s the point in trrying to influence them? I&#8217;ve found the best way to do this is to keep a &#8220;dream diary&#8221;, where you write down your dreams when you wake up.</p>
<p>By writing them down, you strengthen your ability to remember. The more you do this, the better you get.</p>
<h3>Remember you&#8217;re asleep</h3>
<p>One problem with lucid dreaming is that it&#8217;s not always obvious that you&#8217;re still asleep. It should seem obvious that you&#8217;re dreaming when everything crazy is happening, but it often takes something more subtle to trigger the &#8220;awakening&#8221;.</p>
<p>There are a few giveaways that you&#8217;re dreaming:</p>
<ol>
<li>You can pinch your nose and still breath through it</li>
<li>Electronics and machinery act haywire. This could be phones ringing but not responding to being picked up, screens showing a jumbled mess or watches showing completely different times when you look at them twice. Light switches often have unexpected results, and cars may drive much slower than expected.</li>
</ol>
<p>A good way of knowing you&#8217;re lucid is performing a &#8220;reality check&#8221; by checking if any of the above occur. Ive found the most effective check is pinching my nose, and it only takes a few seconds to try (although you might get a few funny looks).</p>
<p>Sometimes you&#8217;ll have a &#8220;false awakening&#8221;, where you&#8217;ll think you&#8217;ve woken up but you&#8217;re actually still dreaming. These are a great time for reality checks.</p>
<h3>Staying Lucid</h3>
<p>The final piece of the puzzle is staying lucid. The first few times, you&#8217;ll probably get excited and wake up (or have a false awakening). Don&#8217;t get too disheartened. Here are some ways to stay lucid:</p>
<ul>
<li>Spin around on the spot.</li>
<li>Focus on your hands or other part of your body.</li>
<li>Tell yourself to stay lucid (I&#8217;ve had very little success with this methind, but I&#8217;m told it works.)</li>
</ul>
<p>Once you&#8217;re lucid and it&#8217;s stable, enjoy yourself! Anything is possible in the dream world, so go crazy. Learn to fly, or pass through solid objects. Run faster than cars, or jump over buildings.</p>
<p>I&#8217;ve found the best way of having lucid dreams is the WBTB method (Wake, Back to Bed). If I&#8217;ve woken up in the early morning (usually between 4am and 5am) it&#8217;s much easier to go lucid than when going straight to bed. You can always set an alarm clock, although this might not go down so well with your sleep neighbours <img src='http://www.philnewton.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you can get over the weird factor, lucid dreaming is definitely something worth experimenting with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philnewton.net/blog/2011/01/learning-to-lucid-dream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABC</title>
		<link>http://www.philnewton.net/blog/2011/01/abc/</link>
		<comments>http://www.philnewton.net/blog/2011/01/abc/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 01:31:28 +0000</pubDate>
		<dc:creator>Phil Newton</dc:creator>
				<category><![CDATA[Positive Attitude]]></category>
		<category><![CDATA[Success Strategies]]></category>

		<guid isPermaLink="false">http://www.philnewton.net/blog/?p=72</guid>
		<description><![CDATA[There&#8217;s an acronym that often comes up when talking about sales. &#8220;ABC&#8221; or &#8220;always be closing&#8221;. The idea is that if you&#8217;re always closing (i.e. selling), you&#8217;re always learning and improving. Recently I found myself in a bit of a slump. Nothing seemed to be going right, and I felt flat and uninspired. I&#8217;d have [...]]]></description>
				<content:encoded><![CDATA[<p>There&#8217;s an acronym that often comes up when talking about sales. &#8220;ABC&#8221; or &#8220;always be closing&#8221;. The idea is that if you&#8217;re always closing (i.e. selling), you&#8217;re always learning and improving.</p>
<p>Recently I found myself in a bit of a slump. Nothing seemed to be going right, and I felt flat and uninspired. I&#8217;d have plenty of ideas, but would end up spending time surfing the net or playing games, rather than doing something about them.</p>
<p>The cure turned out to be something rather simple. Create more. </p>
<p>When we create something new, we open up so many more opportunities than when we consume. </p>
<p>Creating something connects us. It opens up new avenues and feedback. Even if you create something that turns out to be a complete dud, you&#8217;re guaranteed to learn something from the experience.</p>
<p>Sometimes it can be difficult to get started. It&#8217;s so much easier to just browse another website under the excuse of &#8220;learning&#8221;, but you can learn so much more by creating something instead. </p>
<p>This isn&#8217;t to say that there isn&#8217;t a place for these things. Athletes can benefit from watching videos to improve their form. However, they will gain much more from a training session.</p>
<p>If you&#8217;re feeling in a slump, try creating something. It doesn&#8217;t have to be a masterpiece, but do it anyway. Make something, put it out in the world and learn from it.</p>
<p>Always be creating.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philnewton.net/blog/2011/01/abc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.296 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-20 02:59:46 -->

<!-- Compression = gzip -->