fsck almost certainly isn’t going to cause loss of data, but it will likely inform you about a loss that already occurred if that is the issue you are having.
fsck almost certainly isn’t going to cause loss of data, but it will likely inform you about a loss that already occurred if that is the issue you are having.
I would still say that getting people to the point where they can write safe C code every time is harder than learning Rust, as it’s equivalent to being able to write rust code that compiles without any safety issues (compiler errors) every single time, which is very difficult to do.
A scripting language written in Rust would certainly fulfill you requirement of only needing to copy one file since they are always statically linked and you can even statically compile against musl so it will work on any Linux system without needing a correct libc. Maybe check out rhai.
Not really, that theorem says there are true things that cannot be proven, whereas this question is more about running out of proofs that you can make.
Historically it is a term used positively, for example in the expression ‘stay woke’ (1930s). So it is not really a reclamation, but rather a recent relegation by right wing people to a negative connotation. I have however heard some people legitimately use it in a positive manner, and some further reading on the Wikipedia page seems to support that even recently there are political leaders using it in a pro-racial equity sense.
I would use the same definition as you, but that’s the only definition I can think of that would leave one thinking many people engage in animal cruelty. Unless your entire circle of friends is an illegal dogfighting ring.
It just seems very broad since people use it many ways “get woke” vs “the woke mob.” At least in the US it is used by people in both good and bad ways.
It depends on whether you think the existence of livestock is ‘mean to animals.’
Who do you mean by this?
Does it treat forks differently?
Why do you want to be less reliant on Wikipedia?
I don’t think there was anything in the article indicating the privacy of WhatsApp was actually breached, they got info by reading WhatsApp messages from other people in the chat who had already been arrested and from Apple.
According to the article they did seize whatever they could.
This happens to me too.
Some religions believe that they should proselytize as many people as possible, so really not letting them convert you is disrespectful to their beliefs.
I agree that there’s a difference, but I’m not sure a simple argument like this really works since it is difficult to say one belief is ‘better.’
Probably something about how your bank account only earns interest because banks can lend out a fraction of that to make money. Otherwise they would just be like a vault service who you have to pay to keep your money safe (basically negative interest).
While the loan is outstanding the bank would only have $100 ($1000 - $900 loaned out), so when it is repaid they go back to $1000.
It still seems to be working fine for me, so I’m not sure what happened.
Bitwarden is free and easy to use. They also encrypt more metadata to prevent the kind of breach that lastpass recently had (see https://community.bitwarden.com/t/lastpass-breach-and-implications-for-bitwarden/47214).
Yes, the first one matches only 2 more characters while the second matches 1 or more. Also the +? is a lazy quantifier so it will consume as little as possible.