2022年6月22日星期三

2D ➡️ 3D ➡️ #D

Anstataŭ sinkronigi 3D objektojn kun la ostoj kaj artikoj de la mezlinio de la rando akirita de la kolordiferenco kaj distancdiferenco de la 2D bildo, la pli bona nova maniero estas rekte skani la 3D staton de la reala mondo en la virtualan spacon por kuri la fizika simulado de kolizio kaj moviĝo.

Mi forigis la 2D desegnan modulon kaj rekte uzas la 3D bildigan modulon por prezenti la 2D objektojn, ĉu mi ankaŭ forigi la 3D modulon kaj rekte uzi la plurdimensian modulon por pritrakti ĉion? 

2022年6月11日星期六

Same kiel ĉio en la ekrano nur aperas kiam ĝi estas bezonata kaj malaperas kiam ĝi ne estas bezonata, 
ĉio ekster la ekrano nur disetendiĝas kiam ĝi estas bezonata kaj faldiĝas en la muron kiam ĝi ankaŭ ne estas bezonata. 

2022年5月31日星期二

The travelers in the graph processor

The new graph processor uses the travelers to replace the program counters in the old sequential processor. 

The travelers in the graph machine are not the address registers in the old sequential processor, they are the node markers shifting through the switches network.

2022年5月30日星期一

Subgraph = class

There are several the same subgraphs in a large graph can be overlapped to be only one in the memory as a class, and then the boundaries between the overlapped subgraph and the large graph holes formed after the subgraphs cutted can be regarded as the instances of this class.

There may also be several the same subgraphs in a subgraph. Travelers remember one more boundary each time crossing a boundary into a subgraph, and forget the last added boundary when exiting a subgraph. Via these remembered boundaries, the travelers from different instances can go back where they came after they leave the class traveling. 

It is possible to have different subgraph within an overlapped graph, in this condition, there are several different boundaries at the same place.

2022年5月22日星期日

New software making way wanted

The traditional way of making software is to write a whole document and hand it over to the compiler to convert to a sequence of instruction codes. 

What we want is to generate and modify the software in frequent interactive conversations during runtime. 

The software is composed of Senses. 
Everything is Sense, all time is runtime.

2022年5月2日星期一

The ports of the Sense Graph chip

There are two basic interfaces among the Sense Graph chips:

1. sentences stream conversation port 

2. data flow channel ports connecting the switches network across chips 

Compare with the memory address output port and the instruction / data port of the traditional stack processor.

2022年4月11日星期一

The magnetic deformation clay

The magnetic deformation clay is suitable for the magnetic control from outside to inside but not for inside to outside because the internal generation ability of the magnetic field is not larger than external control. 






2022年2月8日星期二

The Metaverse on the Cloud

The real cloud operating system is to let people only need to focus on developing algorithms regardless of how many hardwares their software will be distributed on and the network bandwidth among the hardwares.  

The real metaverse is to let people only need to focus on acting in the virtual space and the operating system automatically syncs with the reality.

2022年1月28日星期五

Robot

The humanoid robot is for the human emotion, not the best work or combat machine. The machines dispatched on the front line should be omnidirectional, and the joints should be rotated at all angles.  The machines created by the creatures with heads and tails seem not easy to get out of heads and tails: cars, ships, aircrafts............

2022年1月23日星期日

Metaverse @ Cloud

Cloud: the union of storages, computing and communication resources of the whole world. 

Metaverse: the union of virtual realities (synchronizing or no synchronizing with realities) of the whole world.

2022年1月5日星期三

The Real Cloud

The real Cloud should let the application softwares do not need to care about what type and how many hardwares to execute. 

In addition to the Cloud hardware scalability, the Cloud software must be scalable too to be easy to move and dynamically allocate during runtime. 

What the goal the Real Cloud system really wants is not only a traditional client-server architecture even if the services could be moved and dynamically allocated during runtime on different servers, but also a peer to peer architecture among big and small hardwares. 

2021年11月2日星期二

