I've read quite a few writeups recently with the same general topic: How do we focus on the signal and ignore the noise? After long thought, about 30 or 40 seconds, this occured to me... Perhaps an eBay-like "rating" should be added to the author's name.

That is, for any given monk, take the average reputation for all his/her nodes with a +/-reputation (zeros excluded by default):
In the case of someone, shall we say, less than useful, there'd be a big ol' void where the "stars" would go.
In the case of someone somewhat useful, you'd see: by a_useful_monk *****
In the case of someone useful, say, vroom, you'd see: by vroom **********

This could be implemented via perl's x operator.


In reply to Yet Another Post on Experience by cciulla

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.