Fear and imagination in blockchain

sclv
4 min readAug 16, 2020

Any mention of bitcoin, blockchain, and other cryptocurrencies is often fatal. It is necessary to accidentally say bitcoin or just cryptocurrency, and I have met many people who, after that, could not talk about anything else. Of course, there are those inhabitants of the Earth, whom fate has completely passed. I even admit that there are still a lot of them. For now, this can be designated as a temporary phenomenon. Some time will pass, and everything will fall into place, when everything is sorted out in everything. I also thought before, and often said that this technology is obviously very promising, while having a very vague idea of what I had told. Now I am reading something and began to understand something. I immediately expressed something powerful on this topic. This means that I, since the word was uttered by me, must speak until I fall in complete exhaustion. And then get up and talk again. So what does blockchain have to do with my proposed bracelet here? Concepts. Well this thing is said to be good for all sorts of things, easier good for everything. It’s not just money. Of course, probably, since this cannot be, good for everything. For some business, this is clearly not suitable. Say for a flight to Mars? Is that okay? So immediately it looks like no. However, if funding for the flight is collected in bitcoins, then it is suitable for a flight to Mars.

Is it good for software? It seems that yes. I remember exactly that somewhere I heard absolutely unambiguously that the blockchain platform is also suitable for the OS.

Microcontroller programming has not been done from scratch for a long time. There is even an RTOS. It is such an operating system for microcontrollers. A real-time operating system that I would rather not use. Why don’t I want to use RTOS? Because I hadn’t done two things before. I seriously did not sit down to write my own Operating System, and I did not suffer a serious crisis in this direction. I don’t know what is good about RTOS because I don’t understand what’s inside. It seems to me that the treasured while True is hidden in a giant pile of lines of code, and all the other millions of lines are written with one single purpose so that it cannot be found. That it would be impossible even to guess where to look. As long as the infinite loop block is explicitly present in the examples of the microcontroller firmware, you can at least see it with your own eyes. And draw conclusions about general imperfection. When RTOS is everywhere, darkness will fall and everyone will see the stars. So the blockchain is a chain, I read it myself and I didn’t read Satoshi Nakamoto further. I understood what he meant. Perhaps there was something else, but I didn’t get to that. Let’s go back to my bracelet again. I think I started with this. I have already said that this is a closed chain. Microcontroller ring. That is, a closed cycle is already a given. I even wrote a little micropython code to show how it would work. That is, the modules will rotate TRUE in a circle. And this is just the beginning. It will be even cooler further. The whole core will torning in a circle inside hardware . The kernel or something like that will be virtual. Almost all. And the periphery with the user interface will be pulled behind it. Of course, from somewhere, all this must be managed. The module that received True will be the main one at the moment, and all commands will be executed from it. Why is this architecture needed? Although the kernel will be 80 percent virtual, all functions will be available to it. And here we come back to blockchain. There, each separate block contains information about the entire system. This allows us to make the system decentralized and independent. In my case, each module contains some kind of physical periphery, and the other does not. But the module to which control has been transferred at the moment may have, in addition to a physical communication channel with its own periphery, information from previous modules. This is a complete block of information from everywhere. Here, first of all, the information received from the periphery is important. That is, the question is how much this information has a price. It depends on whether this module will be the master or not. It’s like a team. The ball is driven by the one who is in a comfortable position closer to the goal. More precisely, they are trying to give him the ball. The screen control module will never receive the ball, because screen this is its own. A module with physical gyroscopes can take over the whole game if the data flow there exceeds all others. This means that there is a high probability that some gestures of an urgent control character will appear. On the other hand, something may not work or be ready to go. And then the module gives control with the corresponding alarm label. This mark thus appears for everyone, and can affect the execution of external user commands. This can be interpreted as some kind of fear present in the system. I have already written that fear is a feeling, one might even say a sense organ opposite to imagination. Imagination presupposes the fulfillment of some goal, fear is a deterrent. If the level of fear is high enough, the action does not take place physically, but takes place in a virtual area. The system is checked for possible readiness, but the action itself does not occur.

ttps://medium.com/@SeregeSokolov/microcontroller-for-bracelet-65f514c81eb9

--

--