-
All over the code-base _maybe-terminated-fixed-char-array_s (MTFCA) are used, and these do (and will do) cause bugs. In my understanding they were introduced mainly for the small radios with small amo…
-
Hello Hikari, how are you?
I'm currently testing your new build and I want to thank you for including PBR and mwan3. Hopefully, you'll be able to integrate QMI soon as well.
I also have a questi…
apa-u updated
1 month ago
-
Much of the bloat of the generated code is in the `*Visitor::finalize` methods, which transfer stuff from the builder (typically with types like `Option`) to the final product (with types like `T`).
…
-
# Background
WebGPU currently has 2 buffer upload facilities: `GPUBuffer.mapAsync()` and `GPUBuffer.writeBuffer()`.
For `GPUBuffer.mapAsync()`, there currently is the restriction that no mappabl…
-
It may be advantageous to interface UHS2 with Francios Best's high-level Arduino MIDI Library which has USB transport functionality. AML interfaces with USB via the MIDIUSB library. A similar interfac…
-
This discussion came up in https://github.com/crystal-lang/crystal/issues/5430#issuecomment-1179500955
`IO.pipe` is currently implemented based on file descriptors, which has a couple downsides:
…
-
Hello RIOT Community,
RIOT features multiple CoAP libraries: [gcoap](https://doc.riot-os.org/group__net__gcoap.html), [nanocoap_sock](https://doc.riot-os.org/group__net__nanosock.html), and the [na…
-
There is lots of bloat that can be targeted...
SFSocket class can probably be removed without too much effort. It would require removing the TCP transport (we use ZMQ now anyways.) Probably could r…
-
Nowadays, I switch to `helix` + `Zellij` (a modern tmux alternative) + `Alacritty`, the combo are very powerful.
But sometimes, I miss the time when I was using vscode (with vim extension).
The `I…
-
It appears that the WebAssembly CodeGen explicitly disables PIC, which means that objects and modules being generated for wasm cannot be linked into a shared object and dynamically loaded (eg `emcc -s…