notes
notes copied to clipboard
Notes, Questions, Ideas
A server that executes these objects for a few steps, then sends them off to a random peer. A browser based https://www.dwitter.net/ / https://electricsheep.org/
 I love the idea of programs jumping between systems. #### Why WebAssembly Advantages: - open source, acceptable license - supported by all major browsers, but not limited...
- as a polyfill for older browsers that don't support Wasm natively - for debugging, since the browser implementations do not allow accessing the runtime state (stack etc.) - for...
Looking into the issues, https://github.com/xtuc/webassemblyjs/ doesn't seem to be a complete or fully functional implementation. It seems to be well written, but wabt-compiled, wasm-metered .wasm files do not seem to...
This is a disorganized collection of notes, I hope I'll be able to formulate what I look for soon. ### The objective: Find or create a distributed general purpose computing...
- Mathematically: Structure, Quantity, Change, Space - In relation to other things - Logically - Emotionally - Utility 
Described here https://github.com/void4/notes/issues/5 **tl;dr: A VM for running untrusted mobile code** - untrusted: processes are limited by resource constraints set by parent virtual machine - mobile: processes are persistent and...

**tldr: P2P-hosted objects (e.g. websites) do not need to be governed/signed by a single party. Objects can integrate a description of future valid state changes and consensus thereof. This mechanism...
Does this concept exist? You have **Alice** generating a language interpreter **I** which signs the result of the computation combined with a timestamp **t** of the enclave generation and is...