Comment Re:This isn't a victory for Behring-Breivik. (Score 1) 491
>Do you believe rehabilitation is impossible or do you want revenge?
I don't believe that someone who commits mass murder can be rehabilitated, no. It isn't about revenge; it's about public safety.
Comment This isn't a victory for Behring-Breivik. (Score 3, Insightful) 491
Someone once pointed out that hoping a rapist gets raped in prison isn't a victory for his victim(s), because it somehow gives him what he had coming to him, but it's actually a victory for rape and violence. I wish I could remember who said that, because they are right. The score doesn't go Rapist: 1 World: 1. It goes Rape: 2.
What this man did is unspeakable, and he absolutely deserves to spend the rest of his life in prison. If he needs to be kept away from other prisoners as a safety issue, there are ways to do that without keeping him in solitary confinement, which has been shown conclusively to be profoundly cruel and harmful.
Putting him in solitary confinement, as a punitive measure, is not a victory for the good people in the world. It's a victory for inhumane treatment of human beings. This ruling is, in my opinion, very good and very strong for human rights, *precisely* because it was brought by such a despicable and horrible person. It affirms that all of us have basic human rights, even the absolute worst of us on this planet.
Comment Re:Facebook collecting private data unnecessarily? (Score 4, Interesting) 96
This is precisely why I lost all interest in Oculus the instant I heard that it had been acquired by Facebook.
Comment Install Malware Get Hacked (Score 1) 87
So, installing malicious software means your information can be accessed? SHOCKING.
Comment Re:Math, do it. (Score 4, Informative) 1043
As the linked article points out, that $15 billion is a simple correlation based on diabetes alone.
When cost savings are almost erased by one disease, maybe someone hasn't thought through the unintended consequences.
Comment Re:I recommend non - MMO (Score 1) 555
Man, here I was hoping helm's deep would reinvigorate LOTRO. And yes, I had even pre-ordered it.
Comment Can't replicate (Score 4, Informative) 135
Submission + - Another Climate-Change Retraction (thinkprogress.org)
Submission + - Gore Misquoted on Hexametric Hurricanes (washingtonpost.com)
Luckily for Gore, this is the first time he's been ridiculed for something he didn't actually say. Well, except for Love Story, Love Canal, farm chores, and everyone's favorite, inventing the internet.
(The original Slashdot story is at http://yro.slashdot.org/story/13/08/22/2111247/for-overstated-claims-gore-tesla-upbraided-by-nws-nhtsa-respectively and its central link now includes the Washington Post's correction.)
Submission + - HP Cloud offers up free access to OpenStack (hpcloud.com)
API, as well as console, access is being made to the computer, object storage, and CDN interfaces. There are images being provided for different Linux distributions, and additionally images for Bitnami, ActiveState's Stackato, and Enterprise DB's Postgres images. Hopefully the access can be used to drive adoption of the Open Source alternative to Amazon's APIs."
Leaked Heartland Institute Documents Reveal Opposition To Science 615
Comment Re:/. turns green, lifts bus over head: PATENT SMA (Score 1) 584
Comment /. turns green, lifts bus over head: PATENT SMASH (Score 5, Informative) 584
I think I may want to contest this patent.
The patent cites Slashdot comment moderation as an example of how not to assign importance to user actions. Its authors were apparently unaware that the algorithm they described in November 2010 is virtually identical to the way Slashdot has actually assigned importance to user voting on Firehose stories since May 2008 (give or take). I know because I wrote it.
What this patent calls "authority," we call user "clout."
Multiple clouts, actually. Each Slashdot user has a number that describes how valuable the system believes their up/down votes in the firehose are, and it's separate from how valuable their descriptive tags applied to stories are. (Up/down votes are simply tags with special names, making vote-scoring and description-determination very similar under the hood.)
It's been a while since I looked at this code -- I work for sister company ThinkGeek now -- but scanning over our public repository here are some of the interesting parts:
plugs/Tags/tags_updateclouts.pl - the tags_peerclout table is the way that each type of clout is built. It has fixed entries at gen=0, the zeroth generation, which would typically be the Slashdot editors or other users considered reliable and definitive. To build gen=1, the code looks at how many users tagged or voted on the same objects as the gen=0 users did, and assigns the gen=1 users scores based on similarity (or difference). Then from the gen=1 users, gen=2 users are assigned scores similarly, and so on.
The gen=0 entries in that table "designate one or more contributing authorities by delegating to each a specific quantity of authority." I don't think I could describe that better myself.
plugins/Tags/Clout/Vote.pm process_nextgen() - here's where each new generation of user clout is successively determined, for firehose votes in particular. Line 194 invokes the algorithm and line 203 assigns that user their new voting clout. This iterative process is the automated method through which "each contributing authority may in turn designate and delegate authority to one or more additional contributing authorities."
plugins/Tags/Clout/Vote.pm init() - sum_weight_vectors totals the change in clout for each generation, and possible weight decreases exponentially. If you're in gen=1 the maximum weight you can have is only 60% of the maximum from gen=0, etc. The fraction is smaller than 100%, which helps ensure "that the total quantity of authority delegated does not exceed the quantity of authority the contributing authority was itself delegated." When the clouts are used to determine firehose item ratings, "the ratings are combined in a manner that affords a higher priority to the ratings provided by contributing authorities to which a greater quantity of authority was delegated."
All this may have changed since it was written. I don't actually know what's running on Slashdot at this moment. I'm just going by the public repository that I knew was on sf.net, and I don't even know if there's a later version of the code available anywhere.
But I suspect that this system would constitute prior art.
Also, looking over my code from 2008, boy, I really wish I'd put in more comments.
Journal Journal: in which i am a noob all over again 17
I haven't posted a journal here in almost three years, because I couldn't find the button to start a new entry.
So... hi, Slashdot. I used to be really active here, but now I mostly lurk and read. I've missed you.