[-] qwop@programming.dev 4 points 1 year ago

Sounds fine, they're both immutable which helps.

[-] qwop@programming.dev 3 points 1 year ago

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.

[-] qwop@programming.dev 3 points 1 year ago

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.

[-] qwop@programming.dev 4 points 1 year ago

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.

[-] qwop@programming.dev 5 points 1 year ago

That video was the first thing I thought of :)

(https://youtu.be/YUpST_cQ1hM for anyone wondering)

[-] qwop@programming.dev 2 points 1 year ago

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.

[-] qwop@programming.dev 2 points 1 year ago

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.

[-] qwop@programming.dev 2 points 1 year ago

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.

[-] qwop@programming.dev 7 points 1 year ago

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.

1
GitLab Outage - c/DevOps (programming.dev)

Cross Posting from DevOps, I hope this is the correct way of doing that and it's considered acceptable.

1
GitLab Outage (status.gitlab.com)

Seems to be back up now, still waiting for information on the cause, so far have the vague reason "config change" from the GitLab issue linked

[-] qwop@programming.dev 1 points 1 year ago

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.

[-] qwop@programming.dev 1 points 1 year ago

Assuming x and y are totally ordered 🤮

view more: next ›

qwop

joined 1 year ago