2018年9月19日星期三

P2P ≠ C2C

Peer 2 Peer ≠ Client 2 Client,大机和大机、大机和小机之间亦是P2P,Cloud 精髄不在 service 而在 Dynamic Distributing Allocating 。

2018年8月22日星期三

Sen语 Ron语

Sen语持续进展中,但Sen语不是一种语,而是一种说Sen语当中亦可构建Sen语的动态语言机制,Sen语本身是由多Sen组成。Sen语若行于SenGo硬件(SenG之Go年进化版,年底才会推出)则原生即具operand与operator级的并行性无需再指定。

另一个是Ron语,不像Sen语是由概念组成的语言,Ron语基本上是signal、是pattern,或许已不算是一种言语而比较像是一种不说话的感官沟通方式,但又有部分可形成operand与operator的sense。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

I would like to change my mathematic script custom that two operands side by side will be inserted an operator * in default. Restrict the operator * must be written or it will not be inserted automatically. Because it is needed to allow two noun operands side by side automatically inserted by the operator ' for compound noun. For this, I am also willing to change my English script custom about ' such as not writing "I'm", "I'd", "I'll", "I've", "It's", "isn't", "don't"...... and just writing "I m", "I d", "I ll", "I ve", "It s", "isnt", "dont" ......

operand _

An unknown object is an object without any sub-objects meaning no content. An operand _ is an unknown object without symbol as no name. In the same expression within "(" and ")", different operand _ is different unknown object. After the expression including operand _ resolving, there is a collection of possible satisfied combinations of operand _ s gotten. If more than one operand _ are needed to appoint to the same unknown object, the only way is using the named unknown object assigned with ∅ to replace the operand _ s. If there is no space among the operand _ and another characters, what matched is not an object, it is the object symbol characters match. However, each symbol and character is an object too.

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 ⊧ ⇒ →

Rule operator ⊧ 
A ⊧ B ≡ if A then B ≡ A causes B 
This can be used in branch control and rule proofing at the same time.

NextStep operator ⇒ 
A ⇒ B ≡ A and then B ≡ B after A 
Stint B will be enabled only when A is completed.

To operator → 
A → B ≡ A to B ≡ B has A 
The value assignment is the sub-object assignment. Operator "has" has the meaning of adding. If you want to replace what the B has or is completely, you must assign the null operand ∅ to B first as B = ∅. In a case, B may be a place and A may be a moving object.

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 ∀ ∃

∀ operand ≡ for each sub-object of the operand
∃ operand ≡ select one sub-object of the operand

Associated by the operator ∀ or ∃, the operand is regarded as a collection, and its first level sub-objects are regarded as elements of a collection.

After any formula solving, there is a collection of combinations of the assigned unknown content operands gotten. We can use the operator ∀ to produce the macro for each, or use the operator ∃ to choose one.

2018年8月1日星期三

operator ¬ ? $

Not

¬( operand operator operand ) ≡ operand ¬operator operand

Query

?( operand operator operand ) ≡ operand ?operator operand

Associate

$( operand operator operand ) ≡ operand $operator operand

The 3 operators are little like the class default behaviors such as constructor and destroyer in the traditional object oriented system. They are the default operators of operators which also have the mechanism of inheritance little like classes.

2018年7月30日星期一

operator ' and `

But the operator also has its sub-objects as operands and behaviors as operators, so it is necessary to separate the object oriented operator ' and the mathematical operator ' . Which one will be changed to be ` ? What I think is the mathematical operator because the transpose has the meaning of inversion and reversion, and the differential also has the negative meaning. So let us change the mathematical operator ' to operator ` .

Then:

operand ` ≡ transpose of operand

operator ` operand ≡ differential of operator(operand)

operator ' operand ≡ operand @ operator

operator ' sub-operator ≡ sub-operator @ operator

Why do we not use the operator "." for the sub-object? In case of the sub-object "integer.decimal". The value of an object are its sub-objects, and the terminal value in the end of the object collection graph is the symbol of its terminal object. The symbol of an object may be pure number, __.__ is a symbol and value, how to express a sub-object of an object? So we use the operator ' .

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)

