I find your explanation of the deduction for days-as-a-monk
"I also try to get at meaningful data by deducting a point for each day as a Monk, since I'm most interested in XP efficiency based on real contributions to the Monastery, i.e. XP for upvotes and for votes cast, not for votes accumulated through simple longevity."
a bit curious for two reasons:
-
deducting one "point for each day as a Monk" seems a less than rigorous way of accounting for this (from Voting/Experience System):
Visiting the site regularly.
You have 25% chance of gaining 2 XP points once a day if you were logged in within the past 24 hours
from when the vote fairy does the rounds.
Would it not be closer (albeit, still imprecise since as you note there are numerous variables for which we can't readily account) to deduct 0.5 points/day in the expectation that over time ((2 points * 25%) * days)) would be statistically more probable (at least for a moderately regular visitor)?
and
- as to XP/node, would it not more clearly reflect a merit ranking for a users posted nodes by using the data from Perl Monks User Search. Obviously that's perhaps a bit more than a SMOP ... more like QLOP ("quite'a lot of programming") because one would have to add code to
- ascertain the actual number of writeups by each user
- insert a user name and the number of writeups into ("Show") limit in PM User Search
- extract and process that data... for as many cases as specified on the CLI
And even that has a major flaw: PM User Search will report XP ONLY FOR THOSE NODES UPON WHICH THE USER BEING ASSESSED IS THE LOGGED-IN USER. There are probably other defects in this set of comments, which is really inspired only by admiration for the OP! (which does actually need a less problematic formatting module, as noted by choroba, above).
UPDATE: re 2. above: I should be clear: that's NOT OP's stated intent; it's merely a variant approach that I would happen to favor, were it feasible.
and, way too many fixes of bad markup, punctuation, etc. My Bad!
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.