So many people regard servers as Cloud. However, your handy device is one piece of the Cloud too no matter how tiny it is. So many tiny devices could be organized as a super computer by the Cloud operating system.
2017年12月11日星期一
☁ Could Cloud
2017年12月6日星期三
☁
There is no remote storage.
There is only remote memory.
Each host swaps the senses between local memory and local storage automatically at background by themselves.
However, you also can regard there is no remote memory.
The distributed operating system swaps the senses between local memory and remote memory as cache automatically at background.
By this way, you can regard the whole network as one host.
Without this, it is not true Cloud.
2017年7月28日星期五
Basic AI
No matter the Mathlab solves the formulas or the Prolog drives the rules or Siri or Cortana processes the natural language, they are functions processing the strings as parameters. What I want is the processor directly runs in formulas, rules, and sentences as programs but not only processes the string as text.
2017年6月17日星期六
The time spent way for few objects is to call all objects one by one to calculate whether the touched points are within the scope of the objects projected on the screen flat and then do something each cycle.
The space spent way for lots of objects is to assign the object references together with the pixels while projecting the dimensional objects to the screen flat and later call the objects directly by the references at the positions when they are touched.