Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

The Highest Rated Node of All Time

by eyepopslikeamosquito (Archbishop)
on Jan 22, 2022 at 04:40 UTC ( [id://11140695]=monkdiscuss: print w/replies, xml ) Need Help??

While Re^3: designing a program - your wisdom needed by kcott is certainly a brilliant, innovative and amusing post, I'm not sure it is worth its current Rep of 1009.

I fear that talexb's excellent Twenty laborious years -- and I'm glad to be here meditation will be unable to catch kcott's node -- even if talexb gladly slaves away here at PM for another 20 laborious years! :)

Best Nodes of The Year

# Node Author Rep
1 Re^3: designing a program - your wisdom needed kcott 1008
2 Twenty laborious years -- and I'm glad to be here talexb 48
3 Site outage Co-Rion 47
4 Re: Hash Search is VERY slow choroba 46
5 A BASIC interpreter to run StarTrek GrandFather 45
6 Re: Perl Contempt in My Workplace eyepopslikeamosquito 45
7 Pumpking resignation davies 45
8 Re: Useless use of string in return statement tybalt89 45
9 Corinna Update Ovid 44
10 Re: Pumpking resignation choroba 44
11 Re: Perl Contempt in My Workplace syphilis 41
12 Perl Contempt in My Workplace rje 41
13 Re: Closure Over Scalar? choroba 41
14 Re: Is A Number hippo 40
15 Re: Problems Passing an object to a function that was passed to a module haj 40
16 Re: Pumpking resignation Your Mother 40
17 Re: STDIN Enter key not quite working choroba 40
18 Quadmath builds of perl for MS Windows syphilis 40
19 CPAN clients exposed to sig-related vulnerabilities hippo 39
20 Banal Configuration Languages jdporter 39
As of Jan 21, 2022 at 22:44 UTC, Next refresh in 18 hours and 30 mins ±15 min

Update: Note that the astronomical 1000+ rep puts kcott's node on an even higher plane than two historic, celebrated 700+ rep nodes from PM legends Erudil and paco (as noted at the end of The Top Ten Perl Obfus).

Replies are listed 'Best First'.
Re: The Highest Rated Node of All Time
by kcott (Archbishop) on Jan 22, 2022 at 05:29 UTC

    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

      The only thing i'm aware of that was unusual in the monastery during that timeframe is that i was testing and using my new chatterbox client.

      To be clear, this should have nothing to do with your case, but i'll mention this anyway. I hope i didn't break something.

      perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'

        Thanks for the info. Like you, I can't imagine how the CB could have anything to do with this.

        If it's just a 24-hour prank, it should be gone in 6-7 hours when UTC clicks over to 23rd January.

        If it ends up as a curious artefact of the Monastery, like vroom's extra 1,000,000 XP, I don't think it really matters that much. It's only a node Rep: it hasn't affected my XP; it hasn't affected my level, still a Bishop; and, it's had no effect on my ranking, still 24 in "Saints in our Book". It will stick around in the Best Nodes' lists; finally disappearing completely this time next year.

        — Ken

Re: The Highest Rated Node of All Time [FIXED]
by kcott (Archbishop) on Jan 23, 2022 at 02:14 UTC

    In the last few hours, the problem has gone away:

    • Since originally posted, the Rep had gone up to 1018. 1000 has gone. The current Rep is 18.
    • There has been no noticable effect with respect to my XP.
    • I don't see any other issues: level, ranking, etc. all look good.

    I don't see any posts indicating that someone fixed this.

    The fact that it did happen, may be indicative of some greater problem: I'd recommend some investigation be carried out.

    — Ken

      I did it. No need to worry about the integrity of the voting/rep system.

        I did it.

        It was Meeeee!!!!!

        Nice prank! And kudos to kcott for spending his birthday composing a post so hilarious and imaginative that it deserved a 1000-vote virtual birthday present -- even if it was just for a day. :)

        Update: Reading that back, kudos to kcott has a nice ring to it! Might start using that as a set phrase. :)

        OK. Thanks.

        — Ken

      > The fact that it did happen, may be indicative of some greater problem: I'd recommend some investigation be carried out.

      I think your announcement of your birthday coincided with jdporter's sense of humor and erzuuli's access to the database.

      I don't think that "bug" can be patched ... ;-)

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery

        "I don't think that "bug" can be patched ... ;-)"

        I just had a hilarious vision of jdporter's ineffably resplendent form with a large bandage covering the site where the patch had been applied. :-)

        — Ken

Re: The Highest Rated Node of All Time
by Fletch (Bishop) on Jan 22, 2022 at 07:14 UTC

    The answer's obvious: rounding.

    Wait, no . . . IEEE floats?

    Aaah, I've got it. It must be . . .

    The cake is a lie.
    The cake is a lie.
    The cake is a lie.

        "... maybe kcott's birthday will become a new PM prank day. :)"

        I'd be happy with that if the rule is you can prank anyone on 22nd January whose username isn't kcott.

        — Ken

Re: The Highest Rated Node of All Time
by talexb (Chancellor) on Jan 22, 2022 at 17:48 UTC

    Huh. So weird.

    I mean, I've been writing posts on my monkiversary to encourage people to Keep Learning (and that includes myself), but it looks like kcott managed to zoom past my 5-6 week old post like a Tesla Plaid in just over 24 hours. Magic. :)

    Alex / talexb / Toronto

    Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

Re: The Highest Rated Node of All Time
by LanX (Saint) on Jan 22, 2022 at 10:23 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: monkdiscuss [id://11140695]
Approved by kcott
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (None)
    As of 2024-04-25 01:43 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found