<?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>The Scott Preston Blog &#187; Productivity</title>
	<atom:link href="http://www.scottpreston.com/articles/category/productivity/feed" rel="self" type="application/rss+xml" />
	<link>http://www.scottpreston.com</link>
	<description>Rambles about computing and other things in Columbus, Ohio.</description>
	<lastBuildDate>Thu, 13 Jun 2013 01:22:01 +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>It&#8217;s about the Individual, not The Team!</title>
		<link>http://www.scottpreston.com/articles/1017.php</link>
		<comments>http://www.scottpreston.com/articles/1017.php#comments</comments>
		<pubDate>Wed, 10 Feb 2010 13:40:25 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Small Business]]></category>

		<guid isPermaLink="false">http://www.scottpreston.com/?p=1017</guid>
		<description><![CDATA[I am so tired of late hearing about how it takes great teams to succeed. Whether it&#8217;s software development, starting a business, or football, the dogma is the same: &#8220;It takes a great team to win!&#8221;. That&#8217;s baloney! The one thing that&#8217;s often overlooked by the people preaching this non-sense is Pareto&#8217;s Law (80-20 Rule). [...]]]></description>
				<content:encoded><![CDATA[<p>I am so tired of late hearing about how it takes great teams to succeed. Whether it&#8217;s software development, starting a business, or football, the dogma is the same: &#8220;It takes a great team to win!&#8221;. That&#8217;s baloney!</p>
<p>The one thing that&#8217;s often overlooked by the people preaching this non-sense is <a href="http://en.wikipedia.org/wiki/Pareto_principle" target="_blank">Pareto&#8217;s Law</a> (80-20 Rule). Which states that 80% of the results, comes from 20% of the effort. The numbers are often skued even higher 90-10, 95-5, but the general rule is that in no matter what system you have, the vast majority of the results come from a VITAL FEW.</p>
<p>Maybe the people preaching this are there to make others feel good, or they are selling something, because after-all, 80% of the people that contribute the least to things want to feel important.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottpreston.com/articles/1017.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmer Productivity</title>
		<link>http://www.scottpreston.com/articles/1007.php</link>
		<comments>http://www.scottpreston.com/articles/1007.php#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:47:45 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.scottpreston.com/articles/1007.php</guid>
		<description><![CDATA[What makes a programmer productive? There are lots of ideas about this and I have a few of my own. I have read some interesting articles and books on Pareto&#8217;s Law (The 80/20 Rule) and am finding that most productivity comes from just a few things. 3 Most Effective The Language – The language you [...]]]></description>
				<content:encoded><![CDATA[<p>What makes a programmer productive?
</p>
<p>There are lots of ideas about this and I have a few of my own. I have read some interesting articles and books on Pareto&#8217;s Law (The 80/20 Rule) and am finding that most productivity comes from just a few things.
</p>
<p><strong>3 Most Effective<br />
</strong></p>
<ol>
<li><strong>The Language</strong> – The language you choose to do most of your coding is directly proportional to the efficiency of your programming (lines and quality).
</li>
<li><strong>The Libraries/Frameworks/Resources Available</strong> – Depending on what you are programming, re-inventing the wheel is wasted effort.
</li>
<li><strong>The Programming Environment</strong> – Text Editors, PC/Mac/Linux, Number of Monitors, Other Tools, Fast Internet Connection.
</li>
</ol>
<p><strong>3 Least Effective<br />
</strong></p>
<ol>
<li><strong>Development Methodology</strong> – This only matters when projects are not well thought out and people don&#8217;t know what they want programmed. But for the programmer that knows what he wants to code, it does not matter.
</li>
<li><strong>Unit Testing</strong> – I have friends that will roll their eyes at this statement, but I&#8217;ve written so many lines of code with no to little defects and I&#8217;ve not written one unit test or test case. In fact writing unit testing and doing testing on obvious stuff was the most wasted weeks I&#8217;ve ever spent.
</li>
<li><strong>Anything that makes code more maintainable</strong> – Often you will hear about rules that are good for creating maintainable code, some pattern, avoiding some anti-pattern, lines of code in a method, or size of a class file, etc. These all sound good, but the fact is only a small percentage of code is ever re-used, so stop trying to make 100% of it reusable.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.scottpreston.com/articles/1007.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Do Not List (!To-Do)</title>
		<link>http://www.scottpreston.com/articles/922.php</link>
		<comments>http://www.scottpreston.com/articles/922.php#comments</comments>
		<pubDate>Mon, 11 Jan 2010 20:45:12 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.scottpreston.com/?p=922</guid>
		<description><![CDATA[I&#8217;ve been working lately on creating a DO NOT LIST, my first few items are below: Do not multi-task, I find that when I do this I end up doing all items half-a$$ed. Do not check email and Google reader all the time. I&#8217;ve found this tough to do, I think it&#8217;s because I&#8217;m so [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been working lately on creating a <strong>DO NOT LIST</strong>, my first few items are below:</p>
<ul>
<li><strong>Do not</strong> multi-task, I find that when I do this I end up doing all items half-a$$ed.</li>
<li><strong>Do not</strong> check email and Google reader all the time. I&#8217;ve found this tough to do, I think it&#8217;s because I&#8217;m so conditioned to doing these things so I &#8220;feel&#8221; productive, but they actually don&#8217;t make me productive, they just fill time.</li>
<li><strong>Do not</strong> speed through life/the day. Once again to &#8220;feel&#8221; productive I want to rush home, rush to work, drive to place X the most efficient way possible. All of this optimizing has made me completely loose sight of enjoying the day.</li>
<li><strong>Do not</strong> spend time on the 80% of things that contribute the least to my life.</li>
</ul>
<p>So if you&#8217;re thinking and wondering about being productive and more efficient, consider creating a &#8220;DO NOT LIST&#8221; as way to keep yourself in check.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottpreston.com/articles/922.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arch Villains &#8211; FUD Man &amp; Frameworkinstein</title>
		<link>http://www.scottpreston.com/articles/857.php</link>
		<comments>http://www.scottpreston.com/articles/857.php#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:50:59 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.scottpreston.com/?p=857</guid>
		<description><![CDATA[I was reading this article over at 37signals and I realized that my enemy is inefficiency and it takes form in two arch villains: FUD Man &#8211; This is the person on the team or the architect that creates enough Fear Uncertainty and Doubt to ensure a solution/application is over-engineered and over-budgeted. This usually takes [...]]]></description>
				<content:encoded><![CDATA[<div><img class="alignleft" style="padding: 10px;" title="Villains" src="/images/villain.gif" alt="" width="169" height="111" />I was reading this article over at <a href="http://gettingreal.37signals.com/ch02_Have_an_Enemy.php">37signals </a>and I realized that my enemy is inefficiency and it takes form in two arch villains:</div>
<ul style="clear:both;">
<li><strong>FUD Man</strong> &#8211; This is the person on the team or the architect that creates enough <strong>Fear Uncertainty </strong>and <strong>Doubt </strong>to ensure a solution/application is over-engineered and over-budgeted. This usually takes the form of a J2EE solution requiring offshore to get it done on time and on budget.</li>
<li><strong>Frameworkinstein</strong> &#8211; This person is usually FUD Man disguised as a hero coming in to propose a <strong>framework </strong>to take away time but in actuality it adds time and complexity to an already over-engineered solution.</li>
</ul>
<p>How do you defeat these two in corporate IT? Ruby? Dynamic Languages? No. Those are usually the wrong weapons and you can&#8217;t fight FUD with something people know little about. To win this war you need to take lessons from <a href="http://www.chinapage.com/sunzi-e.html">Sun Tsu</a>. Here&#8217;s some tactics:</p>
<ol>
<li>Attack The Foundations of FUD by finding the most important emotional driver for the decision maker. If it&#8217;s cost make it cheaper, if it&#8217;s quality, introduce a quality process, if it&#8217;s power, caste doubt on his/her ability to control the project.</li>
<li>Ask questions like: How would we do this if we had half the time and budget to management without FUD Man around to respond.</li>
<li>Find a better framework than proposed only to show that one is not really needed.</li>
<li>Show examples of how someone smarter than you or your villain would do something different and how they succeeded.</li>
<li>Create a prototype/example in a few hours that does a good majority of the work, and ask management: If this only took me a few hours, how can we spend all this time and effort on something that&#8217;s essentially the same thing?</li>
</ol>
<p>Good Luck in your fight, may the force be with you!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottpreston.com/articles/857.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perfecting Lazy</title>
		<link>http://www.scottpreston.com/articles/803.php</link>
		<comments>http://www.scottpreston.com/articles/803.php#comments</comments>
		<pubDate>Tue, 10 Feb 2009 07:25:07 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.scottpreston.com/?p=803</guid>
		<description><![CDATA[Over the past three weeks I have been perfecting one thing, being lazy. Not lazy in the sense where I do nothing, but lazy in a way that we drive cars instead of walk, that we use washing machines instead of washing boards, that we use computers instead of pen and paper. Some of the [...]]]></description>
				<content:encoded><![CDATA[<p>Over the past three weeks I have been perfecting one thing, being lazy. Not lazy in the sense where I do nothing, but lazy in a way that we drive cars instead of walk, that we use washing machines instead of washing boards, that we use computers instead of pen and paper.</p>
<p>Some of the things I have done is batching of the following task:</p>
<ul>
<li>Email twice a day, mainly to just check for emails from friends and family.</li>
<li>Google Reader in the evening for pleasure reading.</li>
<li>Stopped reading news sites, just checkout Google News for sports updates.</li>
</ul>
<p>I have also stopped multi-tasking and have decided to do just one thing at a time. I always thought I would get more things done by multi-tasking, and well I did, but it was usually four busy things to one important thing. I&#8217;ve stopped doing the busy and unimportant, and concentrated on just one thing to do per day that is the most impactful and brings me the most enjoyment.</p>
<p>For more readings checkout <a href="http://zenhabits.net/2009/01/the-lazy-manifesto-do-less-then-do-even-less/">The Lazy Manifesto</a> over at <a href="http://zenhabits.net">zenhabits.net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottpreston.com/articles/803.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Project &#8211; A Robot Building DVD</title>
		<link>http://www.scottpreston.com/articles/709.php</link>
		<comments>http://www.scottpreston.com/articles/709.php#comments</comments>
		<pubDate>Wed, 28 Jan 2009 10:41:26 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://www.scottpreston.com/?p=709</guid>
		<description><![CDATA[I think that this year I am going to try and limit myself to one project at a time, rather than starting three or four and doing them all partially and then getting frustrated at the results. The whole multi-tasking concept is dead for now. My thinking today is that if something is worth doing, [...]]]></description>
				<content:encoded><![CDATA[<p>I think that this year I am going to try and limit myself to one project at a time, rather than starting three or four and doing them all partially and then getting frustrated at the results.</p>
<p>The whole multi-tasking concept is dead for now. My thinking today is that if something is worth doing, itâ€™s worth doing well with focus. I use to think that doing more was being more productive, but as I look back, I did more things, but was not more productive, I was just busier, and more stressed.</p>
<p>Currently I am going to do some market research in a <strong>Robot Building DVD</strong>. The initial concept is to have a how-to DVD and manual that would allow for someone to with a short supply list acquired from the local hobby shop or online robotics shop, to build a robot that does something cool. Itâ€™s just an introduction, but I find in all of my robot meetings, thereâ€™s a lot of people interested in robotics, but very few have robots to bring in and most just have a desire to learn about robotics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottpreston.com/articles/709.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giving Up Stuff</title>
		<link>http://www.scottpreston.com/articles/697.php</link>
		<comments>http://www.scottpreston.com/articles/697.php#comments</comments>
		<pubDate>Sat, 24 Jan 2009 16:56:52 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.scottpreston.com/?p=697</guid>
		<description><![CDATA[I am re-reading my book, The Power of Less, and have noticed for the past 5 days I have given up, hourly email checks, television, news, RSS, and all the other things that I waste my time doing when Iâ€™m back home. I am so relaxed. It makes you think about all of the things [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" style="padding:10px;" title="cakes at the market" src="/images/cakes.jpg" alt="" width="250" height="118" />I am re-reading my book, <a href="http://www.scottpreston.com/articles/654.php">The Power of Less</a>, and have noticed for the past 5 days I have given up, hourly email checks, television, news, RSS, and all the other things that I waste my time doing when Iâ€™m back home. I am so relaxed.</p>
<p>It makes you think about all of the things you end up spending your time doing and then you wonder why do I say I never have the time? Itâ€™s just about focus, priority, and doing what matters vs. keeping myself busy for the sake of being busy.</p>
<p>I am writing now, but this is relaxing, Iâ€™m on my PC, but because of network access I donâ€™t surf or checkout Facebook, I just go through the photos on my camera and post a blog or two, before going to take a nap, or a walk on the beach or reading some of the books I brought with.</p>
<p>Now giving up beer, I think that will have to wait until I return back to the statesâ€¦</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottpreston.com/articles/697.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
