" Network is a computer " will be made by the Dynamically Distributing Operating System; " Computer is a network " will start with combining the router and the computer to be one.
2019年1月5日星期六
Hardware : Software
I/O access = memory access ➡ hardware access = software access ➡ remote hardware access = remote software access ➡ hardware service = software service ➡ hardware distribution = software distribution
2018年11月4日星期日
Distributing Sense
operators + operands = operation
sensed operator = sense
sensed operand = sense
sensed operation = sense
operators and operands distributing on different hardwares
= distributing operation = distributing sense
2018年10月16日星期二
Distributed Operation
🤖
2018年10月13日星期六
Sense space
- 无论 Sense 结构如何进化,其基本都是 graphs,只要 graph 中一 node 在 memory 被 refer 到即将其第一阶链结到的 nodes 从 storage 预载到 memory,如此即确保要 refer 到的 sense 都已在 memory,因一个 sense 定是透过另一个 sense 来 refer。
- 在 memory 中的 sense 获得更新则立即更新 storage 中的 sense ,因为还有别的 memory 在 cache 相同的 storage,所以也必须一併更新所有 cache。
- 当 memory 满时由 rerefer 频率少的 sense 优先 release 腾出空间。
把 sense 给 lock 住让 operation 进入 critical session 的方式很容易发生过长时独占导致的等待甚至 dead lock,所以当要让多端同时进行同一 operation 以达验算之效时采暂时产生一个 sense 的 clone 转而对其操作之方式在整个 operation 完成后才以 clone 去更新原 sense 然后删掉 clone。
2018年10月9日星期二
operator ≡
The operator ≡ is used to define the replaceable linking state of the operators and operands dynamically like the function definition. If the operator can not be found in the hardware when it is asked to be allocated, it can be replaced with the other linking graph defined by the operator ≡. If the allocated graph is already in usage, it clones the other one for new usage.
2018年9月22日星期六
operator ∏ ∑ ∫
Change the script style of the operator ∏ ∑ ∫ to be as the operator ∀.
Ex:
( ( ∀ ( x + y = x * y ) ) ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) )
just produce a collection of ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) by ( x + y = x * y )
( ( ∫ ( x + y = x * y ) ) ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) )
the same as ∑
get the sum of a collection of ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) by ( x + y = x * y )
( ( ∏ ( x + y = x * y ) ) ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) )
get the product of a collection of ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) by ( x + y = x * y )
2018年9月20日星期四
Dynamic operators
The operators in the static language system only access the operands; the operators in the dynamic language system also access the formula.
2018年9月19日星期三
P2P ≠ C2C
Peer 2 Peer ≠ Client 2 Client,大机和大机、大机和小机之间亦是P2P,Cloud 精髄不在 service 而在 Dynamic Distributing Allocating 。
2018年8月22日星期三
Sen语 Ron语
动静皆宜
静态的系统没有动态系统的弹性;动态的系统没有静态系统的稳定。设计一套可静可动的系统即是咱们的任务,例如一群机动载具组成的动态网络一样是可以静下来不动使效能极致,必要时可以牺牲一点效能与稳定性动起来。
整网软件单元参照空间联为一体
2018年8月9日星期四
About the user interface without editors
Just use the GUI or VRUI components except text editor component to travel the sense graph to select senses to compose a sentence to have the conversation with the space object without typing.
2018年8月8日星期三
∀
∀ ... 🔲 ......
其实 🔲 处不用填介系词
( ∀ ... ) ......
括号內让∀优先结合得到collection'#(1~collection'#)再后接 ......
所以就用括号就行了
不用再伤脑筋这个介糸词要用何operator才不会与其它别的用途相冲突
operand operand
operand _
2018年8月6日星期一
The drones dynamic network
Drones remote control from the command center by broadcast ~ easy; what we want is the drones dynamic network, this is where complex.
operator ⊧ ⇒ →
2018年8月4日星期六
operand _
How to get the classes of an object?
( object ∈ _ )
How to get the objects of a class?
( _ ∈ class )
Operand _ is used for finding each match.
2018年8月2日星期四
operator ∀ ∃
2018年8月1日星期三
operator ¬ ? $
2018年7月30日星期一
operator ' and `
operator '
operand ' operand ≡ sub-object of object
operand ' operator operand ≡ ( operand ' ) ( operator operand ) ≡ ( transpose of operand ) * ( operator(operand) )
( operand ' ) operand ≡ ( transpose of operand ) * operand
operator ' operand ≡ differential of operator(operand)