Isn't this much closer to RefCell than the borrow checker?
Original Unreal Tournament is a pretty good one for this, I copied the install to a thumb drive on high school and played it on school computers all the time. Same with GZDoom
@inbounds isn't the problem, it's incorrect usage of it. The poor docstring is absolutely a problem though, you should be iterating over eachindex(A), not 1:length(A).
Dispatch ambiguity can really bite you, particularly if you start extending methods from other packages. An issue I often run into at the same time as method ambiguity is a stack overflow from self-calling constructors.…
The archive is a few years out of date: https://legiblenews.com/archive/
this is why everyone runs piholes and no one sees ads on the internet anymore, which killed the internet ad industry
I'm similarly disappointed in Debugger.jl, but I find that Infiltrator.jl often helps me get where I need to go for intra-function problems.
I found this app recently, it's great. It's a nice refresher on basic geometry, and I haven't done many geometric constructions in a while. It's a really neat way of exploring geometry and discovering insight after…
While I was in grad school, I had to teach some math-heavy engineering courses. This lesson came through very clearly there, and learning it early made my teaching much more effective. You can't tell students anything,…
I'm in the same boat. Most of my notes transfer over just fine because it's Markdown, but Confluence handles in-lining LaTeX significantly worse than pretty much any other CMS I've ever used.
MITM can only re-send the correct key if he knows the correct basis to measure in for every qubbit. The probability that he measures in the correct basis for every qubit is exponentially unlikely as the length of the…
You (Alice and Bob, where Alice is Tx/Bob is Rx) need to have agreed upon the basis in which you measure for each bit ahead of time. If you get MITM'd and they don't know the basis to measure in, then: - They have a 50%…
I used CircuiTikZ when I taught a circuits course. The figures turned out so well, it was nice to be able to have such a uniform and portable representation. I suspect starting from TikZ proper would make some of the…
It depends on the GUI. For photo editing, the interactions with the photo directly require fine control in two dimensions with the cursor. Many GUIs are just interfaces to modal switches, or a categorical variable with…
> The second scheme, on the right ... Calculations must be discarded rather than corrected when problems are found. I understand the title is technically correct, and the field of quantum error correction (and error…
I guess this confirms John Carmack to be an AI
This was certainly the case for me over the last year and a half. Up until the start of this year when I switched to a new, challenging job, I dove deep into a competitive shooter hole. I played ranked modes when…
Isn't this much closer to RefCell than the borrow checker?
Original Unreal Tournament is a pretty good one for this, I copied the install to a thumb drive on high school and played it on school computers all the time. Same with GZDoom
@inbounds isn't the problem, it's incorrect usage of it. The poor docstring is absolutely a problem though, you should be iterating over eachindex(A), not 1:length(A).
Dispatch ambiguity can really bite you, particularly if you start extending methods from other packages. An issue I often run into at the same time as method ambiguity is a stack overflow from self-calling constructors.…
The archive is a few years out of date: https://legiblenews.com/archive/
this is why everyone runs piholes and no one sees ads on the internet anymore, which killed the internet ad industry
I'm similarly disappointed in Debugger.jl, but I find that Infiltrator.jl often helps me get where I need to go for intra-function problems.
I found this app recently, it's great. It's a nice refresher on basic geometry, and I haven't done many geometric constructions in a while. It's a really neat way of exploring geometry and discovering insight after…
While I was in grad school, I had to teach some math-heavy engineering courses. This lesson came through very clearly there, and learning it early made my teaching much more effective. You can't tell students anything,…
I'm in the same boat. Most of my notes transfer over just fine because it's Markdown, but Confluence handles in-lining LaTeX significantly worse than pretty much any other CMS I've ever used.
MITM can only re-send the correct key if he knows the correct basis to measure in for every qubbit. The probability that he measures in the correct basis for every qubit is exponentially unlikely as the length of the…
You (Alice and Bob, where Alice is Tx/Bob is Rx) need to have agreed upon the basis in which you measure for each bit ahead of time. If you get MITM'd and they don't know the basis to measure in, then: - They have a 50%…
I used CircuiTikZ when I taught a circuits course. The figures turned out so well, it was nice to be able to have such a uniform and portable representation. I suspect starting from TikZ proper would make some of the…
It depends on the GUI. For photo editing, the interactions with the photo directly require fine control in two dimensions with the cursor. Many GUIs are just interfaces to modal switches, or a categorical variable with…
> The second scheme, on the right ... Calculations must be discarded rather than corrected when problems are found. I understand the title is technically correct, and the field of quantum error correction (and error…
I guess this confirms John Carmack to be an AI
This was certainly the case for me over the last year and a half. Up until the start of this year when I switched to a new, challenging job, I dove deep into a competitive shooter hole. I played ranked modes when…