One possibility for this would be Shendal's Perl/Tk Newest Nodes Client. It shows you a threaded interface to Newest Nodes, and has a persistent cache of which nodes you have already seen, so they remain marked as seen even across sessions, and even before you click on "I've read all these".

Right now it re-reads the Newest Nodes page every time it starts, so it doesn't really do what you want. But it shouldn't be too difficult to add that feature - a flag that tells it not to re-read things from Newest Nodes, but to just reuse its cache. It might be more complicated than that, I haven't looked at the code in a while, and unfortunately don't have time to do it now.

Of course, you could also just leave the client running all the time, which gives you a frozen image of the Newest Nodes, until you press "refresh".

--ZZamboni


In reply to Re: Newest Nodes- FREEZE! by ZZamboni
in thread Newest Nodes- FREEZE! by AgentM

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.