2018年7月29日星期日

Exponential operator

I do not write the exponent as a small word binded in the upper right corner because the nested exponent results in the upper right corner words smaller and smaller till they are hard to be written. So I use the operator ^ to bind the exponent even though handwriting not typing.

I had told you the original definition of the Cloud in 2000 was that "users and applications do not need to care about where the software are" before it was sent to the ANSI to be a wrong definition in 2006, why did you still separate the Cloud and the Fog (Edge) like you still separate the servers and the clients? Why did you still regard the Cloud as the servers even though the servers were dynamically allocated? Please regard the whole network as one host and develop the dynamically distributing operating system actively to push the real Cloud to come true.

2018年7月23日星期一

What the neural networks

As the processors in computers were never called the electronic brain, the neural networks we usually called before should not be called neural networks. They belong to the 5th generation computers; the real neural networks belong to the 6th generation computers.

operator operand

X = [1,2;3,4;5] ≡ X = [[1,2];[3,4];5] ≡ X = [1,2] ; X = [3,4]  ; X = 5

,  ≡ ∧
;  ≡ ∨

the association of "," is prior to ";"

X = [ ] ≡ X = null

obj ‘ sub ≡ sub @ obj
obj behavior ¬≡ behavior @ obj
obj # n ¬≡ obj ‘ # n

operand operand ≡ operand * operand
operator operand ≡ operator ( operand )

the association of "*" is prior to all another operators

operator operand operand ≡ operator ( operand * operand ) 
operator operator operand ≡ operator ( operator ( operand ) ) 

f ∈ operator, ∀o ∈ (x,y): o ∈ operand
⇒ f x y ≡ f ( x * y ) ¬≡ f ( x, y )

Run-time dynamic definition example:

g ∈ operator ⊧ f(x,y,z) ≡ ( g y ) ( ( g ^ (-1) ) x y ) ,
g ∈ operand ⊧ f(x,y,z) ≡ ( f g y ) ( ( f ^ (-1) ) (y,z) )

2018年7月22日星期日

The imitating and synthesizing

The audio and video communication can be imitated and synthesized, several times the counterfeitings from the opponent were seen through in the reaction mode of the temporary interaction. Will what signals the AI imitates be not only the outer representation in the next? It will be much more and more difficult.

The tactics and strategy view

Do not let the tactics and the strategy in two separated views . They are better to be interacted in the same view.

operator #

obj ‘ sub ≡ sub @ obj
¬ ( obj behavior ≡ behavior @ obj )
¬ ( obj # n ≡ obj ‘ # n )
obj#n 代表第n个class为obj的object,@ set
obj’#n 代表obj的第n个sub-object,@ collection

What is real?

As there will be the real Cloud, there will be the real neural network. But the real Cloud may come true in several years; the real neural network may be several 10 years.

🤖

La vizio de la Oksigena Plano je la komenco de la jarcento estis lasi homojn helpitajn per artefarita inteligenteco laboras aŭ studi ien ajn kaj iam ajn, sed hodiaŭ ĝi estis evoluigita por esti monitorita de la artefarita inteligenteco kiam homoj laboras aŭ studas. La originala celo liberigo fariĝis kontrolo.

The vision of the Oxygen Plan at the beginning of the century was to let people assisted with the artificial intelligence work or study anywhere anytime, but today it has been developed to become monitored by the artificial intelligence when people work or study. The original purpose of liberation has become control.

2018年6月9日星期六

Virtual Reality 和 Reality 是不是同一回事?

在于 Spatial Mapping 的精准度与解析度,只要夠接近,基本上在 VR 里 run 的就是在 reality 实际 run 的。如外在世界不到脑里形成不失真的 VR,大脑又何从思考做出判断以传令予肢体应对 reality ?对 reality 有准确的认识,在脑里 VR 演练过多回,到 reality 实行时方能一次做对。在 VR 里失误不会有损失,在 reality 失误就是实质的损失。