monkey-jsun

Results 15 comments of monkey-jsun

I tried to set env vars, export OPENBLAS_NUM_THREADS=10 export OMP_NUM_THREADS=10 That did not help. I also tested luajit which seems to detect number of cores correctly. See below. I'm not...

Alas, problem solved. The problem was that I did *not* have openblas installed. As pointed by previous post, one can quickly check whether openblas is used or not by ldd...

This would be really useful. Can't wait for it.

Thanks for the pointer. I took a look, but unfortunately none of the measures is ideal for my case. - IP whitelisting : my client machine has dynamic IP address....

Thanks for your reply. I understand client authentication will need Electrum side change, and may not come quickly. I eventually decided to use ssh tunneling with key/certificate. Since my server...

Just for the completenss and in case someone else looks up here later, I attached my final solution below. A few explanation points: - I did not go through Tor...

Samhed, can you elaborate your thoughts on this? I see two general approaches: 1. streaming PCM or encoded audio over internet (perhaps extending VNC protocol, or simply open another websocket)...

BTW, just curious about the choice of ESound. I thought we might be able to use a regular compression codec and piggyback on VNC (using a custom type). Jun On...