<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Sebastian Supreme</title>
        <link>https://paragraph.com/@sebastiansupreme</link>
        <description>undefined</description>
        <lastBuildDate>Wed, 15 Jul 2026 15:43:54 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Sebastian Supreme</title>
            <url>https://storage.googleapis.com/papyrus_images/e80b23dfd21d5cd0186a598807c53b8fc6bcc0e9ce905b6c09c4076005e8253d.png</url>
            <link>https://paragraph.com/@sebastiansupreme</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[842 Generation 2]]></title>
            <link>https://paragraph.com/@sebastiansupreme/842-generation-2</link>
            <guid>dXscvAAHdIyKeiLfUDRY</guid>
            <pubDate>Sun, 19 Jun 2022 09:50:38 GMT</pubDate>
            <description><![CDATA[Assistant and artificial intelligence842 is another physical computing project from my advanced research. 842 is an assistant and a makeshift artificial intelligence built on the Arduino framework. Originally, I programmed 842 Generation 1 which was only implemented as an executable Java program on the PC. But since then, I bridged the Java code over to C++ and implemented 842 Generation 2 on the Arduino framework as an embedded system so that it consists of both software and hardware compone...]]></description>
            <content:encoded><![CDATA[<p>Assistant and artificial intelligence</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1733d505a0530bd628cad5c400a75c8b0f1eaab7b29a723652b7504e219deaa6.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>842 is another physical computing project from my advanced research. 842 is an assistant and a makeshift artificial intelligence built on the Arduino framework.</p><p>Originally, I programmed 842 Generation 1 which was only implemented as an executable Java program on the PC. But since then, I bridged the Java code over to C++ and implemented 842 Generation 2 on the Arduino framework as an embedded system so that it consists of both software and hardware components. This has brought many advantages, such as capabilities to influence not only the digital world but the analog world, too.</p><p>This is the circuit diagram of 842:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1704c3476fbaaf7ebacec9d9b8d224718b1f6fd29411b183a93bdd52c71ae443.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Both the Arduino Uno and Arduino Nano are microcontrollers, and the HC-05 is a Bluetooth module. The HC-05 module is connected to a simple Android app that I programmed so that I am able to send and receive data wirelessly per Bluetooth. Alternatively, communication using the USB port is also possible.</p><p>I had to use two microcontrollers because the software is simply too big to fit on just one. So I had to split the code into two pieces and run them on different microcontrollers that are synchronized to exchange data.</p><p>This is the software that I wrote:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/SebastianSupreme/842-Generation-2">https://github.com/SebastianSupreme/842-Generation-2</a></p><p>Since I am a German, some parts of the source code are written in German (for example the names of several variables). But you can easily use a translator for that.</p><p>Assistance functionalities of 842 Gen 2 in the digital world include things like saving notes, making calculations, generating random numbers, sending messages, etc. And for the analog world, those assistance functionalities include things like applying a voltage to certain I/O pins, measuring voltage, and the ability to operate a wide range of sensors and actors, even the levitation device as demonstrated in this image:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/347aed4990e9771e0a9c97017d6f0b80124af13f5757dcd7da7ba9b60c430a75.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>As for the AI part, 842 is able to categorize a black-and-white image based on the pattern of its pixels. Here is an example:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ba0d055813bba74f3aba7c61b82d75621c0f8f46daa853dc1ad81339047b22a0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Again, the text is written in German, so just plug it into a translator. Basically, 842 recognizes the color pattern and describes the image correctly. But as I said before, there is no real neural network but only a makeshift neural network behind this.</p><p>In summary, 842 Generation 2 is by far the most complex project I have worked on thus far. I highly recommend that you check out the software so that you see just how much coding it took to get this done. Also, I would like you to read my other articles which cover more of my research.</p><p>This work is licensed under CC BY-NC-SA 4.0. To view a copy of this license, visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">https://creativecommons.org/licenses/by-nc-sa/4.0/</a></p><p>© 2022 Sebastian Supreme</p>]]></content:encoded>
            <author>sebastiansupreme@newsletter.paragraph.com (Sebastian Supreme)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/23ca14702f32a29d8ad6428858e27836ba65274ff305e0ae735733b3ed7b4cf0.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Electromagnetic Coilgun]]></title>
            <link>https://paragraph.com/@sebastiansupreme/electromagnetic-coilgun</link>
            <guid>sk0TmZ7iBkvvgTY8wn6t</guid>
            <pubDate>Sun, 19 Jun 2022 09:34:36 GMT</pubDate>
            <description><![CDATA[Utilizing electromagnetic forces for weapon technologyAs part of my advanced research, I have built a makeshift coilgun. This project serves only as proof of concept, thus the ejected projectile is far too slow to hurt anybody. The shooting range barely amounts to one meter when the projectile is ejected from shoulder height. Also, the projectile’s kinetic energy is far below 0.5 joules, a limit that cannot be exceeded by modifications using common tools. But the theory behind this technology...]]></description>
            <content:encoded><![CDATA[<p>Utilizing electromagnetic forces for weapon technology</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/135729ded03597fb59f03b82157b606f541ed46515436a95b05bac12599ef458.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>As part of my advanced research, I have built a makeshift coilgun. This project serves only as proof of concept, thus the ejected projectile is far too slow to hurt anybody. The shooting range barely amounts to one meter when the projectile is ejected from shoulder height. Also, the projectile’s kinetic energy is far below 0.5 joules, a limit that cannot be exceeded by modifications using common tools. But the theory behind this technology has been proven in practice by this coilgun.</p><p>For academic and educational purposes, I wanted to publish my research.</p><p>This is the circuit diagram:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1253d969bad9b50899e4e2507320683c8f5d8a3d9ab6d5a839879b272dd8c8fe.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>An Arduino Nano microcontroller functions as the “brain” of this coilgun. The projectile’s position inside the barrel is measured by four optical (infrared) sensors. Each of them is placed directly behind the respective copper coil.</p><p>After pressing the button, the first coil will be activated and builds up its magnetic field which begins to attract the projectile.</p><p>Once the projectile, an ordinary nail, is inside the coil, it will be noticed by the respective sensor and the coil shuts down so that the nail keeps its additional momentum. This process gets repeated four times until the projectile gets ejected out of the barrel’s end. The Arduino Nano’s built-in LED at pin 13 serves as an indicator, lighting up only when all coils are off. Pressing the built-in reset button turns off all coils.</p><p>The Arduino Nano, as well as the sensors, are powered by a five-volt power bank, while the coils have a nine-volt battery as their separate power source. Additionally, an array of three electrolytic capacitors is being used to smooth out possible fluctuations in the power grid. Also, I had to use many cables because I didn’t solder the connections.</p><p>And finally, this is the software that has been uploaded to the microcontroller:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/SebastianSupreme/Coilgun/blob/main/main.cpp">https://github.com/SebastianSupreme/Coilgun/blob/main/main.cpp</a></p><p>I think it’s amazing to see raw physical forces, engineering, and software acting in harmony to create something as magnificent as this project. And a coilgun like this is the perfect example of a project that has been developed using this whole spectrum. This is because this coilgun allows its user to playfully experience electromagnetic forces.</p><p>This work is licensed under CC BY-NC-SA 4.0. To view a copy of this license, visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">https://creativecommons.org/licenses/by-nc-sa/4.0/</a></p><p>© 2022 Sebastian Supreme</p>]]></content:encoded>
            <author>sebastiansupreme@newsletter.paragraph.com (Sebastian Supreme)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/948635ea1ccf3c6512d60d3065b033d2d02fedf5894afa7b4b4ecf8eecb74a2d.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Electromagnetic Levitation]]></title>
            <link>https://paragraph.com/@sebastiansupreme/electromagnetic-levitation</link>
            <guid>M3yxuLGxx5ZCxuuP0tAm</guid>
            <pubDate>Sun, 19 Jun 2022 09:19:20 GMT</pubDate>
            <description><![CDATA[A practical example of the Theory of Science Levitation is the most basic form of magic in probably any fictional magic system. If you think of magic, one of the first things that comes to your mind is levitation, whether it’s objects hovering above the ground or witches and wizards flying on brooms. It all depends on levitation. I’m on a quest to create magical phenomena with our magic system, science. And in this article, I’ll show you how to create the magical phenomenon of levitation, and...]]></description>
            <content:encoded><![CDATA[<p>A practical example of the Theory of Science</p><p>Levitation is the most basic form of magic in probably any fictional magic system. If you think of magic, one of the first things that comes to your mind is levitation, whether it’s objects hovering above the ground or witches and wizards flying on brooms. It all depends on levitation.</p><p>I’m on a quest to create magical phenomena with our magic system, science. And in this article, I’ll show you how to create the magical phenomenon of levitation, and thus obtain the power of levitation.</p><p>I already talked about the connection between science and magic in my article about my Theory of Science, which explains the theoretical foundation for the things I’m showing you in this article. So go check it out if you haven’t already.</p><p>And electromagnetic levitation, which is described in this article, serves as a practical example of my Theory of Science.</p><p>So, let’s begin with the basics of levitation.</p><p>I want my magnetic object, which is composed of a screw topped with a permanent magnet, to hover a few centimeters above the ground.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d1e01513c4cd07253d31307ceeff529e48ee02adbae1ce9a7ad9a1d6641b2b5b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>But as you know, gravity constantly pushes it towards the center of the Earth.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/58589ce340ce5359f074011664d7e5a085d5d76a6c64acb306f37267614b79b0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>So what I need is an opposite force with the same amount of strength. Thus, the sum of all forces should be equal to zero.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1adc690a36e2ef48410aade964c0a3e452a6fa126fe5517808572fda78aa9224.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>And that’s where an electromagnet comes into play. Its magnetic field will pull the object in the opposite direction of gravity.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a1384571c6b1849aedb9ee2c16e799981296d48a807aa50ef7df389cde8f7963.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>But the thing is that I need to quickly turn the electromagnet off if the object comes too close to it so that the object doesn’t smash into the electromagnet, and then turn it back on if the object gets too far away so that it doesn’t fall on the ground.</p><p>So to measure the position of the object, I’m gonna use a Hall sensor.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/beaa81da87cdf431ed38dacc2664c00112346d77ec1a606daf5e802ebaa69bc9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>And to automate this process, I need a microcontroller that runs software. I’m using the Arduino Uno for this purpose. The software itself will be written in C++.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fbe0ad43c3f7708c67c7b24b584154799428e8d9e928be0de8f8fd295853c9e0.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Arduino Uno</p><p>Here is the circuit diagram for the hardware I’m using:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1cb7aa717ec12378a6c12f24748f7f1495f0e3bcbf1be03ea93a5e71f8e1d9d4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>And this is how it looks after the assembly:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6d6c62b7ba907509a4b7403ece1cf0bdc8ddfbe05acaa38f5a810f83c70d84f8.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>I mounted the electromagnet to this wooden stand with the Hall sensor directly below it.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1dd6dc9681cc09d3feec7f94b24268371b9fb171f0d5fd68e966b3453f311678.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>And finally, this is the software that has been uploaded to the Arduino Uno:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/85e6885d58f62afb2e54b96d264c2a423cbf08bf2a2a6feaffe90152aab0e15c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Check out my video about this topic if you want to see the object actually levitating:</p><div data-type="youtube" videoId="rhIbBcCKLDE">
      <div class="youtube-player" data-id="rhIbBcCKLDE" style="background-image: url('https://i.ytimg.com/vi/rhIbBcCKLDE/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=rhIbBcCKLDE">
          <img src="{{DOMAIN}}/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><p>Personally, I think it’s just a really amazing experience to witness how magical phenomena from fiction and fantasy can sometimes be easily recreated in real-life. And levitation is the perfect example to begin with since it’s the most common spell in fiction.</p><p>This work is licensed under CC BY-NC-SA 4.0. To view a copy of this license, visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">https://creativecommons.org/licenses/by-nc-sa/4.0/</a></p><p>© 2022 Sebastian Supreme</p>]]></content:encoded>
            <author>sebastiansupreme@newsletter.paragraph.com (Sebastian Supreme)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/df4015d75931be56ed095993b0680432ad903c86575d9564cea44f18da54422e.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[The Theory of Science]]></title>
            <link>https://paragraph.com/@sebastiansupreme/the-theory-of-science</link>
            <guid>U2O4Yu3QNkYNeT3Ppepj</guid>
            <pubDate>Sun, 19 Jun 2022 08:51:54 GMT</pubDate>
            <description><![CDATA[The connection between science and magicChapter 1: Connection between science and magicIn fantasy/fiction, magic is a device to change reality. Such a device exists in our real world, too. We call it: Science. So, there is no magic in our reality, but we’ve got science instead. And our science corresponds to the magic of all those fantasy worlds you know. To put it in a nutshell: The science of our real world corresponds to the magic of fiction and fantasy. Science (Real world) ≙ Magic (Ficti...]]></description>
            <content:encoded><![CDATA[<p>The connection between science and magic</p><h2 id="h-chapter-1-connection-between-science-and-magic" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 1: Connection between science and magic</strong></h2><p>In fantasy/fiction, magic is a device to change reality. Such a device exists in our real world, too. We call it: Science. So, there is no magic in our reality, but we’ve got science instead. And our science corresponds to the magic of all those fantasy worlds you know.</p><p>To put it in a nutshell:</p><p><em>The science of our real world corresponds to the magic of fiction and fantasy.</em></p><p><strong><em>Science (Real world) ≙</em> Magic (Fiction/Fantasy)</strong></p><p>As stated before, magic in fantasy, as well as science in our reality are being used to reach one certain goal: The transmutation of reality according to our own will. For this purpose, magic is used in fantasy and fiction, and we use science for this exact purpose, too.</p><h2 id="h-chapter-2-transmutation-of-reality-in-the-real-world" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 2: Transmutation of reality in the real world</strong></h2><p>In order to transmute our reality, we have to activate the necessary formulas. And through the activation of formulas, we conjure up phenomena that lead to the transmutation of reality. And in order for us to activate any formulas, we don’t have to speak an incantation like in fantasy and fiction.</p><p>No, we have to satisfy the conditions, which are required by the formula we want to activate. And those conditions are specific constellations of physical quantities.</p><p>And the higher the quality of our formula is, the more does the conjured phenomena equal its natural role model or its desired form. But more on that later.</p><p>Transmutations with natural origin arise through the natural activation of natural formulas. The activation of multiple and/or complex formulas results in complex and/or extended phenomena.</p><p>A transmutation can be caused by either a natural conjuration of natural phenomena or an artificial conjuration of natural and/or artificial phenomena.</p><p><strong><em>Natural activation of natural formulas → Natural conjuration of natural phenomena → Transmutation of reality</em></strong></p><p><strong><em>Artificial activation of formulas → Artificial conjuration of natural and/or artificial phenomena → Transmutation of reality</em></strong></p><p><em>(„→“ ≙</em> „results in“)</p><h2 id="h-chapter-3-science" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 3: Science</strong></h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7c3e577b6536237e83f68b06a7b7a57f55102ef7b5792d11655cadae7c3dfabc.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>For most of its existence, humanity was at the mercy of nature, defenseless, because unlike all other beings, the special gift of humans did not make their survival easier at first. The special gift of humans is intelligence. And only gradually did people learn to use this gift. The greatest achievement that humanity could reach through the use of their intelligence was the invention of science. And even after centuries of development, science is constantly evolving.</p><p>By practicing science, mankind can understand the world and shape it according to their own ideas. And so, humans became the most powerful beings on earth. And unlike all other beings, humans have developed their own power by finding a practical use for their gift.</p><p>And while the natural sciences allow us to understand the world, it is the applied sciences that allow us to shape the world according to our will.</p><p><strong><em>Definition of Science</em></strong></p><p><em>Science is the pursuit of the exploration, understanding, and transmutation of reality.</em></p><h2 id="h-chapter-31-natural-sciences-and-applied-sciences" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 3.1: Natural sciences and applied sciences</strong></h2><h2 id="h-theoretical-research-insights-into-reality" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Theoretical research — Insights into reality</strong></h2><p><strong>Natural sciences</strong></p><p>Exploration and understanding are being taken care of by the natural sciences. They collect knowledge through mostly theoretical work (developing theories, drawing up formulas), but also partially through practical work (experiments and expeditions).</p><p>The natural sciences are concerned with investigating, examining and understanding reality and its phenomena, and then using mathematics to set up formulas that are as equivalent as possible to the corresponding natural formulas to describe reality and its phenomena as close as possible.</p><p>The phenomena that are to be examined are assigned individually and according to their complexity to one of the three natural sciences (physics, chemistry, biology) so that they can then be understood as simply as possible.</p><p>The natural phenomena are then researched and understood by the respective natural science.</p><p>While doing so, the natural science can use insights and research methods of all other natural- and side sciences. Then, the corresponding natural science uses mathematics to set up formulas that describe the respective phenomenon. The natural sciences can also use computer science for their work.</p><p><strong>Applied sciences</strong></p><p>The applied sciences deal with simplifying the activation of formulas, or making it possible to activate them in the first place, through the use of practical methods that they develop.</p><p>From the natural sciences, the individual applied sciences emerge through further research, in which the theoretical knowledge is applied in practice.</p><p>Those applied sciences are for example engineering, materials science, pharmacy, medicine, etc…</p><p>The fields within the natural sciences (e.g. electrodynamics in physics) also give rise to other fields within the applied sciences (e.g. electrical engineering in engineering).</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/27f7907c5f547d6e32e2cfcbc192e696669ad50d5fe0a67d54ef36615945b8c0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>In the applied sciences, research is ongoing to expand existing fields and create new ones. For this purpose, the applied sciences can use insights and research methods of all natural sciences as well as mathematics and computer science.</p><h2 id="h-practical-research-execution-of-transmutations" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Practical research — Execution of transmutations</strong></h2><p><strong>Natural sciences</strong></p><p><em>The transmutations are:</em></p><p><strong>1.</strong> Artificial conjurations of natural phenomena with the following properties:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9cce3ecb60999bcda1f65638e502baed52a6f51adf3e1c22e3e997a34e22a44d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><em>They are caused by:</em></p><p><strong>Classical method:</strong></p><p>The transmutations are being executed with the practical methods from the simple experimental research of the natural sciences (also interdisciplinary). At the same time, natural sciences are not able to use objects from the applied sciences.</p><p><strong>Applied sciences</strong></p><p><em>The transmutations are:</em></p><p><strong>1.</strong> Artificial conjurations of natural phenomena with the following properties:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/483746711aa45b906aeccefec0849cf3f851f059fde0264dd472ca342ae559b9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>2.</strong> Extension of the artificial conjurations of natural phenomena for practical use, so artificial phenomena without a natural example.</p><p><em>They are caused by:</em></p><p><strong>Complex method:</strong></p><p>On the basis of the extended research, practical methods for the execution of transmutations are developed by the applied sciences (also interdisciplinary) and then also used. At the same time, every applied science can use all objects of every natural science.</p><p><strong>Mixed method (special case):</strong></p><p>The mixed method is a special case, which can only occur during transmutation type number 1. Namely when in a big and/or complex transmutation a small and/or simple part of it is done by the natural sciences through their classical method and the rest by the applied sciences through their complex method.</p><h2 id="h-chapter-32-side-sciences" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 3.2: Side sciences</strong></h2><p>Side sciences like e.g. geology, archeology, psychology, meteorology, botany, astronomy, etc…</p><p>Most of them are based on natural sciences but there are some exceptions.</p><p>Their theory-practice-relationship varies from completely theoretical to the same relationship of the natural sciences.</p><p>If there is a pratical part, then transmutations will be executed through the practical methods of the simple experimental research of the side science (also interdisciplinary).</p><h2 id="h-chapter-33-mathematics" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 3.3: Mathematics</strong></h2><p>The science of mathematics is concerned with capturing the abstract laws of nature and natural formulas of our reality in a form that people can understand.</p><p>To do this, it creates a form of notation that, through progressive expansion, can describe more and more of those abstract principles, and does it better and better over time.</p><p>Mathematics is used by the natural sciences to set up formulas for natural phenomena or simplifications thereof.</p><h2 id="h-chapter-34-computer-science" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 3.4: Computer science</strong></h2><p>Computer science builds on mathematics and utilizes the technology of engineering so that it possesses a greater potential.</p><p>Because computer science can be used by the applied sciences for their practical work.</p><p>Computer science itself contains a little bit of theory but the biggest part is a special and exotic form of practice.</p><h2 id="h-chapter-4-forms-of-scientists" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 4: Forms of scientists</strong></h2><p><em>Who is executing the conjurations?</em></p><p>The one who has the necessary knowledge to perform the conjuration.</p><p>Or several who together possess the necessary knowledge, with that knowledge divided among the individuals.</p><p><strong>Definition of the different forms of scientists:</strong></p><p>“Scientist” is the generic term and contains all the following forms.</p><p>Every following form is a scientist.</p><p>Though, there is a difference between scientist and general scientist.</p><p>A general scientist is familiar with all forms of science.</p><p>A natural scientist is familiar with at least one natural science.</p><p>An applied scientist is familiar with at least one applied science.</p><p>Scientists, who are only familiar with one science are called according to this science (e.g. physics: physicist). This is also true for all further forms of scientists.</p><h2 id="h-chapter-5-formulas-and-their-depiction" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 5: Formulas and their depiction</strong></h2><p>Mathematical formulas are the most basic way of describing reality and its phenomena.</p><p>In addition to them, there are also the simplifications that are often used by natural sciences that deal with particularly many and/or large formulas. In chemistry, for example, reaction equations are used instead of representing the individual interactions of atoms and electrons as formulas.</p><p>A further simplification of the formulas are the Feynman diagrams, with which particularly long and complicated formulas of quantum mechanics can be represented graphically.</p><p>Formulas are set up to approximate the natural formulas as close as possible with the ultimate goal of achieving them.</p><p>The (natural) phenomena are based on the natural laws and the natural formulas that are responsible for all phenomena.</p><p>Every invented formula has a certain quality. This is the property that is determined by equivalence to the natural formula aimed.</p><p>And by the quality of a formula, it can be classified and compared to others.</p><p>And the higher the quality of a formula, the more equivalent the resulting phenomenon upon activation of the formula is to the natural and/or desired phenomenon.</p><h2 id="h-chapter-6-energy" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 6: Energy</strong></h2><p>The causes of the phenomena are the activated formulas, and in order to be able to activate formulas in the first place, the physical quantities must be brought into the required constellations, and energy is required for this; and that applies to both natural and artificial phenomena.</p><p>And that is why energy is needed to carry out transmutations, because energy drives the phenomena, and thus makes them possible.</p><p>And that is why energy is a very special physical quantity and occupies a special place among them.</p><p>With natural activation, all energy is transferred into the resulting phenomenon.</p><p>With artificial activation, however, there is still a process that artificially arranges the physical quantities in a specific constellation.</p><p>However, the entire energy given is never put into the artificial phenomena, because part of the energy is always used for the process itself so that the artificial activation can only come about in the first place. And the remaining energy is then put into the actual artificial phenomena.</p><p><em>To put it in a nutshell:</em></p><p>A transfer and/or transformation of energy is always the cause of a transmutation of reality.</p><h2 id="h-chapter-7-analogies-of-science-to-fictional-magic" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Chapter 7: Analogies of science to fictional magic</strong></h2><p>The only thing that separates fictional magic from our science is the framework under which they operate.</p><p>In various fictional worlds, magic differs because of the rules that govern its essence.</p><p>For us, these rules/framework conditions are the laws of nature.</p><p>These laws of nature are why our science works a little differently than magic in the fictional worlds, although of course there are many differences there too.</p><p>However, our science corresponds to the magic from the fictional worlds, but due to our natural laws, our science works a little differently.</p><p>The following are therefore a few of the analogies that show the form in which known elements of fictional magic exist in our world, i.e. in our science:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1d3f04b6c38f71a51a635a4ae2fede8bfe35c2c09451a2cfae4ddaf69b719c8d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><em>For example:</em></p><p>For simple spells/transmutations like changing the color of a liquid (Potions coven/Chemistry) or the growth of a flower (Plant coven/Biology), performing magic without tools/classical method is sufficient, but for more complex spells/transmutations like levitation, you need to perform magic with tools (e.g. wands)/complex method (e.g. technology or superconductors).</p><p><strong>Spells/Transmutations:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2e6b9a8e5f33a67e56a8d6480588a20b3c66c3f41a42c88def19fa4e573dd4e7.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Together, technology and software can conjure up complex magical phenomena.</p><p>That is why both, especially in combination, are the most important and best (magic gear) objects since they make many transmutations possible in the first place.</p><p>And that is why…</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c7526b2cf34ae8f21da5657eb236c503d82bb1527fd1dca159b60017b95948fb.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-chapter-8-systems" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Chapter 8: Systems</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3a6e8659bb84d823bdb93d963f9c90e79f3598131c95c8273ddf2fc0664ea511.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Technology can influence our reality. Technology can also be enhanced by software.</p><p>Software is reality-expanding and can control technology.</p><p>So there are two complete systems, both of which have an influence on reality, and also have a reality-expanding property.</p><p>In theory, actions that can be performed by one system should also be able to be performed by the other.</p><p>However, whether this can also be implemented in practice depends on factors such as scalability, efficiency, required environmental conditions, robustness, flexibility, potential, etc.</p><p>It is easy to see that the software-technology-system (STS) is better than our consciousness-body-system (CBS). So in order to switch to the other system as a human being, we either have to bridge, i.e. connect our brain (consciousness) to the STS via brain-computer-interface (BCI), or make the consciousness function available in the STS, scan our brain (consciousness), and then enter the appropriate values into the STS so that our consciousness is copied.</p><p><strong>Layers of reality:</strong></p><p>The physical reality is layer 1 of reality. Biological bodies and technology both influence the physical reality (layer 1). There is only ever one layer 1. But there can also be multiple layer 2s on top of layer 1. Layer 2s are reality-expanded instances, such as dreams, thoughts, consciousness, computer programs, virtual worlds, etc.</p><p>And those instances are in fact real because they are rooted in reality’s layer 1 through interfaces like brains or computers. Layer 2s can be observed as collections and/or certain arrangements of electrons (in neurons or circuits) or emitted photons in layer 1.</p><p>Only the interpretation of those electron groups etc. decides how layer 2 looks and functions.</p><p>It also became very attractive to use the STS for all kinds of layer 2 use cases because we actually built this system from the ground up. Thus, we exactly understand how it works which isn’t the case with the CBS yet.</p><p>Using the STS, it even became possible to influence the layer 1 physical reality through commands and/or actions in layer 2s because this information can easily be passed down to the technology that actually influences layer 1.</p><p>This work is licensed under CC BY-NC-SA 4.0. To view a copy of this license, visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">https://creativecommons.org/licenses/by-nc-sa/4.0/</a></p><p>© 2022 Sebastian Supreme</p>]]></content:encoded>
            <author>sebastiansupreme@newsletter.paragraph.com (Sebastian Supreme)</author>
        </item>
    </channel>
</rss>