Except that the HTML spec explicitly states just before that regex that what it checks is not whether it's a valid e-mail address, and that it intentionally rejects valid e-mail address.
> The right to free speech does not protect your right to commit crimes or [...] If hate speech were to be made a crime, your exact same argument "the right to free speech does not protect your right to commit crimes"…
The US First Amendment does not say anything about libel or calls to violence. I am not aware of other amendments doing so either. What is the rationale for allowing these limitations on speech that cannot equally be…
True. And that still doesn't mean the behaviour is undefined, that just means the construct is not useful except on two's complement implementations. Which, even before C23, was all of them: the C23 change to require…
Are they UB? What rule says they are? I would not be surprised by such a rule, but I am not aware of one.
> You really just want the calculation to be settled with some well-behaved result like wrapping, or else to raise an exception. Perhaps you do, but others don't. This compiler behaviour isn't done just for the hell of…
Correct, and the article does consistently spell it 3DO, it's only the link title here that uses 3D0.
The Wikipedia article you link to also claims that the 1882 Oxford Etymological Dictionary of the English Language said that one meaning of gender was sex. Other dictionaries from well before 1955 also support this. In…
> I thought trans was about changing gender, not changing sex. Mostly true, but it's confusing. Historically, sex and gender have been used interchangeably. That is slowly changing. There are a lot of places that refer…
If you know it's controversial, we now know "not one that would generally be considered offensive for others to mention" was, at best, being disingenuous. Is there anything else?
That explanation is directly ruled out by GP's comment: the GP doesn't think this is controversial.
The lawyer did work, thankfully.
It isn't guilt by association when the article directly uses anti-trans rhetoric.
I'm glad your experience was better than mine. I had to get a lawyer involved after the Dutch support told me I would be refunded if I returned an item, and then after I sent it back, denied the refund.
There's no "could be seen as", the phrase "sex realist" makes it clear beyond any doubt that the author does support the activities of Colin Wright.
That's fine if the script only runs on shells that behave the same way, but the script runs under bats, which runs on bash and appears to not change its xpg_echo shell option. This shell option controls echo's behaviour…
The script does echo variables: echo "banned command $cmd: $output" This is non-portable if there is any possibility that these variables contain backslashes.
And flagged this for it. No tolerance for this kind of crap, the guidelines are clear, the original title being false or misleading is when you shouldn't use the original title. The author took a calculated risk.…
That's a bug, there is no such thing as an invalid trigraph. ?? followed by any character other than =, /, ', (, ), !, <, >, or - is not a valid trigraph, but that doesn't make it an invalid trigraph, that just makes it…
Ah, thanks for the clarification, I think we've been talking about two slightly different things, then. For you, std::optional would have to make C++ more memory-unsafe than it already is in order for…
> But your "facts" are "if I use the API wrong, it behaves wrong." Kind of, yes. That is what memory safety is about, isn't it? If I look for definitions, I find for instance…
Sure, std::optional<int> is unlikely to result in such behaviour in practice, and std::optional<int*> is likely to "only" result in such behaviour if the result of operator*() is dereferenced again, despite both already…
std::optional can be described as memory-unsafe because indirection when an optional is empty has undefined behaviour rather than deterministically throwing an exception or aborting the program, and may misbehave in all…
More to the point, as usually happens in India.
Except that the HTML spec explicitly states just before that regex that what it checks is not whether it's a valid e-mail address, and that it intentionally rejects valid e-mail address.
> The right to free speech does not protect your right to commit crimes or [...] If hate speech were to be made a crime, your exact same argument "the right to free speech does not protect your right to commit crimes"…
The US First Amendment does not say anything about libel or calls to violence. I am not aware of other amendments doing so either. What is the rationale for allowing these limitations on speech that cannot equally be…
True. And that still doesn't mean the behaviour is undefined, that just means the construct is not useful except on two's complement implementations. Which, even before C23, was all of them: the C23 change to require…
Are they UB? What rule says they are? I would not be surprised by such a rule, but I am not aware of one.
> You really just want the calculation to be settled with some well-behaved result like wrapping, or else to raise an exception. Perhaps you do, but others don't. This compiler behaviour isn't done just for the hell of…
Correct, and the article does consistently spell it 3DO, it's only the link title here that uses 3D0.
The Wikipedia article you link to also claims that the 1882 Oxford Etymological Dictionary of the English Language said that one meaning of gender was sex. Other dictionaries from well before 1955 also support this. In…
> I thought trans was about changing gender, not changing sex. Mostly true, but it's confusing. Historically, sex and gender have been used interchangeably. That is slowly changing. There are a lot of places that refer…
If you know it's controversial, we now know "not one that would generally be considered offensive for others to mention" was, at best, being disingenuous. Is there anything else?
That explanation is directly ruled out by GP's comment: the GP doesn't think this is controversial.
The lawyer did work, thankfully.
It isn't guilt by association when the article directly uses anti-trans rhetoric.
I'm glad your experience was better than mine. I had to get a lawyer involved after the Dutch support told me I would be refunded if I returned an item, and then after I sent it back, denied the refund.
There's no "could be seen as", the phrase "sex realist" makes it clear beyond any doubt that the author does support the activities of Colin Wright.
That's fine if the script only runs on shells that behave the same way, but the script runs under bats, which runs on bash and appears to not change its xpg_echo shell option. This shell option controls echo's behaviour…
The script does echo variables: echo "banned command $cmd: $output" This is non-portable if there is any possibility that these variables contain backslashes.
And flagged this for it. No tolerance for this kind of crap, the guidelines are clear, the original title being false or misleading is when you shouldn't use the original title. The author took a calculated risk.…
That's a bug, there is no such thing as an invalid trigraph. ?? followed by any character other than =, /, ', (, ), !, <, >, or - is not a valid trigraph, but that doesn't make it an invalid trigraph, that just makes it…
Ah, thanks for the clarification, I think we've been talking about two slightly different things, then. For you, std::optional would have to make C++ more memory-unsafe than it already is in order for…
> But your "facts" are "if I use the API wrong, it behaves wrong." Kind of, yes. That is what memory safety is about, isn't it? If I look for definitions, I find for instance…
Sure, std::optional<int> is unlikely to result in such behaviour in practice, and std::optional<int*> is likely to "only" result in such behaviour if the result of operator*() is dereferenced again, despite both already…
std::optional can be described as memory-unsafe because indirection when an optional is empty has undefined behaviour rather than deterministically throwing an exception or aborting the program, and may misbehave in all…
More to the point, as usually happens in India.