You can manage Python packages? When I try to pip install -r requirements.txt, it fails because I'm on Python 3.12 instead of 3.11, except it doesn't tell me that's why so I spend the next hour debugging that only to later find out that I also installed the packages globally instead of in a venv and now I need to uninstall them to unfuck my other environments.
Although I think it's a symptom of a larger problem. At the very least, consider Rider (or for non-C# code, VS Code/Codium/your terminal editor of choice).
At work, we have to use VS for C# development though, due to us having VS licenses and not Rider licenses. I guess we could use VS Code for C# dev, but I could also use Morse code to type, and neither of those sound like a good time when you take our work tooling into account.
Without context, there's no reason to compare the performance of these. The compiler is complex enough that what you do in the loop and after the loop matters with regards to optimizations.
Do you have more context? What's actually happening in the code?
For #4: the 'de lifetime is the lifetime of the deserializer (and input data). It's used to allow you to deserialize the data into a type without copying it, like deserializing a &'a [u8] buffer into a &'a str. It's documented here if you want to read more.
On one hand, this seems rough. Being able to send and receive mail seems just a little important.
On the other hand, I have wished in the past that I didn't have a mailbox. 99% of my mail is spam, and probably ~5% isn't even addressed to me. Everything else could have been an email.
Trump says a lot of things that, if taken in a certain light, can be NCII. Might be a good idea to flag his posts on all platforms so that they can be further investigated by those platforms if this passes.
All with the goal to keep NCII off the internet, of course.
Ironically, many languages that violate these rules are spoken in the US natively. People in the US just like to forget that there are other natively spoken languages (spoken since before English was introduced to the continent even).
every language uses gendered nouns/verbs/adjectives/pronouns/etc
no language uses gendered nouns/verbs/adjectives/pronouns/etc
pronouns referring to people are always gendered
pronouns are always singular (1) or plural (2+)
A fun language to learn regarding these is Hawaiian, where the language uses a-class and o-class rather than masculine and feminine, and which you use is largely based on how much control you have over it.
A single 128GB mainboard is $2000, so four of them is $8000. Not the same as a machine with 512GB of unified memory.
For the M4 Mac Studio, it costs $4800 to upgrade from 32GB to 128GB. I believe everything else "base model" is $2000, for a total of $6800, but this is also a full working computer and not just a mainboard.
That last quote had me rolling. Good on Brian for having a working brain.
It also concerns me that so many SD legislators are hearing voices in their heads at home, but I guess that's a problem for their psychiatrists to figure out.
Why would the president of a different country resign because some US republicans are calling for it? If anything, this makes me think that the US should be sanctioned for foreign interference (not that this is new).
You can manage Python packages? When I try to
pip install -r requirements.txt
, it fails because I'm on Python 3.12 instead of 3.11, except it doesn't tell me that's why so I spend the next hour debugging that only to later find out that I also installed the packages globally instead of in a venv and now I need to uninstall them to unfuck my other environments.But hey, if it works for you, then that's great.