>Inigo Quilez I came across this guy's channel the other day and it was an immediate subscribe.
>How do we know that the ruling/governing class is not abusing these monitoring systems and exempting themselves from monitoring? Ah, so except for THE ENTIRE FUCKING PROBLEM, this is fine. >And if some people are…
or stop midsentence
I did a lot of automation at my last job, which was closer to engineering in the classical sense than engineering in the software sense. The automation mostly amounted to web scraping and interacting with local systems,…
Seems like exactly the kind of thing permissions are for.
Learning Rust really ruined C# for me. The explicitness saves you from so much defensive programming.
Reliably terrible.
They also own a large part of the pet food industry. Given how much health is affected by diet, that's a huge conflict of interest.
The problem of offices is not when we spend time in them but rather that we spend time in them at all. What a banal hell it is we have consented to endure compared to the comforts of our homes or of any space actually…
>If you want the ability to start your work day earlier and end it earlier, that seems like a worker protection bill that needs to be passed. If that's what passes for aspiration these days then the labour movement…
If your key is a hash of the code and its dependencies, for a given toolchain and target, then any change to the code, its dependencies, the toolchain or target will result in a new key unique to that configuration.…
I hadn't heard of ATS before, and I think that I mistook your using it as an example of "more isn't always better" and thought you were suggesting it as an actual alternative. I'm looking for the next thing I want to…
Rust's real superpower is its tooling. Cargo handles package management, building, testing, documentation, and publishing. The compiler's errors explain what went wrong and where it happened. Installing the toolchain…
That C++ already has many implementations of sparse sets seems to be a point in favor of sparse sets rather than a point against Rust, especially given that C++ doesn't need them the same way Rust does.
When I say they prioritize social stability, I mean that they won't stop producing cars regardless of how little economic sense it makes because they need to keep people employed to stave of massive civil unrest. And…
We must be working from different definitions of efficient. Yes, the CCP can say jump and expect their corporations to do so, but when everyone in a modern economy jumps at the same time, massive oversupply is the…
>What's next, complaining that some doctor is an asshole for appearing on TV to refute people claiming ivermectin cures covid, thus making it impossible for people to seriously study ivermectin's covid benefits? Or that…
Any examination that isn't done in person on general course material (nothing an LLM could prepare for you) is just stubborn refusal to protect students from themselves in an age where anything else can be faked. Graded…
No, it would not. Even conversions using "as" are discouraged in favor of conversion traits such as From and TryFrom. Rust's goals of being explicit and correct are at odds with people wanting things to be immediately…
On the contrary, I find indices to be the most natural way to represent anything that resembles a graph in Rust. They allow you to sidestep the usual issues that arise with ownership and borrowing, particularly with…
> verschlimmbessern Thank you for this delightful word.
>If you want to tell someone that exponentiating an area gives a rotation, you need to basically deal with the fact that that sentence sounds like nonsense. It's not just an area though, it's an area with orientation…
>Even in 3D GA, some mixed-grade elements are not invertible. This paper [1] claims to have inverses for general multivectors up to a certain dimension, but I've never needed them and haven't dived into it. I'm curious…
>unpedagogical Does this word mean "not the way things mathematicians teach things"? My experience has been that mathematicians teach things that are useful to mathematicians to students who are not going to be…
It's also a bivector in 3D GA, no need for linear algebra.
>Inigo Quilez I came across this guy's channel the other day and it was an immediate subscribe.
>How do we know that the ruling/governing class is not abusing these monitoring systems and exempting themselves from monitoring? Ah, so except for THE ENTIRE FUCKING PROBLEM, this is fine. >And if some people are…
or stop midsentence
I did a lot of automation at my last job, which was closer to engineering in the classical sense than engineering in the software sense. The automation mostly amounted to web scraping and interacting with local systems,…
Seems like exactly the kind of thing permissions are for.
Learning Rust really ruined C# for me. The explicitness saves you from so much defensive programming.
Reliably terrible.
They also own a large part of the pet food industry. Given how much health is affected by diet, that's a huge conflict of interest.
The problem of offices is not when we spend time in them but rather that we spend time in them at all. What a banal hell it is we have consented to endure compared to the comforts of our homes or of any space actually…
>If you want the ability to start your work day earlier and end it earlier, that seems like a worker protection bill that needs to be passed. If that's what passes for aspiration these days then the labour movement…
If your key is a hash of the code and its dependencies, for a given toolchain and target, then any change to the code, its dependencies, the toolchain or target will result in a new key unique to that configuration.…
I hadn't heard of ATS before, and I think that I mistook your using it as an example of "more isn't always better" and thought you were suggesting it as an actual alternative. I'm looking for the next thing I want to…
Rust's real superpower is its tooling. Cargo handles package management, building, testing, documentation, and publishing. The compiler's errors explain what went wrong and where it happened. Installing the toolchain…
That C++ already has many implementations of sparse sets seems to be a point in favor of sparse sets rather than a point against Rust, especially given that C++ doesn't need them the same way Rust does.
When I say they prioritize social stability, I mean that they won't stop producing cars regardless of how little economic sense it makes because they need to keep people employed to stave of massive civil unrest. And…
We must be working from different definitions of efficient. Yes, the CCP can say jump and expect their corporations to do so, but when everyone in a modern economy jumps at the same time, massive oversupply is the…
>What's next, complaining that some doctor is an asshole for appearing on TV to refute people claiming ivermectin cures covid, thus making it impossible for people to seriously study ivermectin's covid benefits? Or that…
Any examination that isn't done in person on general course material (nothing an LLM could prepare for you) is just stubborn refusal to protect students from themselves in an age where anything else can be faked. Graded…
No, it would not. Even conversions using "as" are discouraged in favor of conversion traits such as From and TryFrom. Rust's goals of being explicit and correct are at odds with people wanting things to be immediately…
On the contrary, I find indices to be the most natural way to represent anything that resembles a graph in Rust. They allow you to sidestep the usual issues that arise with ownership and borrowing, particularly with…
> verschlimmbessern Thank you for this delightful word.
>If you want to tell someone that exponentiating an area gives a rotation, you need to basically deal with the fact that that sentence sounds like nonsense. It's not just an area though, it's an area with orientation…
>Even in 3D GA, some mixed-grade elements are not invertible. This paper [1] claims to have inverses for general multivectors up to a certain dimension, but I've never needed them and haven't dived into it. I'm curious…
>unpedagogical Does this word mean "not the way things mathematicians teach things"? My experience has been that mathematicians teach things that are useful to mathematicians to students who are not going to be…
It's also a bivector in 3D GA, no need for linear algebra.