This is untrue, algorithms measure time complexity classes based on specific operations, for example comparison algorithms are cited as typically O(n * log(n)) but this refers to the number of comparisons irrespective…
Vlang uses tcc though...
Three of those are forks to upstream back to the main repo, and one of them is dead.
People said the same thing about so many other online services since the 90s. The issue is that you're imagining ChatGPT as it exists right now with your current use case but just with ads inserted into their product.…
Every service I know of explicitly bans this practice, so unless you can employ the cleaner full time then if they accept your arrangement they risk getting fired.
It's a common misconception that std::shared_ptr is thread safe. The counter is thread safe, but the actual shared_ptr itself can not be shared across multiple threads. There is now atomic_shared_ptr which is thread…
Rules changed in 2003, but until then medical residency programs routinely had doctors working 100+ hours a week or longer. In 2003 a cap of 80 hours a week was instituted along with a maximum of 24 hours in any given…
> If only it were so easy as writing more makes you a better writer! One commonly repeated piece of advice that almost all successful authors state is to write a lot, a lot, a lot. Like just practice writing, it doesn't…
You think a business pays money out of a sense of "social loyalty"? Companies don't need to offer severance to prevent ex employees from spilling business secrets, doing so is a criminal offense.
Then she would get no money either.
Severance is a financial gain. You don't have to accept it.
I quoted the specific statement that I refuted.
>You can compute a number that is equal to BB(n), but you can't prove that it is the right number you are looking for. You can't categorically declare that something is unprovable. You can simply state that within some…
Sure, but this isn't one of them.
That's a misinterpretation of what the article says. There is no actual bound in principle to what can be computed. There is a fairly practical bound which is likely BB(10) for all intents and purposes, but in principle…
This is true in general for every mathematical proof in ZFC (and even in more powerful theories). The decision problem "Given a formula F and an integer n, is there a ZFC proof of F of length <= n?" is NP complete,…
Plenty of companies have gone bankrupt or lost a great deal of credibility due to a single bug or single failure. I don't see why CrowdStrike would be any different in this regard. The number of bugs/failures is not a…
Being granted a patent does not make it enforceable. Prior art is a defense against patent litigation.
Clang modules are nothing like what got standardized. Clang modules are basically a cleaned up and standardized form of precompiled headers and they absolutely speed up builds, in fact that is primarily their function.
Visas can come with a bunch of rules attached to them about what you can or can't do in the host country, and those rules can get kind of tricky to properly interpret.
New virtual methods, yes.
It's not a problem here as it has nothing to do with this to begin with. I am pointing out a limitation in a feature that the author has presented, but that feature does not resolve anything about the topic being…
Virtual methods and overloading are not the same thing. You are likely mixing up the term overload with the term override.
And what exactly do you think traits apply to types exactly? If your answer doesn't start with an "m" and end with a "ethod", then you may need to re-read the Rust book found here:…
While this has nothing to do with the expression problem, it's worth noting that in any case your solution does not work in general. Rust does let you impl traits for types or traits that are inside of your crate, so…
This is untrue, algorithms measure time complexity classes based on specific operations, for example comparison algorithms are cited as typically O(n * log(n)) but this refers to the number of comparisons irrespective…
Vlang uses tcc though...
Three of those are forks to upstream back to the main repo, and one of them is dead.
People said the same thing about so many other online services since the 90s. The issue is that you're imagining ChatGPT as it exists right now with your current use case but just with ads inserted into their product.…
Every service I know of explicitly bans this practice, so unless you can employ the cleaner full time then if they accept your arrangement they risk getting fired.
It's a common misconception that std::shared_ptr is thread safe. The counter is thread safe, but the actual shared_ptr itself can not be shared across multiple threads. There is now atomic_shared_ptr which is thread…
Rules changed in 2003, but until then medical residency programs routinely had doctors working 100+ hours a week or longer. In 2003 a cap of 80 hours a week was instituted along with a maximum of 24 hours in any given…
> If only it were so easy as writing more makes you a better writer! One commonly repeated piece of advice that almost all successful authors state is to write a lot, a lot, a lot. Like just practice writing, it doesn't…
You think a business pays money out of a sense of "social loyalty"? Companies don't need to offer severance to prevent ex employees from spilling business secrets, doing so is a criminal offense.
Then she would get no money either.
Severance is a financial gain. You don't have to accept it.
I quoted the specific statement that I refuted.
>You can compute a number that is equal to BB(n), but you can't prove that it is the right number you are looking for. You can't categorically declare that something is unprovable. You can simply state that within some…
Sure, but this isn't one of them.
That's a misinterpretation of what the article says. There is no actual bound in principle to what can be computed. There is a fairly practical bound which is likely BB(10) for all intents and purposes, but in principle…
This is true in general for every mathematical proof in ZFC (and even in more powerful theories). The decision problem "Given a formula F and an integer n, is there a ZFC proof of F of length <= n?" is NP complete,…
Plenty of companies have gone bankrupt or lost a great deal of credibility due to a single bug or single failure. I don't see why CrowdStrike would be any different in this regard. The number of bugs/failures is not a…
Being granted a patent does not make it enforceable. Prior art is a defense against patent litigation.
Clang modules are nothing like what got standardized. Clang modules are basically a cleaned up and standardized form of precompiled headers and they absolutely speed up builds, in fact that is primarily their function.
Visas can come with a bunch of rules attached to them about what you can or can't do in the host country, and those rules can get kind of tricky to properly interpret.
New virtual methods, yes.
It's not a problem here as it has nothing to do with this to begin with. I am pointing out a limitation in a feature that the author has presented, but that feature does not resolve anything about the topic being…
Virtual methods and overloading are not the same thing. You are likely mixing up the term overload with the term override.
And what exactly do you think traits apply to types exactly? If your answer doesn't start with an "m" and end with a "ethod", then you may need to re-read the Rust book found here:…
While this has nothing to do with the expression problem, it's worth noting that in any case your solution does not work in general. Rust does let you impl traits for types or traits that are inside of your crate, so…