Earlier quoted context omitted.
In the US you don't have any expectation of privacy in public (or at least severely limited) and the courts have upheld again and again that recording public areas, even from a private area, is completely find. Some jurisdictions require notification or consent for audio recording, but not all.
I find it really unfortunate that the US is so blatantly disregarding data privacy. In a world of eroding freedom, lack of data privacy can become a severe safety risk. The return of the Taliban in Afghanistan, the reversal of Roe v. Wade and Russia's recent moves give me an idea of dynamics that can turn dark quickly.
Amazon admits giving police Ring camera footage without consent
251–260 of 532 posts
Re: Amazon admits giving police Ring camera footage without consent
#252If the data is not on your hardware, it is not your data.
Re: Amazon admits giving police Ring camera footage without consent
#253They don't need your consent to give police their footage.
How the fuck did people go this insane?
Re: Amazon admits giving police Ring camera footage without consent
#254Earlier quoted context omitted.
> I never would give a neighbor a hard time about a camera pointing at a publicly visible spot on my property In Germany people have successfully sued their neighbours for that and I fully agree with the courts. Filming others without consent is invasive.
In the US you don't have any expectation of privacy in public (or at least severely limited) and the courts have upheld again and again that recording public areas, even from a private area, is completely find. Some jurisdictions require notification or consent for audio recording, but not all.
Re: Amazon admits giving police Ring camera footage without consent
#255Earlier quoted context omitted.
> Hume showed us you can't get to the normative statement through positive observations. Hume and I disagree :-) The original comment was a normative one: I think our current scheme is wrong , in a moral sense. I think it's also wrong in an economic sense, but that's just a cherry on top.
> I think our current scheme is wrong, in a moral sense If we had, say, 1000x the resources that could be used without too adverse of consequences, would it still be wrong in your eyes? Or are you saying that you don't believe that the resource use is justified within our current constraints?
The more snappy way of saying it: we're maximizing short term advantages (any plastic crap I want in 48 hours, shareholder value) at the cost of long term advantages (cities and towns worth living in, a sense of community rooted in part in supporting local businesses, not needing surveillance in every aspect of our lives because we've automated out the tacit security of being around other humans.)
Re: Amazon admits giving police Ring camera footage without consent
#256Earlier quoted context omitted.
> I never would give a neighbor a hard time about a camera pointing at a publicly visible spot on my property In Germany people have successfully sued their neighbours for that and I fully agree with the courts. Filming others without consent is invasive.
In the US you don't have any expectation of privacy in public (or at least severely limited) and the courts have upheld again and again that recording public areas, even from a private area, is completely find. Some jurisdictions require notification or consent for audio recording, but not all.
It's not clear that "on your property" counts as "in public" in all cases.
Re: Amazon admits giving police Ring camera footage without consent
#257Earlier quoted context omitted.
Quoted post unavailable.
I don't think we're arguing with you anymore about whether or not you could be bothered, just that you somehow seem to think that there's no (or only a minor or incremental) difference between a human watching your property and a camera recording it, which is objectively false. And of course no one can resist trying to correct someone who is Wrong On The Internet. Also I think it's because it sounds like you're refus…
I've also read the relevant california and federal laws (not in detail) and concluded what I'm doing is not a violation, in letter or intent. I'm not looking into people's windows, or their backyards.
Re: Amazon admits giving police Ring camera footage without consent
#258My next door neighbor (we share a wall) had their bicycles stolen twice, so they installed Ring (floodlight) cameras in both the backyard and the front porch. After a year, the cameras have yielded no added security, or caught any "bad guys" as far as I can tell and from what they told me. What I realized, is they use it to keep track of their kids, funny cat videos that trigger the recording, and most importantly, a…
* Getting a partial face/partial vehicle ID of someone who stole our package
* Seeing the sneaky method in which they stole the package (allowing me to talk to neighbors warning them about the method used)
* Getting a private instant announcement of who exactly is at the door (if they've been here before and they're in my contacts)
* Notifying us while on vacation that someone out of the ordinary is at the door (and being able to speak to them as if we were home)
* Deterring raccoons (bright light on the front of the camera)
Not-so-useful things:
* Seeing the large number of cars that like to use our driveway to make a U-turn
There is an option to turn off audio recording and all footage is encrypted.
Re: Amazon admits giving police Ring camera footage without consent
#259Earlier quoted context omitted.
Who would want to live next to someone after a lawsuit between you? This is a neighbor-relations issue first and foremost.
Sounds like relations between these two neighbors is already pretty bad -- the guy crosses the street to walk on the other side? Because he was asked not to point his security camera at someone else's property? Some people are just... children.
Re: Amazon admits giving police Ring camera footage without consent
#260I tend to drop a link to Motion when such subjects arise. It's been a stalwart companion for years and is usually in Linux repositories. https://motion-project.github.io/
I run a script on_event_end to make a backup on my VPS and also, on_event_start, I record audio:
on_event_start ffmpeg -nostdin -f alsa -i pulse -c:a libmp3lame -ar 44100 -b:a 128k -ac 1 -f mp3 /home/user/motion/%Y%m%d%H%M%S.mp3 &
I just wish they would have chosen a different name, it can be hard to find in a web search.