Slashdot Mirror


In Iran, Blogging May Be Punishable By Death

An anonymous reader writes "In Iran, crimes such as apostasy (leaving a religion, in this case Islam) and armed robbery are already punishable by death, but a new bill in Iran aims to add to the list 'establishing weblogs and sites promoting corruption, prostitution and apostasy,' effectively giving the government a free hand in silencing bloggers. The internet is widely used in Iran, despite its previous attempts at censorship. Will this change as the censorship grows more rampant?"

3 of 495 comments (clear)

  1. Re:mm by LighterShadeOfBlack · · Score: 5, Funny

    Separation of church and state anyone?

    Yeah, it's almost as if the First Amendment doesn't apply to Iran...

    --
    Spelling mistakes, grammatical errors, and stupid comments are intentional.
  2. But Ahmadinejad has his OWN blog... by Anonymous Coward · · Score: 4, Funny

    This can't end well... well, for HIM anyways. I imagine it will end very well for the people of Iran.

    http://www.ahmadinejad.ir/

  3. Re:mm by Hal_Porter · · Score: 5, Funny

    More proof we need to go in there and help them to be more like us. Then they will be happy and free, just like we did in Iraq when we helped them back in 2002.

    This was a triumph
    I'm making a note here
    HUGE SUCCESS
    It's hard to overstate my satisfaction
    Neoconservatism

    we do what we must because we can
    for the good of all of us except for the ones who are dead
    but there's no sense crying over every mistake
    you just keep on trying until you run out of oil
    and the polics gets done and you make a neat Middle East
    for the people who are still alive

    I'm not even angry
    I'm being so sincere right now
    even though you broke my heart and voted me out of office

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;