-
Hi ! congrats for the course !
I walked randomly to the activation functions section and I realized that you use for the triplet loss one of the figures in our paper without any reference: http://…
-
(Original idea) See "Compiling to Assembly" about compiling to ARM assembly.
-
Please, can you provide a simple example using this pym library?
-
Now that fortran-lua by @interkosmos has support for fpm, , `fpm` could expose parts of `fpm_model_t` to Lua script, for customization of the build process.
For example, I would use this feature i…
ghost updated
2 years ago
-
I would love support for both the `import` keyword and array syntax (`[...]`).
Both are non-standard but pretty common; ideally I would like a configuration option to turn on; however I don't know …
-
At the moment, you'd need to scan down to the end of a block to see if it `loop`s, whereas with an `if`, you can tell right from the start that the following scope can have a possibly of not running, …
-
Arq was the first real open source project I ever created, back in 2016. That was long before Pydantic, FastAPI, ParamSpec, or even Redis Streams.
I remember a sense of incredulity that I couldn't …
-
The explainer currently proposes to change the order in which `cont.bind` binds arguments. However, it needs to remain possible to use `cont.bind` to supply the (regular) arguments to a continuation u…
-
Now that the error refactoring is complete, I think refactoring other parts of the code base should be done as well. Rename functions that are confusing to understand, refactoring the parser, and clea…
-
Capo, si quisieras continuar el lenguaje este, mejorar el interprete y todo eso.
Te full recomiendo este libro, que es [Crafting Interpreters](https://craftinginterpreters.com/) es un libro re comp…