void4
void4
The capsec people need better stickers. Maybe something like this, an exploding keyring: 
The gist of what I'm trying to do is about this: Right now 99% of blockchain development focuses on the enhancement of single networks (the Ethereum Mainnet, the various Bitcoin...
In the last few days, I have started to extend the http://norvig.com/lispy.html interpreter with the four properties I'm most interested in: 1. external resource access control (filesystem, network etc.) 2....
**I held a 5-minute presentation at RC recently: https://gitlab.com/void4/presentations/raw/master/pres.odp** --- Source: [ACLs don't](http://webcache.googleusercontent.com/search?q=cache:h4wRUGkKBP4J:citeseerx.ist.psu.edu/viewdoc/download%3Fdoi%3D10.1.1.406.4684%26rep%3Drep1%26type%3Dpdf+&cd=1&hl=en&ct=clnk&gl=de&client=ubuntu) ### Intro This summary applies to multi-user systems. In Linux operating systems for example, there is often...
With mobile code, processes who communicate frequently could be moved physically closer to each other, improving request latency.
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...