-
This computer has 8 CPU threads and 2 GPUs, so the default "full" configuration is CPU:6. For undisclosed reasons, I set it to CPU:5 overnight which was promptly reduced to CPU:4. This morning I rese…
-
I am a researcher in mathematics. As someone who has also worked on semantic mathematics markup (in the form of my package [SemanTeX](https://ctan.org/pkg/semantex)), sTeX caught my attention. Congrat…
-
After restarting Thunderbird 115 the new version 3.2 prevents the "Show total number of messages" display behind the folders.
Can this be corrected?
Sorry for my bad English.
HansAxel
Win11 Pro …
-
I don't see a reason not to implement an FFFT that works for any number of modes (not just powers of 2). Has anyone considered this? I think the T-count would also be much better than using Givens rot…
-
I've been thinking about prime numbers as I sometimes do. As I was
looking a a sieve of Eratosthenes algorithm it caught my attention that it requires an upper limit on the maximum generated prime …
-
We propose to allow `let`-bindings in the global name space. In particular, this will allow writing DDlog-1 style rules whose inputs and outputs have global visibility:
```rust
let R1: Relation = .…
-
Right now is hard to distinguish the performance of some models with very similar scores.
-
Could it be possible to have more options in the subscripts?
Accept commas, dashes and even underscores in the subscripts.
for instance, I couldn't write **N~pl,Rd~** (which is **N** subscript **pl,…
-
The switch would allow to cover larger primes with the specialised code (and I currently work with primes ~ 232).
The switch requires changing all mentions of `int` to `long` and probably implement…
-
At this point modular inversion is one of the major bottlenecks in ECDSA signature generation, at about 30% of the total runtime. Two inversions are required, one for the nonce and the other to conver…