Design in an editor, save to a file, and then load the file to the other simulator. That is an old generation way. 

The new generation way is: designing and simulating, all of interactions are in the same distributing virtual reality by the access permission management without any file loading and saving. 

2021年9月23日星期四

The general purpose Cyber Physical System needs:

1 kind of thread to read the inputs from each local sensor to update the Distributing Virtual Reality 

1 kind of thread to recognize the 3D images in the Distributing Virtual Reality to be 3D objects 

1 kind of thread to offer the local user interaction with the Distributing Virtual Reality 

1 kind of thread to read the registered senses in the Distributing Virtual Reality to update each local actuator in the real world

2021年7月18日星期日

Spherical Shell

Basically, 6 pieces of the information eye (face) masks form a spherical shell, and it becomes a head hood when 1 piece of them is opened. 


2021年5月15日星期六

Graph machine & Replacement machine

Graph machine 是模拟人在阅读或算式的过程是先同时看到几个重要关键的字符再系结旁边的字符组成认知图而理解一段文式然后进行思考。

Replacement machine 是模拟人在阅读或算式的过程会逐步将文式片段转换成自己已理解的片段,多次返复代换到最后其实就是结果与答案了。

Graph machine & Replacement machine

Graph machine 基本是依结合优先顺序透过 comparation gate array 同时并行位移比对将 match 到多个 Sense 中取左边第一个连接到动态配置的 virtual wire 上,之后 sense 欲变更 virtual wire 的连接状态亦是相同的方式输出 senses 到 comparation gate array 上。

Replacement machine 基本透过 comparation gate array 与 replacement table 做同时并行位移比对将 match 到的片段 replace,返复进行至没有任何 match 了即为运算完成。排在 table 前面的优先 replace 即达 graph machine 中结合力较强的 operator 优先结合的效果,过程中遇到 definition keyword 就将片段加入 table 或从其刪除。

两者对括号的处理方式都是在比对到左括号时都暂不 connect 或 replace ,后面再一并进行消括号的动作,自多个左括号处同时并行向右位移比对出右括号,左右括号间仅存在一 Sense 即消掉左右括号,接着再重复前面的动作 loop 至不再比对出任何括号,若自左括号处向右位移比对到左括号则什么都不做、等待下一 loop 后面再重复进行一次。

Graph machine 是接线生的角色,接完线后 graph 自己是线路、自己在动;Replacement machine 的 senses 则完全是被动处理,纯粹是 data。

Can these two machines be combined to be one machine?

2021年5月14日星期五

Not login to the server, login to the local sense and the system automatically synchronizes the senses @ different machines by caching each other @ the distributing virtual memory. 

How to make the access permission security in this condition? 

The key is there should be the hardware circuit for the access permission control built in the memory and storage, and then the server will be not necessary. 

2021年3月18日星期四

Deformable wing


吾本欲照此改滚球面展开翼然多个问题:翼面要考虑滚行接触地面的应力。

2020年10月13日星期二

立体环场空间状态扫描采主动式射频回波测距在军用上会暴露行踪、在民用上亦易造成干扰;有一种演算法可以从多角度被动式摄得的平面影像合成立体模型可是运算量极为庞大。道路上车辆颇多,有车联网共享,多角度影像是随时大量在取得,若各车备多些运算资源就可以分担中心的运算。车多时倾向多车组成的 near cloud 而疏解与中心的通讯负担,车少时附近运算资源不足而远端通讯带宽反就充足所以倾向 far cloud,如此即需要底层分布式操作系统自动调节运算分布方为完整的 Cloud。

2020年9月23日星期三

The submarine vision

The submarine only can hear the sounds but can not see the image? No no no, the computer can synthesis the visual graphic from the sonar data and integrate the sonar data from different submarines or another units by the sound communication to be a virtual reality basically, and render with the neural database advancedly.


The software operator

Implementing the operator by the memory has more cost than the fixed hardware operator. But in order to implement the flexible bandwidth, the link cost on the switches network is much more if using the hardware operator, so the cost spent on the software operator is acceptable.