-
There is an `-i` option for interactive mode, in the interactive mode, we are able to pause/resume the playback/capture stream with SPACE key, which is very good. However we have to do this in a termi…
-
I think the deliverables/action points of this should be something like:
- Find Audits
- Write Eco-101, list of 101 issues
- Write Rekt-Eco, list of REAL hacks and war rooms
-
-
I want to test the execution of multiple concurrent tasks on the GPU in Dask cuML. I'm using K-means (code below) and I'm changing the chunk size so that I can create multiple tasks for the fit method…
-
While I can get the main application to load up with dmtcp_launch using a side-functionality seems to deadlock the program (happens every time).
On inspection it is stuck in a call to the "write" api…
-
Right now we don't serialize file content. Just metadata. Along with this we'll want to allow users to configure the max message size to help users protect against large file upload attacks.
See [t…
-
Since the process is started/stopped in Java Mode : see DaemonCapsule.java
```
installCmd.add(i++, "--StartMode");
installCmd.add(i++, "Java");
...
installCmd.add(i++, "--Stop…
-
I need help to use Quarkus.
-
See branch [add-fresco](https://github.com/MPC-SoK/frameworks/tree/add-fresco).
Current status: Sample programs all completed.
To do: figure out how to run sample programs, document runtime deta…
-
One thing that's really obvious at Scipy this year is that people absolutely love [DuckDB](https://duckdb.org/). The reason is that although DuckDB doesn't offer multi-machine parallelism so can never…