(no title)
myztic | 10 years ago
I can imagine a non-technical relative/friend of mine seeing such an installation, then telling me that you can track down every internet user accurately and even show the building he is living in and me having to explain why that is not the case and a ridiculous notion.
No matter how noble the cause, deception is wrong. After all, I don't tell my kids their heads may explode if they take illegal drugs...
snowden9998|10 years ago
"... Sometimes what this image shows is eerily accurate; other times it is wildly dislocated. ... How accurate are the system’s data sources and when might they improve?"
And more from the artist's page about the project:
"... How close it gets is very much dependent on how networks are built, configured, operated, and distributed where you are, which network you use, and the accuracy of the data associated with those networks."
myztic|10 years ago
I don't know how it was/is/will be presented to those people.
I also want to clarify that I did not accuse anybody of any wrongdoing, just said "I seriously hope ..." based on my experience with non-technical people misinterpreting technical stuff (or non-scientific people misinterpreting science,... and so forth).
bigiain|10 years ago
Pasting this into the javascript console of a browser (just tested in Chrome and Safari):
navigator.geolocation.getCurrentPosition(function(pos){console.log(pos)})
Then feeding the latitude and longitude into Streetview it gives me (after granting location permission) the front door of the building next door.
Note that if you can come up with a convincing explanation for why an unsuspecting user should click the location request popup, this'll defeat the VPN as a means of hiding your location... "Click here and allow location access to see hot girls ready to meet in your area!"
rms_returns|10 years ago
Hail Firefox! It asks me for a permission, even when I paste that code in the console and try to execute it.