-
Discussion on Discord app:
> good workflow
> when writing software, compiling, and running on assets
> while having each in it's own clean folder
> source code distinct from executables, distinc…
-
Hi,
First of all, thanks for providing this interesting resource. I have tried to run docker on the downloaded tar-file but was unable in the beginning. The problem was that, after downloading the …
-
Hi :)
First a HUGE thanks for making this and releasing it publically this way, really awesomely useful :))
I'm implementing this on a tiny uC and I'm trying to reduce (compiled) code size as m…
-
For both epoll and eventfd, the question arises what happens when an FD is closed while a thread is blocked on it. Currently, we throw an "unsupported" error. That's not a great solution -- we should …
-
Consider the following link local IPv6 sockaddr string:
`[fe80::f03c:91ff:fedf:75ee%eth0]:8080`
This address does not parse or round-trip: https://play.rust-lang.org/?version=stable&mode=debug&e…
raggi updated
6 months ago
-
We support both structured and unstructured data regions in OpenACC. It would probably be useful to have the equivalent in OpenMP offload.
-
Hi, trying to auth my kettle (mijia kettle pro), but the uuid 0001 is missing from the characteristics.
All uuids returned:
00002a00-0000-1000-8000-00805f9b34fb
00002a01-0000-1000-8000-00805f9b34…
-
The CPU version of the https://github.com/dealii/dealii/blob/b2fcc6ec781989ae42f087fa68d1a1397b7abe37/include/deal.II/matrix_free/cuda_fe_evaluation.h#L67-L72 in the `CUDAWrappers` namespace is around…
-
## What does it mean for node bindings to be portable?
When we build node bindings, we generate a binary `.node` file with the executable for the bindings. As with any binary, the `.node` binary ha…
-
```
Current clamz uses ~/.clamz to store information. It would be nice to use the
locations defined in the XDG Base directory specification instead.
https://live.gnome.org/GnomeGoals/XDGConfigFolder…