{"id":1897,"date":"2025-03-25T20:48:23","date_gmt":"2025-03-25T17:48:23","guid":{"rendered":"https:\/\/energypsy.ru\/?p=1897"},"modified":"2025-04-01T21:05:34","modified_gmt":"2025-04-01T18:05:34","slug":"information-properties","status":"publish","type":"post","link":"https:\/\/energypsy.ru\/?p=1897","title":{"rendered":"Information. Properties"},"content":{"rendered":"\n\t<style>\n\t.wpSimpleSearchInput\n\t{\n\tborder-radius:4px;width:100%;font-size:105%;\t\n\t}\n\t.wpSimpleSearchButton\n\t{\n\tborder-radius:10px;cursor:pointer;\n\tbackground-color:rgb(240, 240, 240);\t\t\n\t}\n\t.wpSimpleSearchButton:hover\n\t{\n\tbackground-color:silver;\n\t\t\n\t}\n\n\t.wpSimpleSearchResultsDiv{\n\tdisplay:none;\t\n\tposition:fixed;\n\ttop:-10vh;\n\tleft:0px;\n\tmargin:0px;\n\twidth:100vw;\n\theight:110vh;\n\tbackground-color:#fafafa;\n\tz-index:1000;\n\ttext-align:center;\n\tmax-height: none;\n\tmax-width: none;\n\t}\n\n\t.wpSimpleSearchResultsBorderDiv\n\t{\n\tmargin-top:11vh;\n\tdisplay:inline-block;\n\tmargin-left:auto;\n\tmargin-right:auto;\n\tborder-radius:4px;\n\n\tborder: 1px solid silver;\n\tbox-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\n\tbackground-color:white;\n\tz-index:1100;\n\tpadding:5vmin;\n\n\t}\n\n\n\t.wpSimpleSearchResultsContentDiv{\n\tdisplay:inline-block;\n\t\n\tmax-height:80vh;\n\toverflow-y:scroll;\n\t\n\t}\n\n\t.wpSimpleSearchResultsCloseButton{\n\tborder: 1px solid silver;\n\tbox-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\t\n\tfloat:right;\n\tmargin-right:4vw;\n\tcursor:pointer;\t\n\n\t}\n\n\t.wpSimpleSearchResultsCloseButton:hover{\n\tfont-weight:bold;\n\tcolor:maroon;\t\n\t}\n\n\t.wpSimpleSearchResultsItem{\n\twidth:20vw;\n\tdisplay:inline-block;\n\tfloat:left;\t\n\ttext-align:left;\t\n\t}\n\n\t.wpSimpleSearchResultsItemText{\n\tdisplay:inline-block;\n\twidth:100%;\n\tmax-height:40vh;\t\n\toverflow-y:scroll;\t\n\t}\n\n\t.wpSimpleSearchHref{\n\ttext-decoration:none;\n\tcursor:pointer;\t\n\t\t\n\t}\n\n\t.wpSimpleSearchHref:hover{\n\t\t\n\tcolor:darkblue;\t\n\t}\n\t<\/style>\n\t<div class=\"wpSimpleSearchResultsDiv\" id=\"idSimpleSearchResultsDiv\">\n\t<br>\n\n\n\t<div class=\"wpSimpleSearchResultsBorderDiv\">\n\t<button class=\"wpSimpleSearchResultsCloseButton\" onClick=\"hideSimpleSearchResults();\">&#x2718;<\/button>\t\n\t<br>\n\t<div class=\"wpSimpleSearchResultsContentDiv\" id=\"idSimpleSearchResultsContentDiv\">\n\n\n\n\n\t<\/div>\n\n\t<\/div>\n\t<\/div>\n\n\t <div id=\"wpSimpleSearchDiv\" style=\"opacity:1;margin-top:0px;display:inline-block;float:right;width:18vmin; border-radius:4px;border: 1px solid silver;box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\">\n\t<table style=\"width:100%\">\n\t<tr>\n\t<td>\n\t<input type=\"text\" class=\"wpSimpleSearchInput\" id=\"wpSimpleSearchField\">\n\t<\/td>\n\t<td ><span style=\"margin-left:18px;\" class=\"wpSimpleSearchButton\" onClick=\"wpSimpleSearchReq();\" >&#x1f50d;<\/span><\/td>\n\t<\/tr>\n\t<\/table>\n\t<\/div>\n\t<br><br>\n\t<script>\n\t\t\n\tfunction wpSimpleSearchCheckMarks()\n\t{\n\tconst searchParams = new URLSearchParams(window.location.href);\n\n\tif(searchParams.has('mark'))\n\t{\n\t\t\n\tvar mark=searchParams.get('mark')\n\tvar markInstance = new Mark(document.body);\n\n\tvar options={\n\t'diacritics':false,\n\t'separateWordSearch':false,\t\n\t\t\n\t};\n\n\tmarkInstance.mark(mark , options);\t\n\t}\n\t\t\n\t}\n\n\tdocument.addEventListener(\"DOMContentLoaded\", (event) => {\n\t\n\t  wpSimpleSearchCheckMarks();\n\t});\n\n\tfunction hideSimpleSearchResults()\n\t{\n\tvar rDiv=document.getElementById('idSimpleSearchResultsDiv');\n\tif(!rDiv){console.log('cannot find results Div!');return;}\t\n   \n\n\trDiv.style.display='none';\t\n\t\n\t\/\/document.body.style.overflowY='initial';\n\t\t\n\t}\n\n\tfunction markText(toFind,text)\n\t{\n\tvar toFindL=toFind.toLowerCase();\n\tvar textL=text.toLowerCase();\n\n\tvar rv='';\n\n\tvar fa=textL.split(toFindL);\n\n\tif(fa.length<2)return text;\n\n\tvar index=0;\n\n\tfor(var i=0;i<fa.length;i++)\n\t{\n\trv=rv+text.substr(index,fa[i].length);\n\n\tindex+=fa[i].length;\n\n\tif(i<(fa.length-1)){rv=rv+'<mark class=\"wpSimpleSearchMark\">'+text.substr(index,toFind.length)+'<\/mark>';index=index+toFind.length;}\n\n\t\t\n\t}\n\n\n\treturn rv;\t\n\t}\n\n\n\n\tfunction wpSimpleSearchIsOnTheScreen(elem, allowElemBehind = false, allowElemAhead = false) {\n\t\tconst scrollDist = document.documentElement.scrollTop;\n\t\tconst elemOffset = window.scrollY + elem.getBoundingClientRect().top; \n\n\t\tif (!allowElemBehind && !(elemOffset + elem.offsetHeight > scrollDist))\n\t\t\treturn false;\n\t\t\n\t\tif (!allowElemAhead && !(scrollDist + window.innerHeight > elemOffset))\n\t\t\treturn false;\n\n\t\treturn true;\n\t}\n\n\n\tvar wpSimpleSearchItems=[];\n\n\n\tfunction wpSimpleSearchScrollVisibles()\n\t{\n\n\tfor(var i=0;i<wpSimpleSearchItems.length;i++)\t\n\t{\n\tif(wpSimpleSearchItems[i].scrolled==true)continue;\t\n\n\tif(wpSimpleSearchIsOnTheScreen(wpSimpleSearchItems[i].div)){\n\twpSimpleSearchItems[i].mark.scrollIntoView();\n\twpSimpleSearchItems[i].scrolled=true;\t\n\t}\n\t}\t\n\t}\n\n  \n\n\tfunction showSimpleSearchResults(text,res)\n\t{\n\tvar rDiv=document.getElementById('idSimpleSearchResultsDiv');\n\tvar cDiv=document.getElementById('idSimpleSearchResultsContentDiv');\n\n\tif(!rDiv){console.log('cannot find results Div!');return;}\t\n\tif(!cDiv){console.log('cannot find content Div!');return;}\t\n\n\n\/\/document.body.style.overflowY='hidden';\n\n\tvar rStr='<table style=\"width:100%;  border-collapse: separate; border-spacing: 2em;\">';\n\n\n\n\tfor(var i=0;i<res.length;i++)\n\t{\n\n\tvar title=res[i].title;\n\n\tvar cnt=res[i].preview;\n\n\tvar url=res[i].url;\n\n\tif(url.indexOf('?')!=-1){url=url+'&mark='+encodeURIComponent(text);}\n\telse{\n\tvar lc=url.charAt(url.length - 1);\n\tif(lc!='\/'){url=url+'\/';}\t\n\turl=url+'?mark='+encodeURIComponent(text);}\n\n\trStr=rStr+'<tr >'+\n\t'<td style=\"width:100%;border-radius:4px;border: 1px solid silver;box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\">'+\"\\n\"+\n\t'<b><a class=\"wpSimpleSearchHref\" href=\"'+url+'\" target=\"_blank\">'+markText(text,title)+'<\/a><\/b><br><hr \/>'+\"\\n\"+\n\t'<div class=\"wpSimpleSearchResultsItemText\">'+markText(text,cnt)+'<\/div>'+\"\\n\"+\t\n\t'<\/td>'+\"\\n\";\n\n\n\trStr=rStr+'<\/tr>';\t\n\t}\n\n\trStr=rStr+'<\/table>'+\"\\n\";\n\tcDiv.innerHTML=rStr;\n\trDiv.style.display='inline-block';\n\n\tcDiv.scrollTop = 0;\n\n\tvar items=cDiv.querySelectorAll('.wpSimpleSearchResultsItemText');\n\n\twpSimpleSearchItems=[];\n\n\tfor(var i=0;i<items.length;i++)\n\t{\n\tvar marks=items[i].querySelectorAll('.wpSimpleSearchMark');\t\n\tif(marks.length>0)\n\t{\n\tvar cm=marks[0];\n\twpSimpleSearchItems.push({'div':items[i],'mark':cm,'scrolled':false});\t\n\t}\t\n\t}\n\n\t\/\/cDiv.onscroll=function(){wpSimpleSearchScrollVisibles();}\n\n\twpSimpleSearchScrollVisibles();\n\n\n\tcDiv.scrollTop = 0;\n\t}\n\n\n\tvar wpSimpleSearchFieldAnimationTime=25;\t\n\tvar wpSimpleSearchDivMax=36;\n\tvar wpSimpleSearchDivMin=18;\t\n\n\tvar wpSimpleSearchDivGrowing=false;\n\n\tvar wpSimpleSearchField=document.getElementById('wpSimpleSearchField');\t\n\tvar wpSimpleSearchDiv=document.getElementById('wpSimpleSearchDiv');\t\n\tif(wpSimpleSearchField){\n\twpSimpleSearchField.addEventListener(\"keyup\", ({key}) => {\n\t\tif (key === \"Enter\") {\n\t\t wpSimpleSearchReq();\n\t\t}\n\t});\n\n\twpSimpleSearchField.addEventListener(\"focus\", (event) => {\n\t\t\n\twpSimpleSearchDivGrowing=true;\n\trequestAnimationFrame(wpSimpleSearchDivGrow);});\n\n\twpSimpleSearchField.addEventListener(\"blur\", (event) => {\n\twpSimpleSearchDivGrowing=false;\n\trequestAnimationFrame(wpSimpleSearchDivShrink);});\n\t}\n\n\tvar wpSimpleSearchDivFadingIn=false;\n\n\tfunction wpSimpleSearchDivFadeIn()\n\t{\n\tif(wpSimpleSearchDivFadingIn==false)return;\t\n\tif(!wpSimpleSearchDiv)return;\n\tvar co=parseFloat(wpSimpleSearchDiv.style.opacity);\t\n\tif(co>0){co=co-0.1;wpSimpleSearchDiv.style.opacity=co;requestAnimationFrame(wpSimpleSearchDivFadeIn);}\n\telse{wpSimpleSearchDivFadingIn=false;requestAnimationFrame(wpSimpleSearchDivFadeOut);}\n\t}\n\n\tfunction wpSimpleSearchDivFadeOut()\n\t{\n\tif(wpSimpleSearchDivFadingIn==true)return;\t\n\tif(!wpSimpleSearchDiv)return;\n\tvar co=parseFloat(wpSimpleSearchDiv.style.opacity);\t\n\tif(co<1){co=co+0.1;wpSimpleSearchDiv.style.opacity=co;requestAnimationFrame(wpSimpleSearchDivFadeOut);}\n\t\t\n\t}\n\n\n\tfunction wpSimpleSearchDivGrow()\n\t{\n\tif(wpSimpleSearchDivGrowing==false)return;\n\tif(!wpSimpleSearchDiv)return;\n\tvar cs=parseInt(wpSimpleSearchDiv.style.width);\n\tif(cs<wpSimpleSearchDivMax){cs++;wpSimpleSearchDiv.style.width=cs+'vmin';requestAnimationFrame(wpSimpleSearchDivGrow);}\n\n\t}\n\n\n\tfunction wpSimpleSearchDivShrink()\n\t{\n\tif(wpSimpleSearchDivGrowing==true)return;\t\n\tif(!wpSimpleSearchDiv)return;\n\tvar cs=parseInt(wpSimpleSearchDiv.style.width);\n\tif(cs>wpSimpleSearchDivMin){cs--;wpSimpleSearchDiv.style.width=cs+'vmin';requestAnimationFrame(wpSimpleSearchDivShrink);}\n\t\t\n\t}\n\n\tasync function wpSimpleSearchReq()\n\t{\n\tif(!wpSimpleSearchField)return;\n\n\tif(wpSimpleSearchField.value=='')return;\n\n\tvar toSend=encodeURIComponent(wpSimpleSearchField.value);\n\n\tvar tm=new Date().getTime();\n\n\tvar reqStr=\"https:\/\/energypsy.ru\/wp-content\/plugins\/wpSimpleSearch\/search.php\"+'?q='+toSend+'&tm='+tm;\n\n\t  const response = await fetch(reqStr);\n\t  var cnt = {'q':wpSimpleSearchField.value,'r':[]};\n\t  if(response.ok){cnt=await response.json(); \n\t\t  \n\t\t  var results=cnt.r;\n\t\t  var reqTxt=cnt.q;\n\t\t  if(results.length>0)\n\t\t  {\n\t\t  wpSimpleSearchField.blur();\n\t\t  showSimpleSearchResults(reqTxt,results);\t  \n\t\t\t  \n\t\t  }\n\t\t  else{wpSimpleSearchDivFadingIn=true;requestAnimationFrame(wpSimpleSearchDivFadeIn);}\n\t\t  \n\t\t  }\n\t  else{console.log('Search plugin request error!');return;}\n\n\t\t\n\t}\n\n\t<\/script>\n\t    <div style=\"margin-top:0px;display:inline-block;width:18vmin;float:right;border-radius:4px;border: 1px solid silver;box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);\">\n\n<table style=\"margin-left:4%;width:96%\" >\n<tr>\n<td>\n<a href=\"https:\/\/energypsy.ru\/?p=1062\"\nclass=\"langPanelA\" id=\"wpLangPanelRu\"\n lang=\"ru-RU\" hreflang=\"ru-RU\"  style='text-decoration: none;font-family:Georgia, \"Bitstream Charter\", serif;font-size:12px;' >\n<img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAdVBMVEX19f\/u7vjm5\/H+\/v75+fng4Ove3ulFRfyysv6cnP6QkPmIiPh\/f\/YAAOYAAP1ycv5QUP06OvkxMfcoKPcgIPYUFPS0AADdaYzTRG\/RPGnOM2LKLFzIIVPCEUZ7AAD0AQH7YGH3ODj0JyfzERDgAAD4TU3pAABIfLuPAAAAT0lEQVR4AQXBAQqDMAAAsZytyHzA\/v9LYRS7JIAQMkBb0ATsgLoKInnHvIrHrdRaBzxupTDxuFUifUsp4R3zU4iwzmOyT1ibBtP2u3C+wB+SHBB5JNY7DAAAAABJRU5ErkJggg==\" title=\"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\" alt=\"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\">\n<span style=\"margin-left:0.1em;\">\u0420\u0443\u0441\u0441\u043a\u0438\u0439<\/span><\/a>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<a href=\"https:\/\/energypsy.ru\/?p=1897\"\nclass=\"langPanelA\" id=\"wpLangPanelEn\"\n lang=\"en-US\" hreflang=\"en-US\"  style='text-decoration: none;font-family:Georgia, \"Bitstream Charter\", serif;font-size:12px;'>\n<img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK\/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHzSURBVHjaYkxOP8IAB\/\/+Mfz7w8Dwi4HhP5CcJb\/n\/7evb16\/APL\/gRFQDiAAw3JuAgAIBEDQ\/iswEERjGzBQLEru97ll0g0+3HvqMn1SpqlqGsZMsZsIe0SICA5gt5a\/AGIEarCPtFh+6N\/ffwxA9OvP\/7\/\/QYwff\/6fZahmePeB4dNHhi+fGb59Y4zyvHHmCEAAAW3YDzQYaJJ93a+vX79aVf58\/\/69fvEPlpIfnz59+vDhw7t37968efP3b\/SXL59OnjwIEEAsDP+YgY53b2b89++\/awvLn98MDi2cVxl+\/vl6mituCtBghi9f\/v\/48e\/XL86krj9XzwEEEENy8g6gu22rfn78+NGs5Ofr16+ZC58+fvyYwX8rxOxXr169fPny+fPn1\/\/93bJlBUAAsQADZMEBxj9\/GBxb2P\/9+S\/R8u3vzxuyaX8ZHv3j8\/YGms3w8ycQARmi2eE37t4ACCDGR4\/uSkrKAS35B3TT\/\/\/\/wADOgLOBIaXIyjBlwxKAAGKRXjCB0SOEaeu+\/y9fMnz4AHQxCP348R\/o+l+\/\/sMZQBNLEvif3AcIIMZbty7Ly6t9ZmXl+fXj\/38GoHH\/UcGfP79\/\/BBiYHjy9+8\/oUkNAAHEwt1V\/vI\/KBY\/QSISFqM\/GBg+MzB8A6PfYC5EFiDAABqgW776MP0rAAAAAElFTkSuQmCC\" title=\"English\" alt=\"English\">\n<span style=\"margin-left:0.1em;\">English<\/span><\/a>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<a href=\"https:\/\/energypsy.ru\/?p=2174\"\nclass=\"langPanelA\" id=\"wpLangPanelEs\"\n lang=\"es-ES\" hreflang=\"es-ES\"  style='text-decoration: none;font-family:Georgia, \"Bitstream Charter\", serif;font-size:12px;' >\n<img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK\/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFnSURBVHjaYvzPgAD\/UNlYEUAAmuTYAAAQhAEYqF\/zFbe50RZ1cMmS9TLi0pJLRjZohAMTGFUN9HdnHgEE1sDw\/\/+Tp0ClINW\/f0NIKPoFJH\/9\/\/ULyGaUlQXaABBALAx\/Gf4zAt31F4i+ffj3\/cN\/XrFfzOx\/\/v\/\/\/f\/\/LzACM\/79ZmD8\/e8TA0AAMYHdDVT958vXP38nMDB0s3x94\/Tj5y+YahhiAKLfQKUAAcQEdtJfoDHMF2L+vPzDmFXLelf551tGFOOhev4A\/QgQQExgHwAd8IdFT\/Wz6j+GhlpmXSOW\/2z\/\/\/8Eq\/sJ18Dw\/zdQA0AAMQExxJjjdy9x2\/76EfLz4MXdP\/i+wsyGkkA3Aw3984cBIIAYfzIwMKel\/bt3jwEaLNAwgZIQxp\/fDH\/+MqqovL14ESCAWICeZvr9h0FSEhSgwBgAygFDEMT+wwAhgQgc4kAEVAwQQIxfUSMSTxxDAECAAQAJWke8v4u1tAAAAABJRU5ErkJggg==\" title=\"Espa\u00f1ol\" alt=\"Espa\u00f1ol\">\n<span style=\"margin-left:0.1em;\">Espa\u00f1ol<\/span><\/a>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n    \n<p class=\"has-text-align-right has-accent-color has-text-color has-link-color wp-elements-8340c16c55672b6daa2c8cb24f9df6fb wp-block-paragraph\"><strong><em>&#8220;Every thought expressed in words is a force,<\/em><\/strong><br><strong><em>which is boundless,&#8221; &#8211; L. N. Tolstoy.<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If everything is energy, as was shown in Ch. &#8220;<a href=\"https:\/\/energypsy.ru\/?p=1895\">Energy. Properties<\/a>&#8220;, does this mean that information is also a type of energy?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The irreducibility of information processes to physical processes allowed the scientist N. Wiener to put information on a par with such concepts as matter and energy. In other words, information is something different even in relation to all physical manifestations!<\/p>\n\n\n\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-769da7e155fb5b910e04d19a3a3c3a5e wp-block-paragraph\">The most complete definition is given in the Great Russian Encyclopedia. <strong>Information is a message or signal, a set of data, information considered in the context of their content, structural organization, dynamics.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This definition is general. In energy-informational psychology, information is the central concept. It is on it that all methods and practical recommendations will be based. That is why all the details and particulars about information are so important.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s try to answer the question: &#8220;How did information appear?&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Apparently, the need to understand and communicate something gave birth to information. Every moment of reality contains such a huge number of all sorts of aspects that their transmission in full is practically impossible. How can we communicate: communicate something about something to someone? Only by selecting from the huge number of aspects of reality only those few that are significant and that another person can perceive. Information makes this possible.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">How does information appear? Let&#8217;s start from the very beginning: when definitions for various phenomena have not yet been created in the collective consciousness of people. When we perceive a flow of events, we combine them into groups characterized by a common feature. In order for another person to understand what we are actually talking about, it is necessary to designate this feature. Assigning an abstract designation means the appearance of information. The moment of birth of a word denoting some phenomenon is the moment of birth of information.<\/p>\n\n\n\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-a2bc1e3dfc7760f6dc3b7cb191f5a895 wp-block-paragraph\">Thus, <strong>information is the processing of reality by our consciousness, by simplifying, abstracting, structuring and defining everything that happens for awareness and communication.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It all seems logical, but this definition does not describe many phenomena of reality. This definition covers only a certain facet of information. The easiest way to understand this is to simply look deep inside yourself! There inside us in every cell there is information recorded in our genes. It is this information that determines our appearance, all stages of development of our body. As it turned out, much more! Russian geneticist P. P. Goryaev made a discovery about the structure of &#8220;junk DNA&#8221; (and this is more than 95% of all DNA). This DNA contains very important information for determining our life. The information has not yet been deciphered, but it is organized according to linguistic features, that is, it has the same structure as any human language. There is an alphabet, words and even punctuation marks!<\/p>\n\n\n\n<p class=\"has-text-align-right has-accent-color has-text-color has-link-color wp-elements-c131f870822576968d35d9c92be35e85 wp-block-paragraph\"><strong><em>&#8220;The greatest enemy of knowledge is not ignorance, <br>but the illusion of knowledge,&#8221; &#8211; Stephen Hawking<\/em><\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-accent-3-color has-text-color has-link-color wp-elements-aa40685880a43677c13aa74b80417303 wp-block-paragraph\"><strong>How can one not remember that the Gospel of John begins with this mysterious phrase: &#8220;In the beginning was the Word,<\/strong><br><strong>and the Word was with God, and the Word was God.&#8221; <\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-contrast-color has-text-color has-link-color has-medium-font-size wp-elements-228730af03b1ae18f1ce80782ed01433 wp-block-paragraph\">What is this &#8220;information&#8221;? Having barely begun to understand it, we are faced with the need to resolve the most fundamental concepts that determine our worldview.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Paradox 1. <strong>Not only can we generate information, but information also generated us.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Paradox 2. <strong>That which is created by information, through <strong>information<\/strong> tries to determine what information is.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"350\" src=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/05\/information.jpg\" alt=\"\" class=\"wp-image-1130\" srcset=\"https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/05\/information.jpg 700w, https:\/\/energypsy.ru\/wp-content\/uploads\/2024\/05\/information-300x150.jpg 300w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If the role of information is so great in our reality, is there any experimental confirmation of this in science?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The beginning was laid by Thomas Young in 1802. He conducted his famous double-slit experiment with elementary particles. It would seem that a lot of time has passed and everything should be understood. However, the debates not only do not subside, but on the contrary, over time, they gain unprecedented power. The focus is on the influence of the observer on our reality. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The observer is an individual consciousness, what does information have to do with it? The fact is that any information carries the potential for its awareness. It is surprising that not only the act of awareness itself changes reality, but even the existing possibility of such awareness changes reality. Scientists have proven that the moment of changing reality is precisely the presence or absence of information. Thus, Asher Peres wrote: &#8220;Obviously, this terminology does not imply the actual presence of people. These fictional physicists may as well be inanimate automatons&#8230;&#8221; <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The experiment with delayed choice, proposed by the American physicist Joe Wheeler, caused a particular shock in the scientific world. Here manipulations with information (potential of awareness) changed reality in the past, that is, the principle of causality was violated: the present cannot influence the past. Destruction of a floppy disk with information changed photographs taken (but not developed) in the past.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Physicist Tom Campbell, author of the book &#8220;How Things Work&#8221;, claims that we live in a reality based on information, which is why a photon, an electron, and even a heavy molecule of fullerene C60 behave like a wave or a particle (depending on the availability of information about the particle&#8217;s path). A very simple and clear video from Tom Campbell himself, watch it and draw your own conclusions: <a href=\"https:\/\/www.youtube.com\/watch?v=v2J4lJAvpLM&amp;t=805s\">https:\/\/www.youtube.com\/watch?v=v2J4lJAvpLM&amp;t=805s<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These experiments are shocking. Scientists are divided into two irreconcilable camps: some are for revising the basic ideas about reality, others are trying to find a refutation and prove that the dominant idea about the world is correct.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In my opinion, all critical arguments have been successfully refuted by the corresponding experiments, see, for example, Tom Campbell (link given above).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are experiments that exclude any influence of the measurement process on the result. There are experiments with large molecules containing hundreds of atoms. This means that the results of the experiments are valid not only in the microworld, but also in our world.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And in general, all of quantum mechanics, based on the Schr\u00f6dinger probability equation and the Heisenberg uncertainty principle, all of this confirms the decisive role of information in reality. I&#8217;m not even talking about the consequences &#8211; the Schr\u00f6dinger cat paradox. This is also about the central role of information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If information is a global fundamental concept, then why has its role been proven only in quantum physics?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Information determines our lives in all areas, and only established false stereotypes of thinking prevent us from seeing and appreciating its role.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What does this mean in practice? Let&#8217;s say there is some unfavorable factor, for example smoking. \nWhat do you think if you put a scary picture on each pack of cigarettes and write that smoking causes a specific disease. \nWhat effect will this have on smokers? Perhaps this will help someone quit smoking, but many more people will worsen their health due to information that programs the disease. \nOverall, the effect of such warnings will obviously be negative. \nAnd here the underestimation of the fundamental role of information in our lives was clearly evident. \nThe probability of a negative factor appearing can increase several times due to a large flow of information warning about its danger. You need to be extremely careful with information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Most of us are sure that in all medicines sold in pharmacies, the main healing role is determined by the chemical composition of the medicine. Since all the efforts of drug developers are aimed precisely at developing the most effective composition against some symptom of the disease. This is true, but only in small percentage terms. You will be surprised, but here too the main positive impact is produced by Her Majesty Information. I mean the Placebo effect, which has a healing effect, as a rule, several times greater than other healing factors.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is exactly what the entire practice of drug testing in the pharmaceutical industry testifies to. American pharmacists working in the field of drug testing wrote about this. Unfortunately, these materials have been removed from the Internet. I will briefly tell you what I remember. Drug research is conducted using a triple-blind method on control groups of volunteers with the corresponding symptoms. The essence of the research is that no one knows until the end of the experiment where the drug is, and where only Information about it &#8211; placebo. So, a drug is considered good if it exceeds the placebo by 10%. Doctors wrote like this. We cannot separate the effect of a drug from a placebo, just as we cannot separate a horse from a rider when we weigh them together. The chemical component of a drug is a rider. We cannot weigh it separately. But we can weigh a horse and a rider on a horse separately. If the rider on a horse weighs 100%, and the weight of the horse (placebo) is 90%, this means that the weight of the rider alone is only 10%. This means that the horse (placebo) is 9 times heavier than the rider. In other words, in the overwhelming majority of drugs, the chemical positive effect on the symptom of the disease is several times less than the healing power of the placebo, that is, Information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The power of Information is very clearly manifested in homeopathy, when strong healing herbal solutions may not contain a single molecule of the healing substance! Pure Information!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Numerology and Astronomy are the kingdom of Information. Who among us has not paid attention to their amazing connection with our destiny and life.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I will briefly dwell only on numerology. The power and influence of numbers have been known for more than 5000 years. I mean gematria. This area of \u200b\u200bnumerology is remarkable in that it covers all language constructs by counting them with a number. According to gematria, any phrase, in addition to the semantic message, is characterized by vibration, which can be calculated by summing up the numerical values \u200b\u200bof all the letters that make up this phrase. The letter &#8220;A&#8221; = 1, &#8220;B&#8221; = 2, &#8220;B&#8221; = 3, etc. Gematria is the basis of many secret ancient knowledge. It was used by monks and priests to influence reality. The fact is that according to gematria, phrases that have the same numerical code basically have the same vibration, which means they can easily flow into each other. I wrote a transformation game &#8220;Kryon Code&#8221;. In this game, everyone can feel the power of gematria, through numerous coincidences of images and associations that appear personally for each person during the game.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s time, it&#8217;s time to free the consciousness and give the queen of this world her throne! I&#8217;m talking about Information with a capital letter, it deserves it. The boundaries of its kingdom are unlimited and there is no area of \u200b\u200breality where its power does not extend. Only imposed stereotypes that keep our consciousness within narrow boundaries do not allow us to recognize the global role of Information. Why did this happen? Because people, as those who can control Information, having realized its role, will automatically free themselves from their humiliated role as slaves of circumstances.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Energy in our world is united into egregors and this happens on the basis of information. There is an egregor of students, and there is an egregor of teachers. Both egregors can have energies of the same frequency (see chapter <a href=\"https:\/\/energypsy.ru\/?p=1980\" target=\"_blank\" rel=\"noreferrer noopener\">Quantitative and qualitative measurement of Love<\/a>), but the unification occurs on the basis of information: to whom does the energy belong, to teachers or students. A word denoting any object automatically refers the energy of this object to the egregor denoted by this word.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Without structuring energies according to an informational feature, there would be energetic chaos in the world: everything would be mixed up with everything!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Since energy is everything and Information is not energy, then:<\/p>\n\n\n\n<p class=\"has-text-align-center has-accent-3-color has-text-color has-link-color wp-elements-2974d59dbb51e3cbce2995b4e2d457e9 wp-block-paragraph\"><strong>Information is what designates, defines and structures energy<\/strong>.<\/p>\n\n\n\n<p class=\"has-text-align-center has-accent-3-color has-text-color has-link-color wp-elements-429363a64e0241a1f304d7e19e111b7e wp-block-paragraph\"><strong>Information is essentially an awareness of reality, expressed<\/strong> <strong>through a sign, symbolic form.<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color wp-elements-ac06146511ef44a5e3db6ef29092a852 wp-block-paragraph\">For the purposes of energy-informational psychology, it is important that Information is a fundamental basic concept along with matter, energy and consciousness. Therefore, Information must be given special attention and handled with the utmost caution! Science has proven:<\/p>\n\n\n\n<p class=\"has-text-align-center has-accent-3-color has-text-color has-link-color wp-elements-e4312636d12bf96d9d8dc4a3e4b69ed7 wp-block-paragraph\"><strong>Information shapes not only us, but has a fundamental influence on all events in our world!<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/energypsy.ru\/?page_id=1876\">To the CONTENT page<\/a><a href=\"https:\/\/energypsy.ru\/\" target=\"_blank\" rel=\"noreferrer noopener\"> <\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#x2718; &#x1f50d; \u0420\u0443\u0441\u0441\u043a\u0438\u0439 English Espa\u00f1ol &#8220;Every thought expressed in words is a force,which is boundless,&#8221; &#8211; L. N. Tolstoy. If everything is energy, as was shown in Ch. &#8220;Energy. Properties&#8220;, does this mean that information is also a type of energy? The irreducibility of information processes to physical processes allowed the scientist N. Wiener to [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1897","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/1897","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1897"}],"version-history":[{"count":6,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/1897\/revisions"}],"predecessor-version":[{"id":2545,"href":"https:\/\/energypsy.ru\/index.php?rest_route=\/wp\/v2\/posts\/1897\/revisions\/2545"}],"wp:attachment":[{"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1897"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1897"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/energypsy.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}