-
### Background and motivation
In a multi-replica environment utilizing **hybrid caching** (in-memory and out-of-process), cache desynchronization between nodes can occur because there is no built-in …
-
### Overview
Fill in the following fields as you work on these items at Hack for LA. Add the link of the items you worked on in the list as examples.
### Action Items
- [ ] [Provisioning the Proj…
-
### Overview
Fill in the following fields as you work on these items at Hack for LA. Add the link of the items you worked on in the list as examples.
### Action Items
- [ ] [Provisioning the Proj…
-
### Overview
Fill in the following fields as you work on these items at Hack for LA. Add the link of the items you worked on in the list as examples.
### Action Items
- [ ] [Provisioning the Proj…
-
### Overview
Fill in the following fields as you work on these items at Hack for LA. Add the link of the items you worked on in the list as examples.
### Action Items
- [ ] [Provisioning the Proj…
-
### Overview
Fill in the following fields as you work on these items at Hack for LA. Add the link of the items you worked on in the list as examples.
### Action Items
- [ ] [Provisioning the Proj…
-
### Overview
Fill in the following fields as you work on these items at Hack for LA. Add the link of the items you worked on in the list as examples.
### Action Items
- [ ] [Provisioning the Proj…
-
## Feature Request
This is a feature I'd like to implement for fun. The idea is basically to write a crate that has two parts.
1. A wrapper for std::process that lets us spawn processes with ext…
yaahc updated
2 years ago
-
I can communicate with a device over UART with the following command in the linux shell:
`echo "abcd" > /dev/ttymxc6`
I am using this UART for RS485 communication. The communication works well o…
-
There is currently no support for BSD in dusk because the IPC (inter-process communication) implementation uses [epoll](https://man7.org/linux/man-pages/man7/epoll.7.html) which is a very Linux centri…