The timing of the release of this tool seems a bit innapropriate, given the state of rioting in a few US cities now. It's going to be incredibly draining on law enforcement in the US for a few years to identify and prosecute criminals involved in riots. Most victims already who have lost their homes, their businesses, and even their loved ones will mostly likely never see the criminals brought to justice given the sc…
> It's going to be incredibly draining on law enforcement in the US for a few years to identify and prosecute criminals involved in riots Good. Black people factually live under an authoritarian regime in the US.
Image Scrubber: tool for anonymizing photographs taken at protests
131–140 of 410 posts
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#132Re: Image Scrubber: tool for anonymizing photographs taken at protests
#133The timing of the release of this tool seems a bit innapropriate, given the state of rioting in a few US cities now. It's going to be incredibly draining on law enforcement in the US for a few years to identify and prosecute criminals involved in riots. Most victims already who have lost their homes, their businesses, and even their loved ones will mostly likely never see the criminals brought to justice given the sc…
It would be nice if our law enforcement had legitimacy and credibility, because then we could know that showing someone’s face would lead to them being arrested and facing a sentence commensurate with what they had done. But unfortunately this is not the case. Showing the face of a protestor smashing in a window will not lead to that protestor being brought to court and handed a sentence for community service, a fine…
What I've seen in the past 2 days is that the police are doubling down on being oppressors, not public servants. I expect it to get much worse before it (possibly) gets better. And it may not get better.
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#134The timing of the release of this tool seems a bit innapropriate, given the state of rioting in a few US cities now. It's going to be incredibly draining on law enforcement in the US for a few years to identify and prosecute criminals involved in riots. Most victims already who have lost their homes, their businesses, and even their loved ones will mostly likely never see the criminals brought to justice given the sc…
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#135The timing of the release of this tool seems a bit innapropriate, given the state of rioting in a few US cities now. It's going to be incredibly draining on law enforcement in the US for a few years to identify and prosecute criminals involved in riots. Most victims already who have lost their homes, their businesses, and even their loved ones will mostly likely never see the criminals brought to justice given the sc…
It would be nice if our law enforcement had legitimacy and credibility, because then we could know that showing someone’s face would lead to them being arrested and facing a sentence commensurate with what they had done. But unfortunately this is not the case. Showing the face of a protestor smashing in a window will not lead to that protestor being brought to court and handed a sentence for community service, a fine…
What? I’m not sure what country you’re talking about. Are you talking about America? Our police find rioters and shoot them dead in the street?
Man, I feel like you live in a different country than me, and I’ve lived in 9 states in every part of the country, and across nearly every income brackets (save extreme poverty or extreme wealth) and feel like your perspective is so disconnected from reality.
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#136Earlier quoted context omitted.
> It's going to be incredibly draining on law enforcement in the US for a few years to identify and prosecute criminals involved in riots Good. Black people factually live under an authoritarian regime in the US.
They should really have the right to vote!
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#137The protests were sparked by the lack of accountability of the police resulting in police brutality. The violent people among the protesters are subject to the same incentives. The more they expect to be held accountable, the more likely they will refrain from violence. Anonymizing photos of the violent ones is therefore likely to support their actions by making accountability less likely. To scrub ethically, limit i…
Given that this is a protest about cops getting away with brutality even when there's clear evidence I think "gather evidence against both sides equally" is unlikely to be convincing argument to protesters.
Who is getting away with what? They are under arrest right now. Or do you want them dragged through the streets?
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#138While I can't make useful comments on protests or strong anonymity, wrt photo metadata, I can say that I scrub metadata from photos that leave my possession, as a matter of course, using 'exiftool'. Here is how you read the existing metadata: exiftool -a -u -g1 IMG_0708.JPG | more ... and here is how you scrub it: exiftool -all= IMG_0708.JPG (you could read it again, after scrubbing, to demonstrate it is gone ...)
I nearly always scale+compress photos that leave my possession, and usually using convert, so adding -strip is a nice streamlined way of doing all at once.
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#139Earlier quoted context omitted.
Ah justice. It is better that ten innocent persons suffer than that one guilty escape. -- Bizzaro William Blackstone
The topic of the week is an extrajudicial murder committed by a team of four cops; where was our restraint in deciding the fate of George Floyd? Do these officers deserve nicer treatment than this system gave Floyd? Did Floyd deserve this treatment, too? If so, why didn't he get it?
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#140Some tips to maximise user privacy while deploying this tool: 1) The code, for now, runs locally. This is good. To avoid the possibility of the code being tampered with at a later day (for example, it could be modified to send copies of the image to a server), download the webpage and use the saved copy, not the live copy. 2) Do not use the blur functionality. For maximum privacy, this should be removed from the app…
"There are _a lot_ of forensic methods to reverse blur techniques" Any examples? You can't reverse it if the data is gone.