It seems to me that what you actually want is a new mode that is something like the ancestors view but contains only the earliest common ancestor to all new nodes in the thread and nothing more.

Close: I want the earliest common new ancestor to each new subthread. I want the minimal set of links such that if I click each link and read that node and its children I'll read all new nodes and nothing but new nodes.

So I guess that means I want to see all new nodes except the ones that have a parent which is also new.

In practice I'd probably end up using 'Root and Node' rather than 'Minimal', to give a better visual binding of new subthreads to a non-new thread, and also to give me the option of saying "almost the whole of the thread is new - it'd be easier to load the root and read the whole thread (even though it includes some non-new nodes) rather than to load each subthread independently".

While the earliest common (non-new) ancestor would occasionally be more useful than the root, few non-root nodes get more than a couple of responses, and only very rarely will a non-root node have had a significant number of responses since I last "read all these nodes".

Oh, I should also have mentioned that the only age distinction I care about is 'new' vs 'non-new'.

Hugo


In reply to Re^3: (announce) Recently Active Nodes by hv
in thread (announce) Recently Active Threads by demerphq

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.