It could be I who is mis-impressioned. Here's a section of relevant site code. I'm fairly certain that I'm not hurting anything by showing it:

22: return qq[<span class="other-users-text">Others ] 23: .qq[<span class="other-users-blurb">$blurb</span> the mon +astery:</span> ] 24: .htmlcode( 'get_picked_nodes', '', 25: type => 'Users', 26: past => $time, # minutes! 27: max_age => 2, # minutes! 28: choose => $limit, 29: style => 'nodelet');

And following into the 'get_picked_nodes' code, I see that the order is fleshed out to be "Selected Users In descending order of XP" I learned something new about the site today. So your point seems valid; what caused the order to go funky? ...my money is on the gremlins.


Dave


In reply to Re^3: An interesting quirk of the new order? by davido
in thread An interesting quirk of the new order? by BrowserUk

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.