-
In the boundless labyrinth of the Unimath Coq, where theorems and axioms hold court, each proof unfolds like a saga whispered across ages. Here, every step, a chiseled inscription in the fabric of spa…
-
I've been working some more on the Julia render, and I discovered that it's stricter with local scope than other languages. A minimal example is the following:
```julia
a = 0
while a < 5
…
-
In C, the `malloc` function (and similar memory allocation functions) may 'fail' by returning a NULL pointer, or by some other means. Currently, CRoaring does not have a policy regarding failures in c…
-
Okay, I've read the cpuid opcode discussion #1161 and associated stuff, and would like to suggest an alternative to a cpuid instruction: Add an section type to the wasm binary format that, one way or …
-
Here's an example of the problem: I have started interactively editing CL code with a repl that I call "m1-allegro" (it's running the beta of Allegro CL for Apple Silicon). Eventually, I get the image…
-
Slicing a memory does not modify the underlying object it points to. It only modifies the index/length. However, it does create a new memory and hence has to set the object field.
This causes memor…
-
As known, no icon showing when minimizing to tray - but, upon clicking this no-icon no-description empty slot, it dissapears and is NOT restored. However, neither does it crash. It's still possible to…
-
See here: https://www.reddit.com/r/crypto/comments/7rpvur/cape_can_you_break_it/dsyx1w8/
I suggest a banner at the top of the readme explaining that this algorithm is for research and educational p…
-
The obvious alternative to this proposal is to just use the existing comment syntax for types. The readme's counterargument is that [JSDoc comments are verbose and missing some things you'd want to do…
-
Considering a rewrite, possibly in another language.
As such, I'll be pausing development on the `sql-parser` branch temporarily, reserving the right to walk back on this decision, and starting on …