Sounds fine, they’re both immutable which helps.
Sounds fine, they’re both immutable which helps.
UTF-8 is an encoding for unicode, that means it’s a way of representing a unicode string as actual bytes on a computer.
It is variable length and works by using the first bits of each byte to indicate how many bytes are are needed to represent the current character.
Python also uses an encoding, as you describe in the article, but it’s different to UTF-8. Unlike unicode, all characters in Python’s representation of the unicode string use the same number of bytes, which is the maximum that any individual unicode character in the string needs.
I’d probably mess up a more detailed explanation of UTF-8 or Python’s representation, so I’ll let you look into how they work in more detail if you’re interested.
The article says that CPython represents strings as UTF-8 encoded, which is not correct. The details about how it works are correct, just that’s not UTF-8.
That’s just a minor point though, nice article.
At least the last season of scrubs was a different enough setting/cast, so even though it was definitely not as good, it didn’t “ruin” it for me like some other series that have gone on too long.
Well I kept using it until Infinity died, which was only at the start of this month!
If I do decide to go back, it will be by compiling the infinity APK with my own API key, but I’m not feeling much of an urge to bother at the moment.
It’d be nice to have a rule specifically for the use of f-strings and template formatting in the same call, since that can easily be a security vulnerability.
I’m pretty sure most type checkers recognise both forms.
It probably really depends on the project, though I’d probably try and start with the tests that are easiest/nicest to write and those which will be most useful. Look for complex logic that is also quite self-contained.
That will probably help to convince others of the value of tests if they aren’t onboard already.
Yeah they’ve put them in a couple places, It’s pretty bad. Had to work out how to create a custom uBlock Origin rule to block them.
I’d be happy if we’d just accepted “referer” as the correct spelling for everything, but instead we have the “Referrer-Policy” header, so now I need to check the correct spelling for anything involving referring…
I do sort of like the idea that because we want to keep backwards compatibility on software we just change the language instead since that’s easier.
Last time I checked companies don’t share backdoors they’ve added in release notes.
What sort of features 🤔
What better headline would you propose in this case?
I don’t think that rule is valid here, the question isn’t there because the answer is definitively “no” and they just want clickbait, it’s there because the actual article is about the question.
(Side note: I’m aware most people here will strongly argue that the answer is no, and I agree, but that is not my point.)
Of the 1,723 adults surveyed across the UK, 73% said technology companies should, by law, have to scan private messaging for child sexual abuse and disrupt it in end-to-end encrypted environments.
Found this interesting. I found the survey results here: https://docs.cdn.yougov.com/68pn2b6b57/NSPCC_OnlineSafetyBill_230427_W.pdf
The exact question I believe is being referred to was:
And do you think technology companies should or should not be required by law to use accredited technology to identify child sexual abuse in end-to-end encrypted messaging apps?
This seems like a really bad question, since it implies a coexistence of end to end encryption and big tech companies being able to read people’s messages, which doesn’t really make sense (or at least requires more clarification on what that would mean). The question as it is is basically “do you think child sexual abuse is bad”.
I use VSCode with config options to disable telemetry. Probably not perfect but good enough for me, I’m very happy using VSCode
I wish I could have extensions default to off and be able to turn them on selectively on sites. For things like darkreader I don’t want to use it 90% of the time so it shouldn’t need to have at access to site data.
By the way, I don’t like the title of this article, how is it done “remotely”, it’s just a list in about:config, no? Sounds clickbaity.
Is “scrapping” autocorrect, a typo, or intended? Not meaning to be rude just interested because I’ve only heard of “web scraping” but often see people write “scrapping”.
Now you switched when you shouldn’t have idiiot
The full changelog for this release is here https://docs.python.org/release/3.11.7/whatsnew/changelog.html#python-3-11-7-final
Surprisingly not shown that obviously in the release announcements, but I guess that’s fair since most of the changes will have no effect on 99.9999% of people.