<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>idkfa rss feed</title>
        <link>http://www.idkfa.com/v3</link>
        <atom:link href="http://idkfa.com/v3/rss.php" rel="self" type="application/rss+xml" />
        <description>idkfa: syndicated</description>
        <item>
           <title>kaiden: Lolol.</title>
           <link>http://www.idkfa.com/v3/v_thread.php?thread_id=3551&amp;msg_id=3558</link>
           <description>Lolol.</description>
           <author>kaiden@idkfa.com (kaiden)</author>
           <category>Mercy General</category>
           <pubDate>Tue, 13 Sep 2011 13:10:13 -0800</pubDate>
           <guid>http://idkfa.com/v3/v_thread.php?thread_id=3551&amp;msg_id=3558</guid>
       </item>
            <item>
           <title>Scrotor: I think they already made one.</title>
           <link>http://www.idkfa.com/v3/v_thread.php?thread_id=3551&amp;msg_id=3557</link>
           <description>I think they already made one.</description>
           <author>Scrotor@idkfa.com (Scrotor)</author>
           <category>Mercy General</category>
           <pubDate>Tue, 13 Sep 2011 12:59:54 -0800</pubDate>
           <guid>http://idkfa.com/v3/v_thread.php?thread_id=3551&amp;msg_id=3557</guid>
       </item>
            <item>
           <title>kaiden: It&#39;d definitely be more of a gut feeling,</title>
           <link>http://www.idkfa.com/v3/v_thread.php?thread_id=3551&amp;msg_id=3555</link>
           <description>It&#39;d definitely be more of a gut feeling, and 1:1 ratio for trip out to trip back would be worst case. Just saying, it&#39;d be nice to have a watch or an app that notified you when it thought you should turn back.</description>
           <author>kaiden@idkfa.com (kaiden)</author>
           <category>Mercy General</category>
           <pubDate>Tue, 13 Sep 2011 12:54:45 -0800</pubDate>
           <guid>http://idkfa.com/v3/v_thread.php?thread_id=3551&amp;msg_id=3555</guid>
       </item>
            <item>
           <title>Scrotor: Well, this would be pretty difficult to</title>
           <link>http://www.idkfa.com/v3/v_thread.php?thread_id=3551&amp;msg_id=3554</link>
           <description>Well, this would be pretty difficult to estimate, honestly, just considering that each return time for each hike is pretty unique. I guess you could kind of estimate on the conservative side... but, in that case, ballparking doesn&#39;t really need modeling.</description>
           <author>Scrotor@idkfa.com (Scrotor)</author>
           <category>Mercy General</category>
           <pubDate>Tue, 13 Sep 2011 12:48:36 -0800</pubDate>
           <guid>http://idkfa.com/v3/v_thread.php?thread_id=3551&amp;msg_id=3554</guid>
       </item>
            <item>
           <title>kaiden: I had a thought. And it&#39;s probably not a</title>
           <link>http://www.idkfa.com/v3/v_thread.php?thread_id=3551&amp;msg_id=3551</link>
           <description>I had a thought. And it&#39;s probably not a novel one, but maybe something I&#39;d want if it&#39;s already out there.     I was hiking a few days ago, and found myself asking the question: &quot;If I start hiking now, at one point do I have to turn back so that I can be back by X.&quot; The solution is fairly simple: keep track of how long youv&#39;e been walking, and if doubling that time puts you past your return time, you have to turn back.     So it ends up being something like:     if ( now() + ( time_elapsed * 2 ) &gt; start_time+max_duration ) then alarm()     This, however, assumes that it will take you exactly as much time to go out as it will to come back. That&#39;s not always the case, though, being that often when hiking you&#39;ll be walking up a mountain and then back down. The return trip will probably take 75% as long, or maybe even less. So it might be that your logic is more like this:     if ( now() + ( time_elapsed + ( time_elapsed * 0.75 ) ) &gt; start_time+max_duration ) then alarm()     Maybe this is just a feature I&#39;ve never bothered to read on for every digital watch made. But still, sort of an interesting idea, particularly if you&#39;re worried about getting back to a critical social function or something.</description>
           <author>kaiden@idkfa.com (kaiden)</author>
           <category>Mercy General</category>
           <pubDate>Tue, 13 Sep 2011 03:00:42 -0800</pubDate>
           <guid>http://idkfa.com/v3/v_thread.php?thread_id=3551&amp;msg_id=3551</guid>
       </item>
            
    </channel>
</rss> 
