G'day eyepopslikeamosquito,

When logging back in after several hours since this morning, I was quite astonished to see that.

I thought maybe a bit might have been flipped, but you'd need to flip at least seven bits to get from 8 to 1008; potentially more if it was less than 8 before the 1000 was added.

$ perl -E 'say sprintf "%010b", $_ for 8, 1008' 0000001000 1111110000

I also wondered, with somewhat of a grin, if one of the gods had been hitting the nectar a little too vigorously, thought my post was utterly hilarious, and added 1000 votes as a birthday present. :-)

It certainly looks like a 1000 was added in one hit; as opposed to 1000 monks separately upvoting it. When I logged back in, I saw "You gained 6 experience points."; which seemed a reasonable amount for the various posts I'd recently made. Anyway, those extra 1000 Rep points did not appear to give me any extra XP.

It also knocked a genuine high-Rep node of mine off the top 20 list: "Emoji Progress Spinners" (current Rep 39).

If someone can find out what the problem was and remove the extra 1000 Rep, that's fine with me.

Update: I changed the wording slightly regarding the number of bits needing to be flipped. Also note that the 1008 (to which I've referred) was the current Rep shown in the top 20 of the year at the time of writing. Obviously, that number is not static.

— Ken


In reply to Re: The Highest Rated Node of All Time by kcott
in thread The Highest Rated Node of All Time by eyepopslikeamosquito

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.