This is why I want to have a “dumb” TV, I only want it to support high quality video and multiple inputs and have no brains at all. I can’t find any decent so far.
If this model works as expected, then it should take into account those who "would have die very soon" otherwise. It models the deaths that would have happened if it were not for COVID and measures the difference against that number. So the person you mentioned should be counted in the projection.
> The automotive industry started taking cybersecurity seriously about six years ago and started investing in designing and deploying cybersecurity solutions.
> The choice of headlines does convince me that journalism isn’t getting better.
I think it is a decently chose headline. Moderately sensational, yet eye catching and conveying the premises, that it is going to be about a gloomy prediction that may or may not turn out true.
Ignoring your political reason as completely unrelated to the article.
On the practical side, do you know any language that uses Cyrillic alphabet? If no, then you are not used to it and this is why it looks awkward, blocky, etc. and cursive is not a nightmare and is very readable, much so like cursive text written in English.
If you do know any language that uses Cyrillic, can you provide examples to support your characterizations?
During the initial attack phase, cyber actors scan the internet for SonarQube instances exposed to the open Internet using the default port (9000) and a publicly accessible IP address. Cyber actors then use default administrator credentials (username: admin, password: admin) to attempt to access SonarQube instances.
Given how often this happens, not having a default password and forcing users to set it should be a standard practice these days. Relying on administrators of the instance doing the right thing obviously keeps failing, thus an option to do the wrong thing should be removed completely.
Regarding forced arbitration: isn‘t the party that forces arbitration by law required to pay for it and if they refuse, then it can be brought in court?
There is nothing wrong with CSV or text base formats. You can even use AWS Athena to query CSV feels stored in S3. It's a good format for data import/export, that many systems can natively understand or have tools to parse, given it's known how to interpret data.
It was a data pipeline issue. Software has little to do with it. If they received data in json and tried to interpret it as CSV, the same could have happened. I believe Excel even warns when you open file that has too many rows.
Frequent re-indexing sucks and and times it slows you down. But I see it as a direct price to pay for intelligent autocomplete, search, refactoring, etc.
> From my experience out of the box you get poor performance and you have to spend a lot of time figuring out how to change configuration to improve it as knowledge is scattered in many places and not always up to date.
I don't know if you are talking about IntelliJ or VCS, but IntelliJ can quickly start an empty project. And you don't to spend time to figure out how things work. I mean, there is literally no entry barrier for a bare bone project.
> I wish there was an editor with low latency, smart search, some proper file system database
You are describing an IDE here. Smart search and a proper file system database, it means operating not on a collection of text files but on a project and a code tree, which is the main difference between IDE and Editor.
> I think the success of VSCode is because you can easily open it in your current directory from the terminal and it will show you your folder etc.
I am the same way. I use emacs for git, org notes, small adhoc scripts, but for actual project work – IDE, hand down. I have converted a long time emacs user to try PyCharm once. He was skeptical for a long time, then he switched.