• 0 Posts
  • 13 Comments
Joined 1Y ago
cake
Cake day: Nov 12, 2024

help-circle
rss

This also boils down to who is in control of the data.
Whoever gets to approve the data requests, needs to be answerable to those whose footage is being recorded.

If footage is asked for, then such a request needs to be logged publicly, with the requester’s identifiable information and stored as a permanent record, regardless of approval.


If any legislation is to be made regarding this, it is important to keep in mind that incomplete footage can be more harmful and will be misused.

Then comes the point where cops don’t really care about correctly solving a case and are happy with propping any random citizen as a criminal. And considering how easily they can get away with harassment even after being exposed, it honestly doesn’t make sense to me at all that they be given absolutely any extra privileges.


From my standpoint, if I can’t use a local police camera to get informed on who cut the brake-cable of my bicycle, then there might as well be no police camera.

Everytime I have personally seen the police go out of their way to do something, they never had any legitimate purposes.


That’s how it is done.
If it is a public camera, it has to be a public record.
And if not, then anyone having access to the feed, has to have their whole life (both work and personal) be available as a public record.

If not, then you now have cases where most people can’t afford to defend themselves from malicious cop allegations.
To prevent this, anyone arrested, pre-trial has to have access to all searches done by cops, related to the allegation and ability to pull-up 100% of their own footage anytime near the event in question.

If any part of the footage is deleted, due to “technical issues” like, “the footage was deleted” or “some of the cameras were not working”, then the arrest is illegal and the police department is responsible for compensation.



well if you throw them some money… they could hire someone to fix those issues…

Even better… Hire someone to fix those issues and submit an MR.


Open to ideas for alternatives.
I had opened it with the intent of using it for receiving money, but didn’t really need it until just recently.
So, just waiting until I actually end up requiring to receive payments, to open an account somewhere.

As far as KYC goes, the payment processor should ask the Bank (the one that I am connecting to the account) to verify my identity.
I can then login to the bank via the respective bank’s website, find an entry with the PayPal account no. and be able to Authorise the request.
That way, PayPal knows that I am a legitimate account holder, without requiring to make my videos.
Also, casual videos should not be considered a valid method of verification anywhere.


I don’t care as much about privacy…
I deleted my PayPal account as they asked me for a KYC video.
That’s just ID theft waiting to happen.


You are in violation of the Community Guidelines due to not marking the comment “NSFW”.
Of course we are not going to tell you why, but you get 1 strike.

/s



Navigation is a need.
It can be done without JS

You don’t even need to be competent. Being obsessed works too.

The problem is, a manager will just get an intern with 0 web experience and hand them WordPress.


Another major reason for using JS is dropdown menus and panels. You need to either write code to listen for the click and reveal/hide it as needed, or you have to do weird CSS tricks that are usually inferior in UX to a JavaScript implementation, or you have to bastardize the form dropdown selector into your general purpose dropdown.

Look for text “HTML’s got expandable sections baked in”

I had actually given up on expandable sections for my website (because I didn’t want anymore JS than the dark/light switcher I made) until I found this.


Why not both?

std::vector ulUtil {"GNU", "Alpine", "BusyBox", "Toybox"};
int currentUtil = 0;
do
{
	try
	{
		OS(ulUtil[currentUtil], "Linux").use();
	}
	catch (USER::Bored & err)
	{
		currentUtil++;
		continue;
	}
}
while ((currentUtil < ulUtil.size()) || (findMoreUtil(ulUtil)));

At this point, just get a bicycle without a battery.

Of course, sometimes you need to move heavy stuff and there’s nothing you can do about it, bu I tend to save enough, not owning a car/motorbike that I can afford to pay for a pickup on those occasions.


I don’t get why they feel the need to keep it a secret.
Google takes GeoLocation data with maps and people happily use it. I even put reviews for places I go to.

If they were to just be above board about it while selling the stuff, they would have much happier customers and they could even get some legitimate use out of the data, like traffic status that Google does.

I’m not a fan of Google, but must say, they definitely managed to do better in this regard.