void4
void4
> Are we sure that physical constants are not only anthropocentric concepts? > real constants or just an expression of some effective action of another field What do you mean...
Yes, now it makes sense :) I think this would be all the more reason to include them, because if that were the case, they would be an indicator of...
I have been purposely not reading much about the cosmicos message and try to find structure in the raw data sometimes, and it turns out you may have to "idiot-proof"...
Being able to serialize the virtual machine runtime state in external calls (_not_ only the memory after the call to the wasm binary has terminated, but when wasm calls into...
For anyone searching, see here: https://github.com/celery/celery/issues/1715#issuecomment-50140150
Thank you, very interesting, and very close in semantics to my own project, which I wanted to port to WebAssembly: https://github.com/void4/notes/issues/23 / https://www.youtube.com/watch?v=MBymOp6bTII One last question for now: In your...
Are you familiar with Capability Security? I made a presentation about it: https://twitter.com/dd4ta/status/1049793599804723201 I'd highly encourage you to have a look at KeyKOS, an operating system that combines both resource...
Capability (transfer) security is a bit different than what is known as capabilities in Linux for example. When designing a smart contract system (mainly interfaces and access permissions), especially with...
Thank you!
That would be great! I'm using pywasm now to run the chess tournaments between programs (see here: https://rlc-chess.com/competitions :) (site takes a bit too load, but this is due to...