Luckily Torx seems to have finally won and screws that require any kind of moment (construction/decking/fasteners/) now seem to use them in stores, while only the kind of scre you'd hang up a picture frame with is PH/PZ.
I have never seen a square (Robertson?) screw in the wild, I assume that's regional.
One of our neighbors had put a fence about 3 feet on our side of the property line. It was falling down (he also had a swimming pool; both state & city laws required a fence around the property). My sister had a property survey done (by a registered land surveyor). After finding out the fence was on the wrong side of the property line, she had the fence taken down. The neighbor was arrested when he removed the survey markers (a felony in our state). At his trial, he then tried to use "adverse possession" as an excuse and that he should be awarded the property. If he had filed a court action for adverse possession before he was arrested, he would have gotten away with it.
If he had fixed the fence so that my sister's dog didn't escape, he'd still have the use of the property. And we would have been happy with it.
Robert Frost wrote "Good fences make good neighbors". That guy proved that bad fences make for a bad neighbors. Especially when other neighbors decided to take sides on the issue. Lots of people decided to call the city's Code Enforcement office to use the law to make others suffer.
I don't know how you eliminate this culture from the cops other than mass firings and massive turnover of their entire workforce. That'll never happen.
Really gross situation and I feel bad for all the people victimized as a result of it.
I think the Rampart scandal would be illustrative of how deep is the problem of corruption in the LA policing community. As part of the clean-up, prosecutors were asking the courts to vacate every conviction that the corrupt police officers had worked on - it wasn't possible to separate the false from factual testimonies.
Notes:
0 - I had run out of money for my (engineering) university program so I dropped out. Amusingly enough, the courses comprising the police academy (which was part of a community college) counted as humanities electives when I returned to finish that degree program.
1 - LAPD & LASD had their own academies. Any students that graduated from this community college program would still have to attend those department's academies.
2 - https://en.wikipedia.org/wiki/Rampart_scandal
> CRASH officers would get together at a bar near Dodger Stadium in Echo Park to drink and celebrate shootings. Supervisors handed out plaques to shooters, containing red or black playing cards. A red card indicated a wounding and a black card indicated a killing, which was considered more prestigious. Pérez testified that at least one Rampart lieutenant attended these celebrations.
> Rampart officers wore tattoos of the CRASH logo, a skull with a cowboy hat encircled with poker cards depicting the "dead man's hand", aces and eights. Police-Gang tattoos are not new.
Where you see an architecture like the one you're describing is multiplayer videogames. Take Minecraft as example. Every client has a relatively full copy of the state of the universe, but they also synchronize that state against a server image. Problem is, to do that, you need to (naively) write the program twice: once as a server with rules (and protocol for prioritizing message passing), and again as a client with rules (and rendering and I/O). And you need a method for dealing with desync where the clients and servers don't agree on history, and you have also jacked up the price-point on your client hardware.
Let's compare this to the web ecosystem. Here, the goal is to get as many users as possible, regardless of where they're coming from. How do we achieve? Well, if we use a thick client, we'll need to write a server, write a client that can act like a local server, and do that over again per device that will act as a client. And the platforms are heterogeneous and some of them (the mobile devices) are dirt-potato-power level (even the expensive ones, relative to the performance of a mid-tier desktop or laptop machine).
The tools to wrangle the complexity of writing the program repeatedly have grown (if you use Node, for instance, your client and server can share library code... that seems like such a nice-to-have until you find yourself wanting to run a regex client-side and discover your server and client libraries have different regex dialects!). But the cost of maintaining a service structured like what you want is still exorbitant; each change requires an update to the server and a parallel update to the client application, all the client applications, testing on all of them. And you either embrace the complexity and maintain different clients for different platforms or you lowest-common-denominator it and the client running on the beefy PC has the same feature-set as the phone client.
So instead, the model that has won out so far is one where the server is thick and the client just handles sending commands to mutate server state as it can. Beefy clients might have access to more features, but the stronger you make the client the harder you make it to get everyone on-board.
In MMORPGs, the desync frequently occurred from hackers. The end result was that all of the processing ended up on the server, with the client only rendering what was delivered from the server and sending movement/keystrokes to the server for processing.
> the model that has won out so far is one where the server is thick and the client just handles sending commands to mutate server state as it can
This is the natural result of having to deal with hackers and cheaters. Everybody running online games (re)discovers this.
What I realized, is they use it to keep track of their kids, funny cat videos that trigger the recording, and most importantly, as a 2 way radio to talk or listen to the kids. That last point, well, I found out they can also listen to my conversations an my kids.
I asked them to point their front porch camera so that it doesn't record my front driveway, just theirs. and they lost their shit. They confirmed they record audio and video. They asked if there was a problem. I said no problem with them. I'm not comfortable with the audio/video recording me or my friends conversations if company comes over to talk to me on my porch or driveway.
I really didn't need to tell them anything, it's self evident why someone wants a camera point away. Needless to say, after I asked them in the winter, one of them refuses to speak to me and crosses the street and avoids me.
These people use surveillance to supervise their kids, and don't care about the fact that their neighbors (me) could be recorded, and they could be hacked or footage access by random people, because Amazon isn't exactly the king of privacy.
I believe these cameras haven't decreased crime. They also don't really add more security. It's a shame though they are everywhere, with disregard for privacy right on people's property. So yes, I'm biased. I have no love for Ring.
My sister has cameras on the outside of our house. When neighbors asked her to point them away from their houses, my sister also lost her shit. Even when the police came by, she got so upset that the police re-aimed her cameras when they got her distracted.
For some reason people who get involved in shootings try to hide their guns in our neighborhood (there are some unique cars and unique landscaping in this neighborhood). Her cameras have resulted in the police recovering about a dozen guns during 2021 and several arrests when the perps come by a few hours later to pick them up.