Name
Name
`log2ram` is supposed to be useful for e.g. protecting the SD card of Raspberry Pis from wearing out. Usually the log is constantly synced to SD card, causing **write amplification**....
Hi, could you please benchmark against BLAKE2b and BLAKE2s if it's not too much hassle? It tries to be a very fast cryptographically secure hash function. I believe it to...
This video: https://www.youtube.com/watch?v=hg4l5vuqHXc ends with a "sponsor" segment followed by "endcard/credits" which I have set to skipp. ``` Sponsor 0:00.000 to 0:07.153 Sponsor 7:42.837 to 8:54.464 Endcards/Credits 8:54.464 to 9:02.101...
Dear all, thanks to angulartics-google-analytics I have to declarative event tracking working well, and also the automatic pageviews trigger nice pageview entries in Google Analytics. However what drives me mad...
Hi, the current `examples/client.rs` does redirect `stdin` and `stdout` to the WebSocket. Splitting the Socket into send and receive and pining it in place and then handing one pair off...
I could not find this info in the Readme, and I would like to know before I buy: Is this tool compatible with AC2887? Thanks in advance!
I was looking for what data `f3write` writes to the drive. The README.md only states that > f3write will write large files to your mounted disk But are those predictable?...
Thanks for publishing this! In the encodec paper you write >For fair evaluation, we also compare EnCodec to our _reimplementation_ of SoundStream (Zeghidour et al., 2021). [...] Finally, we compare...
Right now the documentation states: `It then randomly chooses a pair of these and reads them back checking they are the same.` So by reading this I would assume that...
Hi, https://docs.rs/opcua/0.11.0/opcua/client/index.html shows how to start a subscription, but now how to one time poll/read/write a variable. Neither does the code in https://github.com/locka99/opcua/tree/master/samples https://docs.rs/opcua/0.11.0/opcua/client/index.html links to - https://docs.rs/opcua/0.11.0/opcua/client/client_builder/struct.ClientBuilder.html (The requested...