All things being equal = Everything happens as expected
Ego = 1 / Knowledge Albert Einstein: "More the knowledge lesser the Ego, lesser the knowledge, more the Ego".
Albert Einstein:"We should take care not to make the intellect our god; it has, of course, powerful muscles, but no personality."
import math
class Supreme_Wisdon
knowlege = math.inf
def __init__(self):
print('All things being equal = Everything happens as expected')
def ego(knowledge):
return 1/knowlege
def power():
return knowlege
def personality():
return 1/power
def being():
return 1/knowlege
def time_frame():
return float(knowlege)
def life():
return 1/time_frame
明心见性 Consciousness Nothing else but understanding the abstract "I"
诗曰 欲进又徘徊,心危事不危。水边人指引,名利得荣归。 The prophetic poem said that I wanted to go forward, but it was just doubting and wandering. My heart was in danger, but in fact everything was fine. When I am guided by people living by the water, fame and fortune will be rewarded.
可以简单理解为,空是 abstract class (虚类), 色就是 concrete class (实类), 相是 object (对象) An object is an instance of a class .
class 都是 抽象 (abstract), abstract class (虚类)侧重概念 - 无为法 , concrete class (实类)侧重实现方法 - 有为法
举例: 你看见的一支猫。 这里的猫是我们说的相 (object) 这只猫是黑猫。 后面的黑猫是实类。 (concrete class) 黑猫是猫。 猫是虚类。 (abstract class)
这个例子是我们的心从具体(instance)到抽象 (abstract)的一个方法。可证实的方法。
世界(宇宙)是一个正在运行的大型虚拟系统(instance)。这样的世界(class)可能有许多个实例,但我们所在的宇宙(instance)只会有一个。A cloned object is new object.
我(Object)是人类(class)的一个实例(instance),这种概念是以把我当作一个Object来看的, 我(Object)实现了 state pattern. (State is a behavioral design pattern that lets an object alter its behavior when its internal state changes. It appears as if the object changed its class.)
can't use this (me), 无我 can't instantized 无人 can't multiple inheritance 无众生 no new and dispose method, no life time 无寿者
当我们有sdk资源时,我们可以debug系统的运行,理论上所有的参数都是伪随机数,只要输入同样的参数,输出就是一样的。 精确的测试应该能在这个世界之外完成,就测试原则来说,不能在运行的系统之中做测试,我们总要分离测试数据和测试结果才能得到正确的测试或训练系统模型。
我们是这个世界的 NPC (non-player character) 还是Player? 就普遍而言,我们应该是这个世界里面的NPC, 来自外部Palyer 也一定存在,存在方式不确定(各种各样,不是只有直接控制一种方法)。