You think there would be less dead citizens if cops waited to pull their guns until after assault? Go and watch a OIS channel like Police Activity and come back with a straight face and claim that.
Watch a YouTube channel like Police Activity and you'll see plenty of OIS / body cam videos where if that were the rule there would be a lot of very dead cops.
I've seen enough body cam incidents to know the papers can say one thing and events revealed later by the footage depict another. General police guidance of use of lethal force is when there is an imminent danger to safety so it boils down to whether the kid charged a cop or a member of his family or not.
There is, you just have to find it while the car sinks or the flames spread. It's not the normal button that a user might be accustomed to pushing to get out so they might not know where it is and finding it in time might be the difference between life and death. For front doors it's usually a lever somewhere but in some model Ys and the cybertruck the rear door release is hidden. under a mat in the door recess.
It's still possible to open it before the car submerges. It's also possible to open it if you have the wherewithal to wait until the inside is nearly full. That's providing you know where the damned release lever is. But if you're panicking and pushing the electronic release and nothing happens then you're going to die no matter what. Same too if the car is on fire or whatever.
And Tesla, being the helpful sort, also makes it hard to open the doors in an emergency. The front might have manual door release mechanism somewhere - good luck finding it when the car is on fire or sinking. The rear... not so much.
EuroNCAP is changing its testing regime to negatively score manufacturers who remove critical physical controls and it should probably include door handles in that regime.
Not really. Pre-musk, reporting racism & other abuses was more likely to illicit a response than not. Nowadays it is a was of time to even bother unless it is extremely overt.. And all the shitheads with few exceptions who were perma banned got reinstated no matter how awful they were.
And the situation with blueticks is self evident. It used to mean somebody noteworthy - journalists, actors, politicians, authors, scientists etc. Now it's trolls and narcissists with money to waste on a vanity tick. Popular feeds will have pages of inane comments by these scumbags to scroll through. There are even actual Nazis with blueticks who complain/brag about the ad revenues they receive from engagement. It couldn't be any more removed than the way it was.
Doesn't surprise me. Musk has cultivated and emboldened racists, homophobes, cryptobros, misogynists, and the far right and the platform has turned into a cesspit. Meanwhile scammers & bots run rampant and the blueticks stink up every thread with cretinous remarks and trolling.
I wouldn't be surprised if a lot of people have just given up with it, or moved to another social media that isn't so toxic.
Definitely. I think it has just about reached a critical mass users writing content to attract new users and it looks so similar to Twitter there is practically zero friction in moving. I think it'll really kick off when we see more heavy hitters coming over - big news networks, public figures, governments etc.
I think news orgs in particular should be removing themselves from obnoxious social media platforms (e.g. Twitter) and move to somewhere where the engagement is more genuine and not toxic rants by racists and morons.
You can still log to text if you want by configuration (e.g. forward stuff to syslog) and you can use any tools you like to read those files you want. So if you like text logs you can get them. You can even invoke journalctl to output logs on an ad hoc / scheduled basis in a variety of text formats and delimited fields.
Binary allows structured logging (i.e. each log message is comprised of fields in a record), indexing and searching options that makes searches & queries faster. Just like in a database. e.g. if you want to search by date range, or a particular user then it's easy and fast.
Binary also allows the log to be signed & immutable to prevent tampering, allow auditing, intrusion detection etc.. e.g. if someone broke into a system they could not delete records without it being obvious.
So people object to systemd writing binary logs and yet they can get text, or throw it into splunk or do whatever they like. The purpose of the binary is make security, auditing and forensics better than it is for text.
As for scripts, the point I'm making is systemd didn't supplant sysvinit, it supplanted upstart. Upstart recognized that writing massive scripts to start/stop/restart a process was stupid and chose an event driven model for running stuff in a more declarative way. Basically upstart used a job system that was triggered by an event, e.g. the runlevel changes, so execute a job that might be to kick off a process. Systemd chose a dependency based model for starting stuff. It seems like dists preferred the latter and moved over to it. Solaris has smf which serves a similar purpose as systemd.
So systemd is declarative - you describe a unit in a .service file - the process to start, the user id to run it with, what other units it depends on etc. and allow the system to figure out how to launch it and take care of other issues. It means stuff happens in the right order and in parallel if it can be. It's fairly simple to write a unit file as opposed to a script. But if you needed to invoke a script you could do that too - write a unit file that invokes the script. You could even take a pre-existing init script and write a .service file that kicks it off.
Kind of sad there are still people raging over systemd. When it flares up in discussions there is the usual debunked nonsense:
it only logs information to binary and this is somehow bad. Except it it can be configured to log to text as well and it uses binary so it can forward secure sign records to prevent tampering as well as offering database style query operations.
it's insecure because the repo has millions of lines of code. Except that they compile into hundreds of small binaries running with least privilege, and often replacing the task of far more dangerous processes (e.g. there is an NTP client in systemd which sets the time and nothing else).
various rants about the primary author
What is more bizarre is the nostalgia and hearkening back to sysvinit scripts when systemd didn't replace sysvinit! Systemd replaced upstart which replaced sysvinit. Because writing 100s of lines of script to stop/start/restart a process sucked - insecure, slow, didn't scale, didn't capture dependencies and everyone knew it. Upstart was the first attempt to solve the issue and was used in Debian / Ubuntu, Fedora / Red Hat, openSUSE and others until systemd came along.
I worked in IBM for a bit before Notes and it was even worse. Everyone was given terminal software that connected to some mainframe to read email. The terminal didn't even refresh so if you wanted to see if you had gotten email you had to refresh it manually. Fortunately I was only a contractor at the time so didn't get much email although I did get one from an employee apologizing for cheating on me, and a followup saying the message was meant for someone else lol
I think JIRA is okay. I've used MUCH worst bug reporting software. The worst thing I can say about JIRA is that it is designed to implement scrum and IMO scrum is cargo cult programming.
I've been in the industry some time but here are some of my most hated software I've been forced to use:
IBM Clearcase. Absolutely the worst dogshit source control system ever to exist. Complex, fragile, arcane, slow, network intensive. The company had to employ people fulltime on each of its sites whose only job was creating branches and mirroring repos on other sites. The operational & licensing costs of running it must be insane. Some defenders might claim "but it's so powerful!" or "look how we can create fancy layered views" as if that excuses it for being terrible in the most basic ways. Fixing it must have been intractable because IBM Clearcase eventually produced a faster remote client that talked to a proxy of the view running on a server somewhere. More expense and complexity.
IBM/Lotus Notes & Domino. Another complex, arcane, slow, unintuitive, frustrating product by IBM (though owned by HCL now). Originally a content management system with an email / calendar with its own terminology and workflows completely divorced from any other email / calendar system in existence. Various iterations attempted to rework the front end to appear more user friendly but it was illusory - click button or two and you were confronted with dialogs that hadn't changed in 30 years.
Internet Explorer. I've worked in company after company that had some really awful in-house expenses system or clock-in/clock-out or some enterprise junk that NEEDED Internet Explorer and no other browser would do because it was so badly written that it couldn't render properly or it used an ActiveX control.
HP/Microfocus ALM. Another over-engineered, arcane, unintuitive piece of enterprise software. This time for tracking bugs, features, testing etc. Complicated and slow, heavily dependent on Internet Explorer and other deprecated Microsoft tech.
Trend antivirus. Almost every corporate antivirus is bad but this one has been the bane of my existence. I write code which does stuff like encryption and compression/decompression and this piece of shit would constantly trigger warnings and delete binaries I was trying to build and develop. When it wasn't interfering with my work, it would just be constantly hogging CPU and slowing down disk activity.
Enterprise software in general. This crap is sold like Kirby vacuum cleaners - a pushy salesman convinces a clueless CTO to buy junk that can seemingly do everything and a sign contract for $$$. And then this stuff is there FOREVER. Management will ignore complaints and the obvious shortcomings of the system because its paid for and the sunk cost fallacy kicks in.
Haven't been to Thailand since my 20s (with girlfriend) but there were plenty of bars where the hostesses seemed like they would perform other services if the clientele had money for them. Not to mention actual brothels and sex shows. I went looking around Pattaya on Google Maps to see if it was still like that and was disappointed to see that many of the streets had been knocked and big resort hotels built there. Still a few dodgy areas though still.
A lot of people voting me down very clearly know the truth because the newspaper told them so. Despite lacking the footage to make that judgement.