Edit to be clear: This means that both of our markdown parsers are wrong relative to the commonmark spec. But I'll argue that if a parser is going to attempt to autolink this, then handling trailing punctuation is better than not.
Apple Security Bounty awards may not be paid to you if you are in any U.S. embargoed countries or on the U.S. Treasury Department’s list of Specially Designated Nationals, the U.S. Department of Commerce Denied Person’s List or Entity List, or any other restricted party lists.
Kaspersky can whine all they want. Russia is embargoed. They're not getting their money.
Kaspersky is a good company doing good work in the cyber security space. Unfortunately, because of the embargo, they may have to turn to the black market to sell future exploits. Or maybe not; I'm not totally sure what kind of ethical standards they have.
The article says all phones Android 9 and up are in on the network.
But I was under the impression that enrollment in the network was still rolling out? Anyone have details on the current state?
To me, this just sounds like the network isn't rolled out fully yet (or that NYC residents don't use Android, which seems suspect) rather than a failing of the device itself.
There are still issues with WearOS, but I think some of that is hardware. Last I heard, Qualcomm's wearable SoCs were trash, but Samsung is in a good position since they have both the SoC fab and make the watch itself.
Many industries are shifting to a model where Android is the de facto OS for consumer-facing interactions. It's not well optimized outside of phones yet, but it is rapidly improving. Many cars run Android now, for example.
I'm moderately optimistic about the next generation of WearOS devices.
It's not like the Dem base will switch their votes to Trump.
At this point, now that the nominees are decided, the political game is to attract the swing vote, which is mostly "tough on crime," anti-imigration, and anti-taxation (as it applies to them directly).
Even though none of these policies are actually good for those in the middle.
The difference is that Nixon was able to secure a pardoned in exchange for fucking off and staying out of the public eye. And to be fair, he held up his end of the deal.
Unfortunately, I think it's been demonstrated that OpenAI will feed your data into their training pipeline whether you like it or not. They did this with YouTube. And they demonstrated this with Scarlett Johanson. (Even if they used a voice actor instead of actually scraping voice clips of her, it's still unethical.)
So we knew they'd just scrape these articles anyway. This way, at least the publications get paid.
Huh. This got me curious.
Yes, I did just type a bare URL. Every mature markdown parser I've used turns this into a link, and appropriately handles trailing punctuation.
So I went to the spec, and it's explicitly called out that this is not an autolink. Autolinks must be explicitly surrounded with angle brackets
<>
.So yeah \shrug.
https://spec.commonmark.org/0.31.2/#autolinks
Edit to be clear: This means that both of our markdown parsers are wrong relative to the commonmark spec. But I'll argue that if a parser is going to attempt to autolink this, then handling trailing punctuation is better than not.