<?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>Obvious Ideas &#187; Productivity</title>
	<atom:link href="http://www.arikfr.com/blog/category/productivity/feed" rel="self" type="application/rss+xml" />
	<link>http://www.arikfr.com/blog</link>
	<description>From the desk of a Software Developer</description>
	<lastBuildDate>Mon, 05 Sep 2011 08:05:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using the terminal often? You need Terminitor</title>
		<link>http://www.arikfr.com/blog/using-the-terminal-often-you-need-terminitor.html</link>
		<comments>http://www.arikfr.com/blog/using-the-terminal-often-you-need-terminitor.html#comments</comments>
		<pubDate>Fri, 11 Mar 2011 19:01:19 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[terminitor]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/?p=140</guid>
		<description><![CDATA[Terminitor is a Ruby gem that automates your development workflow setup. Basically, it allows you to easily set different environments in your terminal. Defining which tabs to open and which commands to run in each. Installation is as easy as: &#8230; <a href="http://www.arikfr.com/blog/using-the-terminal-often-you-need-terminitor.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="https://github.com/achiu/terminitor">Terminitor</a> is a Ruby gem that automates your development workflow setup. Basically, it allows you to easily set different environments in your terminal. Defining which tabs to open and which commands to run in each. </p>
<p>Installation is as easy as:<br />
<code>gem install terminitor<br />
terminitor init</code><br />
(assuming you already have Ruby and Ruby gems installed)</p>
<p>Then you create your terminitor setups with <code>terminitor edit [name]</code>. Defining terminitor setup is very is. Here is mine for one of my projects:<br />
<script src="https://gist.github.com/866372.js?file=pulse.term"></script></p>
<p>No more keeping all those servers running in the background, just because I&#8217;m lazy to open them again. Now restarting my working environment is just a single command.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/using-the-terminal-often-you-need-terminitor.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make the Unread Items in Google Reader Disappear</title>
		<link>http://www.arikfr.com/blog/make-the-unread-items-in-google-reader-disappear.html</link>
		<comments>http://www.arikfr.com/blog/make-the-unread-items-in-google-reader-disappear.html#comments</comments>
		<pubDate>Thu, 17 Jul 2008 06:39:00 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bokokmarklet]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Unread Items]]></category>
		<category><![CDATA[Userscripts.org]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/make-the-unread-items-in-google-reader-disappear.html</guid>
		<description><![CDATA[The Unread Items counter in Google Reader is putting you under pressure? Can&#8217;t sleep because of it? Well, you don&#8217;t have to see it any more. I&#8217;ve hacked a simple Greasemonkey script that hides the unread items counter in Google &#8230; <a href="http://www.arikfr.com/blog/make-the-unread-items-in-google-reader-disappear.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3279/2675800365_ba22109a66.jpg?v=0" alt="אין יותר מספרים מלחיצים" width="514" height="218" /></p>
<p><strong>The Unread Items counter in <a href="http://www.google.com/reader">Google Reader</a> is putting you under pressure? Can&#8217;t sleep because of it? Well, you don&#8217;t have to see it any more.</strong> I&#8217;ve hacked a simple <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> script that hides the unread items counter in Google Reader. There&#8217;re two flavours of the script: one that <a href="http://userscripts.org/scripts/show/30160">hides only the all items counter</a> and other one that <a href="http://userscripts.org/scripts/show/30159">hides all the counters</a>.</p>
<p>To those of you who don&#8217;t know what Greasemonkey is:</p>
<blockquote><p><strong>Greasemonkey</strong> is a <a href="http://en.wikipedia.org/wiki/Mozilla_Firefox">Mozilla Firefox</a> <a href="http://en.wikipedia.org/wiki/Extension_%28Mozilla%29">extension</a> that allows users to install <a href="http://en.wikipedia.org/wiki/Scripting_programming_language">scripts</a> that make <a href="http://en.wikipedia.org/wiki/On_the_fly">on-the-fly</a> changes to most HTML-based <a href="http://en.wikipedia.org/wiki/Web_page">web pages</a>. [..]</p>
<p>Greasemonkey can be used for adding new functionality to web pages (for example, embedding price comparison in <a href="http://en.wikipedia.org/wiki/Amazon.com">Amazon.com</a> web pages), fixing rendering bugs, combining data from multiple webpages, and numerous other purposes.</p></blockquote>
<p>(From Wikipedia entry on <a href="http://en.wikipedia.org/wiki/Greasemonkey">Greasemonkey</a>)</p>
<p>You can find a lot more scripts on <a href="http://userscripts.org">userscripts.org</a> . Beware that some scripts become unstable/not working due to constant updates of the web sites (most of Gmail scripts break every version update).</p>
<p>I&#8217;ve also created three bookmarklets that allow you to unhide and hide the counters, but had trouble to embed them in the post. So if anyone interested in them, just leave here a comment.</p>
<p>Comments are mostly welcomed.</p>
<p>Enjoy.</p>
<p><strong><em>Arik</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/make-the-unread-items-in-google-reader-disappear.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GTD Two Minutes Timer for Free on any platform</title>
		<link>http://www.arikfr.com/blog/gtd-ten-minutes-timer-for-free-on-any-platform.html</link>
		<comments>http://www.arikfr.com/blog/gtd-ten-minutes-timer-for-free-on-any-platform.html#comments</comments>
		<pubDate>Thu, 14 Dec 2006 21:02:09 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/gtd-ten-minutes-timer-for-free-on-any-platform.html</guid>
		<description><![CDATA[Today a friend of mine mentioned that you can find on David Allen&#8217;s web site a GTD utilty called &#8220;Two Minutes Timer&#8221;. As it name states it&#8217;s a two minutes timer, that will make a sound when the time ends &#8230; <a href="http://www.arikfr.com/blog/gtd-ten-minutes-timer-for-free-on-any-platform.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today a friend of mine mentioned that you can find on <a href="http://www.davidco.com" title="David Allen">David Allen&#8217;s web site</a> a GTD utilty called <a href="http://www.davidco.com/store/catalog/Digital-Two-Minute-Timer-p-16218.php" title="GTD Ten Minutes Timer">&#8220;Two Minutes Timer&#8221;</a>. As it name states it&#8217;s a two minutes timer, that will make a sound when the time ends and flashes &#8220;What is your next action?&#8221;. If you aren&#8217;t famililar with the GTD methodology &#8211;  the 2 minute timer is intended to facilitate the 2 minute rule, which states that:</p>
<blockquote><p>&#8220;If the Next Action can be done in 2 minutes or less, do it when you first pick the item up. Even if that item is not a &#8220;high priority&#8221;, because it takes longer to store and track any item than to deal with it the first time its in your head.&#8221;(p. 131, &#8220;Getting Things Done&#8221;)</p></blockquote>
<p>While the GTD methology is a great thing, paying 10$ for a utility that I can write in half an hour seemed to be as too much. Making a quick google search for <a href="http://www.google.com/search?sourceid=navclient-ff&amp;ie=UTF-8&amp;rls=GGGL,GGGL:2006-42,GGGL:en&amp;q=gtd+%22two+minute+timer%22" title="Google search"><em>gtd + &#8220;two minutes timer&#8221;</em></a><em> </em>reveled to me that I wasn&#8217;t the only one who thought like that. 20 minutes later <strong>I&#8217;ve compiled a list replacement timers for PC, Mac, Google Widgets, Yahoo Widgets and more&#8230;</strong></p>
<p><span id="more-8"></span><br />
Really valuable resource was the <a href="http://www.lifehacker.com/software/getting-things-done/download-of-the-day-the-two-minute-timer-178048.php" title="Lifehack">LifeHack post about one of this apps</a> (for PC &#8211; third in the list) &#8211; in the post comments I found most of the other links.</p>
<p>Some of this utilities are even handier than the original one by David Allen, as they offer more features such as -</p>
<ul>
<li>Setting the timer for then two minutes &#8211; while the 2 minutes rule is cool, sometimes you want to set a limited period of time for a certain task, which is longer than two minues.<br />
This is very useful on meetings &#8211; see rule #6 &#8211; &#8220;Stick to the clock&#8221; on <a href="http://yahoo.businessweek.com/">Business Week</a>&#8216;s article on <a href="http://yahoo.businessweek.com/smallbiz/content/sep2006/sb20060927_259688.htm">How to Run a Meeting Like Google</a>.</li>
<li>Counting below zero &#8211; ideal for seeing how you exceed your original estimaiton of time (helps you to realize how much time the different task you do take).</li>
</ul>
<p><strong>PC</strong></p>
<ul>
<li><a href="http://www.avesh.com/blog/TwoMinuteTimer.aspx">Two Minutes Timer by Avesh Jain</a> &#8211; The application pointed out by LifeHack. (requires .NET Framework 2.0)</li>
</ul>
<p><a href="http://www.flickr.com/photos/arikfr/322454631/" title="Photo Sharing"></a></p>
<p style="text-align: center"><a href="http://www.flickr.com/photos/arikfr/322454631/" title="Photo Sharing"><img src="http://static.flickr.com/138/322454631_34ec3bf6de_o.gif" alt="Two Minutes Timer GTD" height="132" width="149" /></a></p>
<ul>
<li><a href="http://blog.brettkelly.org/?p=215">Two Minutes Timer by Brett Kelly</a> &#8211; Simple application , written specailly to replace David Allen&#8217;s one. (requires .NET Framework 2.0)</li>
</ul>
<p><a href="http://www.flickr.com/photos/inkedmn/291638211/"></a></p>
<p style="text-align: center"><a href="http://www.flickr.com/photos/inkedmn/291638211/"><img src="http://static.flickr.com/104/291638211_79d6fcd523_m.jpg" /></a></p>
<ul>
<li><a href="http://www.pc-tools.net/win32/mintimer/" title="Minute Timer 1.1">Minute Timer 1.1</a> &#8211; Freeware general timer, that can be used for keeping up with the 2 minutes rule.</li>
</ul>
<p><a href="http://www.flickr.com/photos/arikfr/322454633/" title="Photo Sharing"></a></p>
<p style="text-align: center"><a href="http://www.flickr.com/photos/arikfr/322454633/" title="Photo Sharing"><img src="http://static.flickr.com/133/322454633_8b2350d665_o.png" alt="Mini Timer" height="228" width="315" /></a></p>
<p><strong>Mac</strong></p>
<p>Dan Messsing from Stuntblog wrote a Two Minutes Timer for Mac &#8211; you can find it <a href="http://www.stuntblog.com/2006/06/06/two-minutes-on-a-mac/">here</a>.</p>
<p>As a PC user I didn&#8217;t really looked into, and I don&#8217;t know what other alternatives exist. If you like something else, you&#8217;re more than welcome to leave a comment with a link.</p>
<p><strong>Web Based</strong></p>
<p><a href="http://www.lumisoft.net/teatimer.htm?2" title="http://www.lumisoft.net/teatimer.htm?2">http://www.lumisoft.net/teatimer.htm?2</a></p>
<p><strong>Google Widgets<br />
</strong>(can be used on your <a href="http://www.google.com/support/bin/topic.py?topic=1592">Google Homepage</a> or any other webpage)</p>
<ul>
<li><a href="http://www.google.com/ig/directory?num=24&amp;url=http://www.online-stopwatch.com/google.xml&amp;q=timer&amp;start=0">Online-Stopwatch.com</a> &#8211; stopwatch and a countdown clock.</li>
<li><a href="http://www.google.com/ig/directory?num=24&amp;url=http://cydelic.info/gmodules/timer/timer.xml&amp;q=timer&amp;start=0">Timer</a> &#8211; simple timer. When the time ends a popup jumps.</li>
</ul>
<p><strong>Yahoo Widget</strong></p>
<p><a href="http://widgets.yahoo.com/gallery/view.php?widget=37537">Tea Timer</a> &#8211; simple countdown clock originally designed to be used as a cooking/tea timer. Can be configured to display topmost after the alert is triggered.  Also it continues to countdown below zero.</p>
<p><strong>Easiest way</strong></p>
<p>Among the comments on LifeHacker I saw another possible solution for keeping up with the two minutes rule &#8211; <em>&#8220;<strong><u>Even cheaper &#8211; LOOK AT A CLOCK&#8221;</u></strong></em>. <img src='http://www.arikfr.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Hope it was useful for you,</p>
<p><em><strong>Arik</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/gtd-ten-minutes-timer-for-free-on-any-platform.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

