Slashdot Mirror


Programmed Sentencing in China

An anonymous reader writes to mention a unique combination of coding and social justice. A court in China has been using software to mete out sentences in criminal cases. The program has been in use for almost two years, and has passed judgement in some 1,500 cases. From the article: "'The software can avoid abuse of discretionary power of judges as a result of corruption or insufficient training,' the paper quoted Zichuan District Court chief judge, Wang Hongmei, as saying. But some Chinese newspapers criticized the move as a farce that highlighted the 'laziness of the court' and that would not curb judicial corruption as touted."

11 of 172 comments (clear)

  1. Forever Loop? by Average_Joe_Sixpack · · Score: 5, Funny

    Would that be the same as a life sentence?

    1. Re:Forever Loop? by Anonymous Coward · · Score: 5, Funny

      In communist China, the computer hangs you!

  2. Sentencing Methodology by mordors9 · · Score: 4, Funny

    My understanding is this method won out over the Magic 8 ball or picking a fortune cooke out of a hat.

  3. Re:In other news... by Tackhead · · Score: 4, Funny
    > Chinese newspapers shut down by government.

    ...but Chinese hackers and copyright infringers released after paying court-software-mandated fines of $0.01 and serving 1337 seconds in jail.

    Cloud, silver lining, and all that.

  4. Moo by Chacham · · Score: 5, Funny

    while (thereAreCases()) {
      defendant = defendant.getNext();
      defendant.innocent = (defendant.powerful || defendant.powerful);
      if (!defendant.innocent) firingSquad.add(defendant);
      else firingSquad.add(prosecutor);
    }

  5. No Whammies!!!! by dave562 · · Score: 5, Funny

    I just had this visual of this poor Chinese guy surrounded by a bunch of blinking screens, his hand hovering over a big red button, praying, "No whammies, no whammies!!"

  6. now thats what I call by ptr2004 · · Score: 5, Funny

    a KILLER APP

    1. Re:now thats what I call by Anonymous Coward · · Score: 2, Funny

      Now that's what i call an executable!

  7. The MS version by apillowofclouds · · Score: 5, Funny

    "It looks like you're trying to sentence someone. Would you like some help?"

  8. In communist china by Ravear · · Score: 4, Funny

    the software comments yuo out!

  9. Re:Not perfect, but a step in the right direction by mobby_6kl · · Score: 2, Funny

    >It would be good to come up with (and make public) an algorithm for determining a sentence.

    Here's a prototype:

    perl -e "$s = int(rand(99)); print qq(You are hereby sentenced to $s years of imprisonment\n)"

    This code is released under the BSD license, feel free to deploy it as-is or modify to fit your needs.