<?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>selfdev. &#187; time management</title>
	<atom:link href="http://selfdev.burning-chick.de/tag/time-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://selfdev.burning-chick.de</link>
	<description>self-development for a new generation</description>
	<lastBuildDate>Tue, 15 Sep 2009 00:06:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to make your procrastination productive – Part 2</title>
		<link>http://selfdev.burning-chick.de/2009/08/12/how-make-your-procrastination-productive-part2/</link>
		<comments>http://selfdev.burning-chick.de/2009/08/12/how-make-your-procrastination-productive-part2/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:27:37 +0000</pubDate>
		<dc:creator>Verena Fischer</dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[self-development]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[procrastination]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[Rodney Brooks]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://selfdev.burning-chick.de/?p=104</guid>
		<description><![CDATA[




Yesterday as Part 1 of today&#8217;s topic I showed you how you can use the fact that you tend to procrastinate to identify why you actually don&#8217;t want to do the things that you have to do (read more). Today I&#8217;ll look at the topic procrastination from a different perspective and this is actually one [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday as Part 1 of today&#8217;s topic I showed you how you can use the fact that you tend to procrastinate to identify why you actually don&#8217;t want to do the things that you have to do (<a title="How to make your procrastination productive - Part 1" href="http://selfdev.burning-chick.de/2009/08/11/how-make-your-procrastination-productive/" target="_blank">read more</a>). Today I&#8217;ll look at the topic procrastination from a different perspective and this is actually one of my own secret weapons that I use almost every day: how can you make your procrastination something that is actually productive?</p>
<p>To demonstrate what I mean, let&#8217;s start with some insight about how I use this little powerful technique:</p>
<p>At the moment I&#8217;m doing a research project at the University of York, which involves computational biology and robotics. It&#8217;s a very cool project and so far I&#8217;ve learned a programming language that I didn&#8217;t know before (it&#8217;s C++ and we learned Java in our first year at Sussex), I refreshed my knowledge about Genetics and Evolution, figured out how to install the simulation software Player/Stage on a mac (not trivial at all), learned a bit about multi-threading &#8211; even though I gave up on it, because it wasn&#8217;t really necessary &#8211; and now I know how to control a simulated robot in Player/Stage.</p>
<p>On top of that after only 5 weeks this project fulfilled one of my goals connected with my Computing and AI degree. When I did my research for my Bachelor thesis in Media and Cultural Studies (the title was &#8216;Intelligence and the so-called “New”. On selected questions in earlier and recent AI-Research&#8217;) I read a lot about Rodney Brooks and his robot control approach of a subsumption architecture and I really had no idea how to implement this kind of stuff. My Computing and AI degree was supposed to teach me how to do that. Yesterday I finished coding a subsumption architecture to control my simulated robot and I&#8217;m really happy about that. I now know how to implement it! And then came something that we all know too well: I tried avoiding the harder bit &#8211; I tried avoiding to start with the computational biology part of my project, because I don&#8217;t quite understand the underlying concepts yet and the computational bit is someone else&#8217;s code, who didn&#8217;t document it at all. It&#8217;s just a nasty bit of work to understand what he&#8217;s doing and how I can use it!</p>
<p>Yesterday instead of starting with that in the afternoon I had a chat in the coffee kitchen and then my work day was over. That was still fine, because I just finished a nasty bit of work before that and needed to unwind for a bit. Today it became obvious though: I was actually documenting my own code to avoid looking at someone else&#8217;s undocumented code. Documentation is one of the really really boring bits of programming. Most code stays undocumented, because nobody can be really bothered to write down what it does. After about 2 days even the person who coded it won&#8217;t understand anymore what it&#8217;s doing, but well, it works, why bother? Some people even don&#8217;t document there code, so that nobody else can understand it and they keep their job. And I documented my code for the entire morning! I was procrastinating!</p>
<p>Everyone in the office thought I was doing something productive, something necessary and important and there I was procrastinating. You might think now: &#8220;Oh she&#8217;s telling us, that it&#8217;s a matter of perspective and the youtube video I watched earlier might change my life in 5 years &#8230;&#8221;, but oh no, I&#8217;m definitely not saying that: the youtube video you watched was probably not worth your time and you know it. This is no matter of perspective, this is a matter of choice and discipline. As I already mentioned in the post <a title="Getting things done without a deadline" href="http://selfdev.burning-chick.de/2009/08/06/getting-things-done-without-a-deadline/" target="_blank">Getting things done without a deadline</a>, there is always something that is worse than the one thing you&#8217;re doing right now. Along the same lines there&#8217;s always something easier, than the one thing that you&#8217;re trying to avoid.</p>
<p>Let&#8217;s bring in some more examples:</p>
<ul>
<li>When exams were close, my bathroom was always clean, because I was procrastinating. Cleaning the bathroom still was something I had to do though!</li>
<li>In the last deadline period I couldn&#8217;t be bothered to start with a certain deadline, because it was horrible. Instead I did the one deadline that was furthest away, because it was the most interesting one of that period. I had to do it anyway and it gave me an excuse to avoid doing the nasty first deadline.</li>
<li>When I was ill from a diet mistake 2 weeks ago I was actually supposed to write some C++ code for my project. I got stuck though, because I didn&#8217;t know the language very well and basically didn&#8217;t really know what I was doing. What did I do instead? Well, I set up this blog, which was something that I wanted to do for a very long time now and it was still procrastination!</li>
</ul>
<p>Let&#8217;s just be honest with each other: Procrastination gives you a really good feeling! You&#8217;re avoiding something that you don&#8217;t want to do for one reason or another and for a while you even have the feeling that you might get away with it. You might even think that you might not have to do the thing that you&#8217;re avoiding at all. It will just go away if you ignore it for long enough, won&#8217;t it? Well, that&#8217;s how problems really get out of hand and you suddenly end up in your yearly performance meeting with your boss telling you that he knows that you&#8217;re procrastinating. Not good, not good at all!</p>
<p>What I&#8217;m trying to tell you today is that procrastination doesn&#8217;t necessarily have to be bad at all! In fact it is a very healthy response to a rather unbalanced situation where you constantly confront yourself with things that you don&#8217;t want to do. It can&#8217;t be good for your mental health to hate what you&#8217;re doing and to still do it anyway!</p>
<p>Now let&#8217;s come to the practical side of this insight: How can you use this in your daily struggle for productivity? How will you end up doing something productive as a form of procrastination rather than looking for funny stuff on the internet? Here is my work flow:</p>
<ol>
<li>When I review my to do list I always think about how long it will take me to actually complete something and how horrible this task actually is. With this little thought process I identify what kind of tasks I&#8217;m likely to avoid.</li>
<li>Procrastination is something you can&#8217;t really control. You will certainly do something that will be easy and effortless and still takes some time. Remember you&#8217;re trying to avoid stuff, as long as possible! When thinking about how horrible some of your tasks will be, you&#8217;re secretly also identifying the easy and effortless tasks. Your subconscious will probably hold onto them, because they are a lot more fun than the hard ones.</li>
<li>When you&#8217;re feeling the urge to procrastinate, instead of just clicking on one of your bookmarks or switching the tab to facebook, stop and think for a second. It really only needs a second to trigger these pre-considered easy tasks. &#8220;Oh, I would much rather do the easy xyz now&#8221;. Depending how pressing your hard task is, you can either give in to the sweet feeling and go off doing the easy task or you can stop yourself and say no to yourself.</li>
<li>If you already gave into the urge through clicking onto a link or going on facebook, say NO. &#8220;NO, I won&#8217;t waste my time on that now, I can do that tonight!&#8221; and close what you just opened. If the urge is still there, then you can rationally think &#8220;Let&#8217;s do something nicer for half an hour &#8230;&#8221; and go off doing your easy pre-considered tasks instead of the hard one that you&#8217;re trying to avoid.</li>
<li>If everything fails and you just can&#8217;t concentrate: Procrastinate! Do something that is not worth your time, watch something, read an article about a gadget you can&#8217;t afford, but please please set a time limit! One hour should really be the maximum that you allow yourself, because after that your concentration won&#8217;t come back. In fact with every minute you procrastinate the barrier of getting back to speed becomes higher. The longer a task is actually on your to do list, the harder it is to start this task!</li>
</ol>
<p>If you are someone who is likely to procrastinate, then it would be unwise to ignore this problem. Every time you allow yourself to not take this problem seriously you lose an hour, maybe even two. You really don&#8217;t want that kind of productivity drain on a regular basis! Procrastination is healthy and can be used to your advantage. It can tell you when you&#8217;re getting bored and when you should switch your attention to something else to keep your concentration levels up. It can tell you that you might want to change your job and it can even help you to get other chores done. This is another perfect example, where conscious effort can turn something that is considered bad into something that is good for you. Live consciously and you will experience a lot of other examples of this principle!</p>
<p>How do you deal with procrastination?</p>
<p><em>Check out the other articles featured in the productivity week:</em></p>
<ul>
<li><a href="http://selfdev.burning-chick.de/2009/08/15/busy-isnt-productive/">Why being busy isn&#8217;t necessarily being productive</a></li>
<li><a href="http://selfdev.burning-chick.de/2009/08/13/meaning-of-productivity/">On the meaning of productivity</a></li>
<li><a href="http://selfdev.burning-chick.de/2009/08/11/how-make-your-procrastination-productive/">How to make your procrastination productive –<br />
Part 1</a></li>
<li><a href="http://selfdev.burning-chick.de/2009/08/10/productivity-tips-from-a-busy-bee/">Productivity tips from a busy bee</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://selfdev.burning-chick.de/2009/08/12/how-make-your-procrastination-productive-part2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Productivity tips from a busy bee</title>
		<link>http://selfdev.burning-chick.de/2009/08/10/productivity-tips-from-a-busy-bee/</link>
		<comments>http://selfdev.burning-chick.de/2009/08/10/productivity-tips-from-a-busy-bee/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 22:57:31 +0000</pubDate>
		<dc:creator>Verena Fischer</dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[living consciously]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[self-development]]></category>
		<category><![CDATA[time management]]></category>
		<category><![CDATA[goals]]></category>

		<guid isPermaLink="false">http://selfdev.burning-chick.de/?p=99</guid>
		<description><![CDATA[selfdev. gives tips how to be more productive. Try it out yourself! What are your secrets for your own productivity?]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve read other articles of mine you already know that I studied a double degree (meaning two full-time university degree programs at the same time), while working part time as a web designer. About the same time I started dancing tango and in all that time I was mostly in a relationship as well. To put it in one sentence: I&#8217;m busy. Almost all the time!</p>
<p>Immediately before I came to Sussex to study Computing and Artificial Intelligence I probably had the busiest time of my life. I finished some essays for my courses abroad, wrote a dissertation for a course in Germany, learned all Italian grammar for an exam, cleared out my flat full of stuff that accumulated in the 6 years that I lived there, painted the place, pulled the floor out, sold or gave away most of my furniture and did all the reading and writing for my Bachelor thesis. All that I did in just under 6 months. When I left Germany I was shattered. I didn&#8217;t have any privacy for about a month, because I basically wrote my Bachelor thesis while either sleeping on my Dad&#8217;s or my Mum&#8217;s couch. In my last holiday at the Baltic Sea I usually spent half the night writing my thesis. In the last two or three weeks in Germany I basically went tango dancing every night, because I was so burnt out. I just needed something to balance me.</p>
<p>I have to admit that I&#8217;ve become much less busy lately. I only study one degree, I didn&#8217;t work at all last year and I actually relax a lot. If I relax nowadays, my mind is not working anymore: I even meditate to achieve this kind of calmness. The reason is quite obvious though: I&#8217;m ill and actually on something that might even be considered a holiday. My first uni year at Sussex studying Computing and AI and also the holiday afterwards were supposed to be my time off after this insanely busy time back in Germany. I tell you I wouldn&#8217;t ever want to do this again! It was just all a bit much, especially with the emotional strain of leaving a place which I considered to be my home. I know now that there&#8217;s no need to hurry.</p>
<p>In my &#8220;year off&#8221; I got an average of 85% (everything above 70% is a first class degree), while I was under a lot of pressure because of relationship problems. I found out that I&#8217;m very ill for at least the last 2 years now and for about another year to come and while I was considering to go back to Germany, because neither the new degree nor my new living situation was very pleasurable. Everything basically just blew up into my face. My relationship was over, my living situation was if considered realistically a nightmare for quite some time and the learning experience was just not worth the effort in case of the degree. I mostly knew the stuff already and it still took quite some effort to get good marks. If I had been happy with my situation and if I had had a more challenging first year, I would have done and achieved a lot more.</p>
<p>What have I planned for my second year in Brighton? Well, first of all, to be able to be productive you have to be in a position where you can be productive. You have to be in a situation where you don&#8217;t have to worry about things too much.</p>
<p>Preferably there shouldn&#8217;t be any financial issues at hand. I borrowed money from my parents for my tuition fees and we already agreed last year that they will pay for my living expenses until I finish my BSc as well. In general you should be in a position where you are mainly happy where you are. After one year of struggling with it I finally am quite happy with being in England. It gives me a lot more opportunities for my future and Brighton is also a pretty place with lots of things to do if you&#8217;re bored. My living situation will be a lot better than last year, because I&#8217;m going to live with 2 postgrads in a lovely house near a big supermarket and with perfect public transport connections. To make things even better I&#8217;m going to buy a scooter (it&#8217;s in fact a gift from my parents for my excellent average in my first 1 1/2 degrees) so that I will be even more flexible. There is no relationship that could blow up, because I&#8217;m single and quite happy with that, and additionally I also have much more friends in Brighton now than I had last year. And then there is the most important bit: the main aim of my productivity efforts is going to be a lot more interesting &#8211; in second year my AI specialization starts and I&#8217;m only going to have 1 or 2 straight Computer Science courses.</p>
<p>You see: I have analysed my situation and I&#8217;ve tried my best to improve my situation in all aspects that went wrong last year. Now I will have near perfect working conditions, if everything goes well.</p>
<p>So, what&#8217;s the plan for next year?</p>
<ul>
<li>getting the highest average in second year</li>
<li>help first year students as a Peer assisted learning (PAL) leader</li>
<li>write at least three 1000-2000 word blog articles each week</li>
<li>do the reading for all the courses I have and for an additional course per term</li>
<li>hand every coursework in on time and without the feeling that there would be room for improvement</li>
<li>go tango dancing at least once a week in Brighton &#8211; more often if there are new tango dancers in town &#8211; and at least twice a month in London</li>
<li>start running again as soon as my health permits it and take up tai chi</li>
<li>join the Hacker Space in Brighton and attend all Brighton Robotics events to learn more about the topic, especially on the hardware side</li>
<li>&#8230; to be honest the list goes on &#8230;</li>
</ul>
<p>All of this will take a lot of effort to maintain. I will have to manage my time very carefully and I will have to make sure, that I do get enough relaxing done as well, because I&#8217;ll be ill for another half a year at least. It really sounds like I really need to start being incredibly productive as well, while doing it in a more intelligent way than my last time being overly productive. In the last month I actually thought a lot about how to get this done properly and I&#8217;ve tried to identify the most important tips that I gave to other people when they asked me how I managed to study two degrees at the same time. Here they are:</p>
<ol>
<li>At the beginning of a work period (a new term/semester, the start of a new project, anything that could be seen as a real beginning) <strong>make a plan</strong>! Identify the deadlines and set the earliest and the latest start date to work on it. Why the earliest? Well, here is the reason:</li>
<li><strong>Do one thing after another</strong>. If you switch tasks you will lose focus and that will cost you time. Try working only on one thing at a time for the entire week &#8211; if you have to start with a project at a certain time, even though you&#8217;re in the middle of another project, try only doing administrative bits until you&#8217;ve finished the other project, so that you can have a block of time allocated to the juicy bits of the next project. Never start too early or you&#8217;ll waste time, unless you have really nothing else to do.</li>
<li>One of my professors used to say: &#8220;Have courage to leave gaps!&#8221; I like to call it: <strong>Know when to stop</strong>. You can do 80% of a job in only 20% of the time. The last 20% are the hard bit to make it perfect and it will take you 80% of your time. You will be most productive, if you can be happy with an 80% perfect piece of work. In my last year I got 85% so I certainly &#8220;wasted&#8221; some time on perfectionism. Know when to go for the hard 20%, namely when being perfect will increase your skills. Next time it will save you time and the last 20% will only be the last 15%. Once I wasted an evening on getting the listings plugin working for LaTeX &#8211; now I only have to plug my source files in, specify the programming language and it will produce a perfect Appendix for a report. This saved me a lot of time on about 3 other deadlines where I had to hand in printed code as part of the submission.</li>
<li><strong>Know when to say no</strong>! You can&#8217;t make everyone happy and you certainly can&#8217;t do everything. I often skip lectures if they&#8217;re wasting my time. To some lectures I will be 10 minutes late in a calculated fashion, because the lecturer won&#8217;t start talking about new things until 10 minutes after the start of the lecture.</li>
<li><strong>Know when to say yes</strong>! Someone wants you to do something for free? If you can learn something from it, then say yes! Say yes, even if you don&#8217;t know how to do it (but do warn the person who&#8217;s asking), you will learn it &#8211; it will cost you a night or two, but if you really want it, you&#8217;ll learn it. To get my scholarship for this summer I wrote on my CV that I know C++. In fact I only looked at a C++ book for an hour 4 years ago. It was quite a struggle to pick it up, but it only took me about a week. Now I know C++ and next time I&#8217;ll be much quicker at doing things with it.</li>
<li><strong>Write everything down</strong>: If you&#8217;re very busy you just can&#8217;t trust your memory. Additionally having it written down will keep you from worrying about everything all the time. If you don&#8217;t need to remember it, you won&#8217;t and if you don&#8217;t remember it, you won&#8217;t worry. Be careful not to lose your notes though and if you only keep an electronic record, print it: there&#8217;s nothing worse than losing your to do list!</li>
<li><strong>Be tech savvy</strong>: Google&#8217;s text message reminders are free in England and probably also in other countries in the world. You can set up a Google calendar, which reminds you automatically whenever you add an item to the calendar, so that you won&#8217;t have to specify that you want a reminder each time. Use technology where it makes things quicker and easier for you!</li>
<li><strong>Take breaks</strong>! If you just work and work and work you&#8217;ll soon have a burn out. Relax every day for at least an hour, even if it&#8217;s the last day before the deadline. A last effort will be only half as productive when you&#8217;re tired and hungry. Relax every week for at least one day. Declare this day as your day off, even if you might have work to do. If you really can&#8217;t get away from work for a day, treat one day as your day off and do only things that you consider the fun bits of your job. A day off will increase the productivity immensely for the rest of the week. 6 days of 5 hrs concentration is better than 7 days of 3 hrs concentration, right?</li>
<li><strong>Value what you achieve</strong>! Don&#8217;t just treat everything as a to do list item. Celebrate success with a treat and treat yourself with a drink if you fail. All this matters, it&#8217;s not just things that you tick off! If you value what you do and achieve you have more incentive to do things and to do things right. You will be more motivated!</li>
<li><strong>Don&#8217;t sacrifice your life</strong>! If you&#8217;d rather do something else than be productive, then do it! Spend time with your new love, go tango dancing instead of doing the last minute effort on a deadline, go out for a pint instead of reading that last article. If you rather want to do something else than what you&#8217;re doing all day, then it&#8217;s probably not worth the sacrifice anyway! If you really love what you&#8217;re doing, you won&#8217;t even consider it as a sacrifice to not go for that pint.</li>
</ol>
<p>Being productive is a hard struggle and getting the balance right is probably the hardest part of this struggle. Believe me, you&#8217;ll be sick of it, you&#8217;ll even hate it sometimes. You&#8217;ll have melt downs when your carefully designed plan blows up into your face. You&#8217;ll have days where you can&#8217;t bring yourself to do anything, because you worked too hard for too long. Once you get the balance right though, you&#8217;ll love every minute! You&#8217;ll love ticking off these tasks, you&#8217;ll love the success, you&#8217;ll love that pint more if you know you earned it and you&#8217;ll especially love those people asking you how you did all this!</p>
<p>If you want to be more productive try reflecting about these 10 hints I gave you here. You won&#8217;t become more productive just by following some tips a random person gave you, no, you really have to understand why! Try to identify what behaviour of yours would be not a good idea if you follow my tips. And then ask where it came from and whether you really think my tip would improve your situation. Not everything works for everyone, so try and pick what you like and maybe try out the rest later, when you have time for it. What are your secrets for your own productivity?</p>
<p><em>Check out the other articles featured in the productivity week:</em></p>
<ul>
<li><a href="http://selfdev.burning-chick.de/2009/08/15/busy-isnt-productive/">Why being busy isn&#8217;t necessarily being productive</a></li>
<li><a href="http://selfdev.burning-chick.de/2009/08/13/meaning-of-productivity/">On the meaning of productivity</a></li>
<li><a href="http://selfdev.burning-chick.de/2009/08/12/how-make-your-procrastination-productive-part2/">How to make your procrastination productive –<br />
Part 2</a></li>
<li><a href="http://selfdev.burning-chick.de/2009/08/11/how-make-your-procrastination-productive/">How to make your procrastination productive –<br />
Part 1</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://selfdev.burning-chick.de/2009/08/10/productivity-tips-from-a-busy-bee/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting things done without a deadline</title>
		<link>http://selfdev.burning-chick.de/2009/08/06/getting-things-done-without-a-deadline/</link>
		<comments>http://selfdev.burning-chick.de/2009/08/06/getting-things-done-without-a-deadline/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 21:03:54 +0000</pubDate>
		<dc:creator>Verena Fischer</dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[self-development]]></category>
		<category><![CDATA[time management]]></category>
		<category><![CDATA[deadlines]]></category>
		<category><![CDATA[getting things done]]></category>
		<category><![CDATA[to-do-list-lurkers]]></category>

		<guid isPermaLink="false">http://selfdev.burning-chick.de/?p=81</guid>
		<description><![CDATA[selfdev. explains how to get things done without a deadline, even if you don't want to do them at all.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">About 2 months ago when the exam stress hadn&#8217;t started yet, I had a real problem. There were no deadlines in sight! I am the most productive when I&#8217;m stressed out. If I know I have to, then I keep going day and night, only have a few breaks for food and I do that until I basically collapse. I&#8217;m really not used to not being stressed in one way or another, so having no deadlines really throws me off track. How do you keep going, when there is really no need to do anything and the stuff you&#8217;re supposed to be doing doesn&#8217;t interest you the least bit?</p>
<p style="text-align: justify;">Well, considering that you really shouldn&#8217;t be doing something that doesn&#8217;t interest you at all, we all know that every job and every project has its nasty bits. Things need to get organized, background information needs to be filed and if we&#8217;re not lucky enough to have an intern or an apprentice who we can torture with this kind of stuff, then we need to be doing this, even though there might be no deadline attached to it at all. It&#8217;s the things that just lie there in the &#8220;unsorted&#8221; pile and one day you will really hate yourself, when you&#8217;re looking for this one piece of information that you need really really quickly and you just didn&#8217;t file it yet! We know these things: they only take 5 minutes, but we really hate them and therefore they stay on the to-do list for about 3 months or even longer.</p>
<p style="text-align: justify;">Do you sometimes feel as if these items get bigger and bigger and more and more on your to-do list? Well, that&#8217;s because you&#8217;re not doing them and so they accumulate. One day you will have a random-stuff-I-really-need-to-do-but-really-can&#8217;t-be-bothered-list. Right now my random stuff list contains: Paying my rent, paying my hosting bill and paying my deposit for my room in Brighton. For about a week I couldn&#8217;t even be bothered to have a proper look at the hosting bill so just now I figured out, that they will just withdraw the money. Imagine what dreadful feeling was already connected to this item after a week of not dealing with it! Now it will just solve itself: if I had known it would&#8217;ve been a lot less dreadful to-do-item! I have monsters of to-do items like &#8220;Go to dentist&#8221; (certainly sits there already a year) or another lovely one is &#8220;Call X&#8221;, which of course I never do so that in the end those people call me and complain that I never call them.</p>
<p style="text-align: justify;"><strong>Approaches that don&#8217;t work for me<br />
</strong></p>
<p style="text-align: justify;">I tried a few things to get rid of those nasty items and to stop them from accumulating so quickly. There are several approaches that really didn&#8217;t work for me at all:</p>
<ul style="text-align: justify;">
<li><strong>scheduling the item</strong>: It&#8217;s already on a list, what would putting it on another list accomplish? It will only make me feel bad for rescheduling again and again! The feeling that it &#8220;grows&#8221; would be even worse after scheduling and rescheduling it.</li>
<li><strong>setting a day to do them all</strong>: Well, first of all, something else will come up and you&#8217;ll do everything to not start working on the list until the day is almost over. Then you&#8217;ll fail completing them all. Oh no, now the list seems to be already a meter long.</li>
<li><strong>ignoring them so that they will do themselves: </strong>This sometimes works if it&#8217;s only about calling people &#8211; they might call you first! If you&#8217;re living with other people, they might do the dishes! Your wife might bring out the rubbish! Your daughter might crash your car before you have to do the inspection! This won&#8217;t work for things that you actively have to set up though. Paying some bills, calling people you don&#8217;t know yet &#8230; ticking &#8220;first week of term reading&#8221; won&#8217;t tick itself, sorry to tell you!</li>
</ul>
<p style="text-align: justify;">These approaches didn&#8217;t work for me at all, but this doesn&#8217;t mean that they won&#8217;t work for you. Try them out and decide whether they are for you!</p>
<p style="text-align: justify;"><strong>Approaches that sometimes work</strong></p>
<ul style="text-align: justify;">
<li><strong>Telling someone else about it</strong>. I usually tell my Mum things I really need to do, because she remembers things and actually asks whether I have done them. To be honest she can be a real pain if you <span style="text-decoration: underline;">don&#8217;t</span> want her to remember things you said <img src='http://selfdev.burning-chick.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
<p style="padding-left: 30px; text-align: justify;">&#8220;Did you ask for an appointment then?&#8221; &#8211; &#8220;I didn&#8217;t get round to it &#8230;&#8221; &#8211; &#8220;You said you would though &#8230;&#8221; &#8211; &#8220;Mum!&#8221; &#8211; &#8220;Well, then don&#8217;t say you will be doing things, if you don&#8217;t do them &#8230;!&#8221;</p>
<ul style="text-align: justify;">
<li><strong>Setting yourself a deadline</strong>. For me this only works if the deadline actually has some consequences. For example if I have a coursework that is only due in 3 weeks, but I have to start it early so that I can do other coursework as well, then I usually don&#8217;t start it until it&#8217;s almost too late to manage to do all of them. Of course I always manage to hand them in, but it really takes me some time to actually start working if there is no real pressure. In this case I sometimes set myself the deadline, that I want to be finished by, say, Friday. On Friday I sometimes go to London for some tango dancing. If I can&#8217;t manage to get the coursework done by 6pm on that Friday, I won&#8217;t allow myself to go to tango. So, if I make it, I treat myself with tango and if I don&#8217;t I punish myself with not allowing myself to go. This gives me enough incentive to start early and get it done in time.</li>
</ul>
<p style="text-align: justify;"><strong>Approaches that always work for me</strong></p>
<ul style="text-align: justify;">
<li><strong>Finding something that is worse</strong>. The one thing that kept my flat clean during exams was that revision was often worse than cleaning. Cleaning the bathroom is worse than doing laundry and some subjects are worse, i.e. more boring, than others. If you end up not wanting to do something, pick a worse task on your list and magically you&#8217;ll prefer doing the original one first. The problem with this is though, that the worst task will remain on the list.</li>
<li><strong>Try to not do anything for a day</strong>. I mean that you&#8217;re really not allowed to do <span style="text-decoration: underline;">anything</span>, but those nasty tasks. No reading, no TV, no movies, no conversations with your family or your flatmates, no MSN, no facebook updating, and no, you&#8217;re also not allowed to go for a walk. This of course needs a lot of discipline, because you really have to stick to it then. If I do that I usually get those things done after about 5 minutes, because I just can&#8217;t stand doing nothing. I can <span style="text-decoration: underline;">relax</span>, meaning I can do nothing and just lie in the sun, but if I&#8217;m not allowed to &#8220;relax&#8221;, then I&#8217;m pretty screwed!</li>
<li><strong>One for every work day of the week</strong>. If there are lots of those nasty things that I have to do, I do one of them on every work day of the week as the first thing in the morning or first thing after lunch (some people don&#8217;t like getting calls at 8 in the morning <img src='http://selfdev.burning-chick.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ). I just write myself a post-it the night before or before I cook my lunch and stick it to my notebook with all my to-dos. In the morning or after lunch I have to get them out of the way, before I&#8217;m even allowed to look at my a<strong> </strong>other to-dos!</li>
</ul>
<p style="text-align: justify;">Apart from telling people about it or finding something worse, all the other approaches that sometimes or always work for me need discipline. You can&#8217;t just expect that these things will get done somehow magically. There is no way around just sitting down and doing this stuff. Remember, you gotta do what you gotta do! Sometimes it&#8217;s hard and often I don&#8217;t have the discipline to keep the attitude of doing them every day up for long enough. The reason why these nasty little things accumulate is, because they&#8217;re nasty and we don&#8217;t want to do them! It takes discipline to do the things you hate anyway and I don&#8217;t know an awful lot of happy people who can keep up doing things they hate all the time. People who do things they hate without hesitation are usually bitter and unhappy. They think they can&#8217;t do anything that is fun for a living anyway and they believe that work has to be dreadful or else it wouldn&#8217;t be paid, right? If all of your tasks and your entire work week needs discipline and the worst tasks need even more discipline, you should really reconsider your line of work. If you love your job/work though and there will always be things that you won&#8217;t like. Don&#8217;t beat yourself up if you don&#8217;t want to do those ones at all. That&#8217;s normal! Just try to not let them get out of hand. If there is an item longer on your to-do list than a week for no other reason than &#8220;you can&#8217;t be arsed&#8221; then something has to be done about it or else you will regret it sooner or later!</p>
<p style="text-align: justify;">Next time you notice one of those to-do-list-lurkers try one of these approaches and see whether they work for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://selfdev.burning-chick.de/2009/08/06/getting-things-done-without-a-deadline/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

