notes icon indicating copy to clipboard operation
notes copied to clipboard

Notes, Questions, Ideas

Results 85 notes issues
Sort by recently updated
recently updated
newest added

Rhythm becomes Pitch: https://www.youtube.com/watch?v=P3hdTbtLra4 http://dantepfer.com/blog/?p=277 Discrete graphs to continuous spaces: https://writings.stephenwolfram.com/2020/04/finally-we-may-have-a-path-to-the-fundamental-theory-of-physics-and-its-beautiful/ Function of time to frequency domain: https://en.wikipedia.org/wiki/Fourier_transform Some contracts treat commodities such as oil or gold as interchangeable, allowing...

### The problem: Implementation complexity of total reflection/serialization increases with secure base layer abstraction complexity Languages like C make it relatively easy to serialize the entire runtime state, since all...

This is one possibility of implementing a system that provides the functionality described in https://github.com/void4/notes/issues/56 1. Create a virtual machine that has the usual arithmetic, control flow and memory access...

If you want to monitor/control the resource usage of a system (program, company, country, financial), you can attach a resource accountant/manager to it (cgroups, accounting department, statistical office, central bank)....

There are very few games that have a realistic information/resource flow between units, be it player ships transporting ore in Eve Online, or orders in Command Ops 2. Heroes and...

![money](https://user-images.githubusercontent.com/11392207/79697146-55cb4b80-8281-11ea-85cd-823a6039a3d9.png) Are the differences in security cost an illusion? If a system faces adversaries which devote a certain amount of resources to an attack, isn't the cost of preventing it...

https://en.wikipedia.org/wiki/Pooling_(resource_management) http://habitatchronicles.com/2018/01/pool-abuse/

http://ethos.dev/ pointed me to https://www.anydot.dev/ which seems to be what is described below, though not a market of guarantors, but a single company. (WIP) It could be useful to be...

I see the value of (object) capabilities and have an intuition of these systems in synchronous settings. The fact that caps behave like keys, which are ubiquitous in the real...

On the last friam call, it was noted that type systems can differ in the way they retain information in the coding->compiling->execution pipeline. C types for example are not retained...