Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Can I please have multiple downvotes per (certain monk's) posts.

by marinersk (Priest)
on Jun 21, 2015 at 15:27 UTC ( [id://1131342]=note: print w/replies, xml ) Need Help??


in reply to Can I please have multiple downvotes per (certain monk's) posts.

Can I please have multiple downvotes per (certain monk's) posts.

I've seen a relevant snippet of wisdom somewhere on PerlMonks:

Examine what is said, not who speaks

  • Comment on Re: Can I please have multiple downvotes per (certain monk's) posts.

Replies are listed 'Best First'.
Re^2: Can I please have multiple downvotes per (certain monk's) posts.
by BrowserUk (Patriarch) on Jun 21, 2015 at 15:41 UTC

      That is an interesting proposition. We're in a phase of what I might coin the Functional Group Lifecycle where both signal and noise are diminishing, but the signal is falling off more rapidly than the noise due in part to its well-established archive:

           
      Stage/Phase Status Delta Signal Delta Noise Signal-to-Noise Ratio
      Stage I New Slight Increase Negligible Increase High
      Stage II Fledgeling Moderate Increase Slight Increase High
      Stage III Young Large Increase Moderate Increase High
      Stage IV Glory Days Moderate Increase Large Increase Medium-Low
      Stage V Maintenance Mode Moderate Decrease Slight Decrease Medium-Low
      Stage VI Decline Moderate Decrease Moderate Decrease Medium
      Stage VII Life Support Large Decrease Large Decrease High

      Coming up with a mechanism to improve the ability of a reader to distinguish the signal from the noise, rather than try in vain to correct the traffic distribution is, I have to say, a brilliant departure from the oft-failed futile efforts I've seen to date.

      Proving (to me, anyway), once again, that it is The Conversation which is important, and that it must be encouraged, not discouraged.

      How we got there, I suppose, is largely a secondary consideration.

        Proving (to me, anyway), once again, that it is The Conversation which is important,

        Agreed.

        How we got there, I suppose, is largely a secondary consideration.

        Necessity is mother of invention.

        There's a nice cosy world in which necessities are predicted aforehand; discussed calmly and rationally; and addressed before they become imperative.

        In my experience; that cosy world doesn't exist. Every single organisation I've ever had any knowledge of has always had to react to the now; no matter how hard they tried to cover off every eventuality.

        And far more frequently than the 'nice world - nice people' advocates would want you to believe, it took someone to get angry before change occurred.

        We have spam filters and ad-blockers and ex-directories and no cold-call lists because people got pissed off.

        History is rife with (mostly far less trivial) examples of the need for 'righteous anger' in order to instigate change. Mostly because 'the authorities' at every level, rarely take a blind bit of notice of polite RFCs; they are easier to ignore than effect.


        With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.
        I'm with torvalds on this Agile (and TDD) debunked I told'em LLVM was the way to go. But did they listen!
Re^2: Can I please have multiple downvotes per (certain monk's) posts.
by chacham (Prior) on Jun 26, 2015 at 11:43 UTC

    Examine what is said, not who speaks

    If that were the case, why aren't the voting option on bottom of the node? You know, so you click them after you read them. The score does indeed belong on top though; Score on top, votes on bottom.

      UPDATE: I've posted this, with changes and additions, as a meditation, so please see it there.

      If that were the case, why aren't the voting option on bottom of the node? You know, so you click them after you read them.

      They are in my browser, thanks to this bit of jQuery code that I insert into PM pages with a browser extension (you also need to insert a line of HTML to load jQuery itself). It's probably not the best code, as I understood very little Javascript when I wrote it; I've been meaning to clean it up and add a couple things, but it does work. (Note how I put sigils on my variables to make it feel more perl-y). It moves each reply's vote buttons to the bottom of that reply, and also sticks a Vote button next each set of +/- radio buttons, so I don't have to scroll to the bottom to find it. It doesn't move the buttons for the original post at the top; I guess that's one thing I should add.

      $(document).ready(function(){ jQuery('div.reputation center').append('<input style="margin-left:20 +px" type="submit" name="sexisgreat" value="vote!" />'); jQuery('td.reply-body').each(function(){ var $m = $(this).children().first(); var $t = $m.html(); if( $t.match(/reply/)){ return; } $m.remove(); $(this).append('<div class="reputation">'+$t+'</div>'); }); });

      Aaron B.
      Available for small or large Perl jobs and *nix system administration; see my home node.

        Cool. Which plugin do you use?

        But merely adding js code to each page is not something you need a plugin for; simply stick it in your Free Nodelet Settings (appropriately wrapped in HTML, of course). (And make sure your Free Nodelet is enabled.)

        I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.

        Interesting button name....

        I wonder if this can be turned into a Greasemonkey script. It'd also be a good Perl Monks Discussion.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1131342]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 08:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found