<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Knowing when it&#8217;s been too many Days Since</title>
	<atom:link href="http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/feed/" rel="self" type="application/rss+xml" />
	<link>http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/</link>
	<description>bernie's small batches of software goodness</description>
	<lastBuildDate>Mon, 06 Sep 2010 04:30:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: rik</title>
		<link>http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/comment-page-1/#comment-20309</link>
		<dc:creator>rik</dc:creator>
		<pubDate>Tue, 30 Oct 2007 20:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/#comment-20309</guid>
		<description>I see. Well, I vote for fixed reference option (with a line that turns red or something); don&#039;t like the auto-sort based on average days to reset reset thing. Who&#039;s with me?</description>
		<content:encoded><![CDATA[<p>I see. Well, I vote for fixed reference option (with a line that turns red or something); don&#8217;t like the auto-sort based on average days to reset reset thing. Who&#8217;s with me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie Thompson</title>
		<link>http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/comment-page-1/#comment-19127</link>
		<dc:creator>Bernie Thompson</dc:creator>
		<pubDate>Thu, 18 Oct 2007 21:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/#comment-19127</guid>
		<description>I realized that people have two kinds of reminders for days since -- ones they&#039;re trying to do more regularly (kids bath) and then perhaps those that they don&#039;t ever want to do again (take a drink).  You want to see those items fall to the bottom as they fall into your past.

With this in mind, I&#039;ve done a small update to sort the items you&#039;re actively resetting above those you aren&#039;t, so you can mix the two types.  And if you&#039;ve never reset, then older items sort lower.

We&#039;ll see what sort of feedback, firestorm, or fizzle this creates .. ;)</description>
		<content:encoded><![CDATA[<p>I realized that people have two kinds of reminders for days since &#8212; ones they&#8217;re trying to do more regularly (kids bath) and then perhaps those that they don&#8217;t ever want to do again (take a drink).  You want to see those items fall to the bottom as they fall into your past.</p>
<p>With this in mind, I&#8217;ve done a small update to sort the items you&#8217;re actively resetting above those you aren&#8217;t, so you can mix the two types.  And if you&#8217;ve never reset, then older items sort lower.</p>
<p>We&#8217;ll see what sort of feedback, firestorm, or fizzle this creates .. <img src='http://leancode.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie Thompson</title>
		<link>http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/comment-page-1/#comment-19121</link>
		<dc:creator>Bernie Thompson</dc:creator>
		<pubDate>Thu, 18 Oct 2007 18:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/#comment-19121</guid>
		<description>Hi Rik -- 

With the current version, items don&#039;t sort by &quot;the most days past&quot; -- they sort by how near/over they are to your historical average.  If you&#039;ve tended to give your kids a bath every   4 days, the &quot;give the kids a bath&quot; reminder will float to the top as it gets close to, then over, 4 days.  The effect should be much like what you described.  Are you seeing this work, as you&#039;re resetting your short-timeframe items?

The problems seems to be that you had some hand-grouping that automatic sorting messed up from your perspective -- one solution which would work regardless of whether the gadget sorts or not, is to add several copies of the gadget and put the different groups in different copies.

What some people have asked for is the ability to provide a fixed recurrence (My kids should have a bath every 3 days, and I want the item to be overdue if it&#039;s been longer!), rather than something based on average.  That&#039;s still possible, and could potentially live alongside the automatically calculated recurrence that&#039;s there now. The downsides are UI complexity, and a few less reminders that&#039;ll fit, because of Google&#039;s ~2K character limit on preferences.</description>
		<content:encoded><![CDATA[<p>Hi Rik &#8212; </p>
<p>With the current version, items don&#8217;t sort by &#8220;the most days past&#8221; &#8212; they sort by how near/over they are to your historical average.  If you&#8217;ve tended to give your kids a bath every   4 days, the &#8220;give the kids a bath&#8221; reminder will float to the top as it gets close to, then over, 4 days.  The effect should be much like what you described.  Are you seeing this work, as you&#8217;re resetting your short-timeframe items?</p>
<p>The problems seems to be that you had some hand-grouping that automatic sorting messed up from your perspective &#8212; one solution which would work regardless of whether the gadget sorts or not, is to add several copies of the gadget and put the different groups in different copies.</p>
<p>What some people have asked for is the ability to provide a fixed recurrence (My kids should have a bath every 3 days, and I want the item to be overdue if it&#8217;s been longer!), rather than something based on average.  That&#8217;s still possible, and could potentially live alongside the automatically calculated recurrence that&#8217;s there now. The downsides are UI complexity, and a few less reminders that&#8217;ll fit, because of Google&#8217;s ~2K character limit on preferences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rik</title>
		<link>http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/comment-page-1/#comment-19118</link>
		<dc:creator>rik</dc:creator>
		<pubDate>Thu, 18 Oct 2007 15:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/#comment-19118</guid>
		<description>I&#039;m sorry, but this Idea of having things go to the top that have the most days past, is, well, stupid.
I have some items that need attention every couple days, some only a few times a year. so, this automatic sorting is of no help at all, and in fact, disorganized my items so they are no longer grouped as I wanted. Please, just add an option to set an &quot;alarm&quot; day passed. This would not be confusing for a monkey!</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, but this Idea of having things go to the top that have the most days past, is, well, stupid.<br />
I have some items that need attention every couple days, some only a few times a year. so, this automatic sorting is of no help at all, and in fact, disorganized my items so they are no longer grouped as I wanted. Please, just add an option to set an &#8220;alarm&#8221; day passed. This would not be confusing for a monkey!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie Thompson</title>
		<link>http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/comment-page-1/#comment-12863</link>
		<dc:creator>Bernie Thompson</dc:creator>
		<pubDate>Mon, 25 Jun 2007 02:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/#comment-12863</guid>
		<description>Hi Jeremy - That&#039;s a good way of doing it to serve the power user while not distracting the novice.  For starters, we have a method that&#039;s more automatic, but doesn&#039;t provide as much control -- we&#039;ll track the frequency on which you&#039;ve previously reset the item, and let you know (with color, probably) when an item is &quot;overdue&quot; compared to how often it was done in the past.

Once that is in, a way of explicitly setting a fixed expected frequency makes sense. Thanks for your ideas!</description>
		<content:encoded><![CDATA[<p>Hi Jeremy &#8211; That&#8217;s a good way of doing it to serve the power user while not distracting the novice.  For starters, we have a method that&#8217;s more automatic, but doesn&#8217;t provide as much control &#8212; we&#8217;ll track the frequency on which you&#8217;ve previously reset the item, and let you know (with color, probably) when an item is &#8220;overdue&#8221; compared to how often it was done in the past.</p>
<p>Once that is in, a way of explicitly setting a fixed expected frequency makes sense. Thanks for your ideas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/comment-page-1/#comment-12703</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 23 Jun 2007 01:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://leancode.com/2007/06/20/knowing-when-its-been-too-many-days-since/#comment-12703</guid>
		<description>How about a simple parser, no additional UI, as you enter the title of the new item if the string contains something similar to &quot;-overdue 30&quot; it will consider  it overdue in thirty days. 
&quot;-overdue 30 repeating&quot; would be nice. 
only two or three command words should be necessary, and non &quot;power&quot; users would not even know it is there... 
What do you think ?</description>
		<content:encoded><![CDATA[<p>How about a simple parser, no additional UI, as you enter the title of the new item if the string contains something similar to &#8220;-overdue 30&#8243; it will consider  it overdue in thirty days.<br />
&#8220;-overdue 30 repeating&#8221; would be nice.<br />
only two or three command words should be necessary, and non &#8220;power&#8221; users would not even know it is there&#8230;<br />
What do you think ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.348 seconds -->
