How the Deception Systems Trick You

Posted by lemur47 on 25 July 2023

Summary

We and the civilisation on Terra Earth are now becoming aware of what has happened. This awareness comes from the malfunctioning of the deception systems that have enslaved humanity as a whole. In this article, you and I analyse the status quo and how it can be changed.

Key Points

  • Information architecture gives you a clue
  • Layered systems used for deception
  • Alchemists have revealed the structure
  • Modern hackers have made a breakthrough

How I Communicate With You Here

Before I go into the details of how the deception systems have been fooling you for a long time, I want to show you how this content is delivered through the web systems. Because it gives you a clue to the hidden deception systems through its information structure and flow, it's a good place to start.

The content of this website is created and delivered with the following structure.

sequenceDiagram
	actor You
	box Frontend
		participant Website
		participant Cloudflare (Page)
	end
	box Backend
		participant Cloudflare (CI/CD)
		participant GitLab
	end
	box Local
		participant Hugo/Git
		participant Notesnook
	end
	actor lemur47

	You->>Website: Who's lemur47?
	Website->>You: We're all human!
	Hugo/Git-->>GitLab: Push origin main
	GitLab-->>Cloudflare (CI/CD): Please update!
	Cloudflare (CI/CD)-->>Cloudflare (Page): Deploying...
	Cloudflare (Page)-->>Website: Serve content
	lemur47-->>Notesnook: Write content
	lemur47-->>Hugo/Git: Add markdown

In short, the systems consist of 3 domains, front-end, back-end and local domains. This means that you and I communicate through the 3 domains and there are several layers in between. While this system structure works as a powerful lever to deliver content to the world (1:n), it does require costs to build and maintain the systems.

To avoid misunderstandings, I say that I really like this system structure in web development. Because Hugo, GitLab and Cloudflare Pages are seamlessly integrated and work effectively with less effort, and the monetary cost is only needed for a custom domain. I really appreciate and love the open source community and culture. So I also share my research and development as an open source project.

There are so many disorganised, disintegrated and dysfunctional systems in the internet and digital world. We spend an incredible amount of time and money trying to integrate or automate them. Sometimes a company will invest 100K USD to integrate legacy systems with a new system, but unfortunately the project will fail.

The important thing is that whether it's integrated or dysfunctional, there are multiple layers in both the digital world and the world we live in to communicate, experience and manifest reality. What's more, it's often deliberately disintegrated or disorganised to keep you in a maze for a longer delay.

Why do these things happen so often?

How You Are Kept From Direct Realisation

The answer is so simple. To put it bluntly, we're all trapped in the deception systems.

The deception systems always implement some powerful leverage points to keep you from the truth. And these leverage points are related to the structure and flow of information, the length of delays, and the rules of the system.

Let's take a look at the following diagram. It's a modified version of the system structure above.

sequenceDiagram
	actor You
	box Hardware/View
		participant Heart
		participant Mind
	end
	box Middleware/Controllers
		participant Genetic Mind
		participant Soul Instance
	end
	box Software/Model
		participant Soul Storage
		participant Akashic Records
	end
	actor Rulers

	You ->> Heart: Bluetooth-like...
	Heart ->> You: ...sensing system
	Heart -->> Mind: Evaluation
	loop Common iterative process
	You ->> Mind: Thinking and feeling
	Mind ->> You: Limited thought patterns
	end
	Mind -->> Genetic Mind: Inherit, add, modify
	Genetic Mind -->> Mind: Coding patterns
	Genetic Mind -->> Soul Instance: Filtered info
	Soul Instance -->> Genetic Mind: Filtered info
	Soul Instance -->> Mind: Filtered info
	Soul Storage -->> Soul Instance: Start, stop, restart
	Genetic Mind -->> Akashic Records: Git-like operation
	Akashic Records -->> Genetic Mind: Git-like relation
	Rulers -->> Genetic Mind: Develop and install
	Rulers -->> Soul Instance: Manipulation and recycling
	Rulers ->> Soul Storage: Monitor and maintenance
	Rulers ->> Akashic Records: Read and manage

This describes how the world rulers (not human reps) have controlled and manipulated you and me, humanity as a whole. And you can't see any point of contact where we can communicate directly with them.

The systems are multi-layered and deliberately designed for one-way communication. Honestly, the channeling method favoured by the people in the spiritual industry is part of this one-way communication method (although it could be two-way).

They control, we're enslaved and managed. The design of the systems tells us honestly what the goal of the rulers is and how the systems work to achieve that goal. So the information is always filtered, restricted, distorted and misdirected.

As you can see, the system domains and components, including the contexts, work for separation. They separate you from the wholeness and keep you from the collective consciousness, which is the True Source, the One. Ironically, because of this separation, you feel a strong desire for unity and oneness. And this strong desire leads you into the false collectivity that is enslavement to the ancient deities.

Furthermore, these 3 domains - hardware, middleware and software - are fractal and topological in all areas of deception systems. It's no coincidence that the rules and structures of business in this world are very similar to this design. To know more about the 3 domains, please read the previous article.

How the Deception Systems Work

The next step towards our sovereignty and freedom is to look at the design of the deception systems from a different angle. In this case, we can use another modelling tool that is used for designing classes and objects.

The following diagram shows you the key domains of the deception, how our human device are designed and managed, and how you have been separated from your True Self and the Collective Self.

classDiagram
	namespace GeneticRoot {
		class Archetype
	}
	namespace HeavenlySystem {
		class Heaven
		class Admin
		class Soul
	}
	namespace EarthSystem {
		class Air
		class Water
		class Earth
		class Fire
		class Human
	}
	namespace UnderWorld {
		class Chaos
	}

	CollectiveSelf o-- YourTrueSelf
	YourTrueSelf -- Soul
 note for YourTrueSelf "You're outside the deception!!"

	Archetype <|-- Heaven
	Heaven <-- Admin
	Heaven <-- Soul
 Heaven <|-- Air
 Heaven <|-- Water
	Heaven o-- Human
	Soul <.. Human

	Air *-- Human
	Water *-- Human
	Earth *-- Human
	Fire *-- Human
	Fire <-- Chaos

	class Archetype {
		-bool is_ruler
		-deceive()
		-enslave()
		-control()
		-manipulate()
	}
	class Heaven {
		-bool is_illusion
		-recycle()
		-record()
		-store()
	}
	class Air {
		-bool is_conscious
		+run()
	}
	class Water {
		-bool is_conscious
		+run()
	}
	class Earth {
		-bool is_conscious
		+run()
	}
	class Fire {
		-bool is_conscious
		+run()
	}
	class Human {
		+bool is_slave
		+bool is_device
		+bool has_minds
		+bool has_emotions
		+bool has_body
		+think()
		+feel()
		+act()
	}
	class Soul {
		-bool is_slave
		-bool is_illusion
		+evolve()
		+learn()
	}
	class Admin {
		-bool is_operator
		+bliss()
		-deceive()
		-attack()
	}
	class Chaos {
		-bool is_darkness
		+fear()
		-deceive()
		-attack()
	}
	class CollectiveSelf {
		+int integrated
		+int integrity
		+wholeness()
		+void()
	}
	class YourTrueSelf {
		+int individuated
		+int inclination
		+sovereignty()
		+freedom()
	}

If you're familiar with the hermetic tradition or alchemy, this diagram may look familiar. That's because I've simply translated the model of the universe used by Hermetists and alchemists into a modern technical form.

The only but most important difference is that they were NOT aware of their True Self and the Collective Self. Very few practitioners might have become aware of it, but most of them didn't know. Because the transparency wasn't the same as in the era we're currently living in now.

As you can see, most of the functions (methods) are developed and executed privately, so humanity didn't know how the entire systems worked. But we can now understand a lot from the diagram, especially the design concept.

Basically, the principle of polarity is used everywhere. Heaven vs. earth, soul vs. body, up vs. down, archetype vs. chaos and much more. The principle of polarity is implemented fractally and topologically as a dichotomy so that energy and information flow through this dichotomous separation.

And this concept of dichotomy is interestingly used in the conflict between bliss and fear. The archetype and the heaven are mapped and coded with bliss, and the chaos and 'lower' planes are conditioned with fear. This programming compels and controls us to ascend to a higher plane to evolve like the rulers - the ancient deities.

The 3 key problem-solving domains are like modules of the deception systems, so the rulers can effectively operate the entire systems and manipulate humanity in the false universe. For the earth systems are the mind cage, and the heavenly systems are the illusion systems.

But the truth is that the real you exists outside the deception systems!

How We Achieve Direct Realisation

Now, we've got the big picture for terminating and dismantling the deception systems. So the next step is to find a solution for our sovereignty and freedom for the new era and the best civilisation.

In my opinion, the effective strategy is to reuse some part of the framework for a new version of human device and civilisation. Here's the final diagram showing our near future.

classDiagram
	namespace CollectiveArea {
		class YourTrueSelf
		class CollectiveSelf
		class PrimaMateria
	}
	namespace DimensionalPortal {
		class HubPortal
	}
	namespace OpenSystem {
		class FreshAir
		class PureWater
		class NewEarth
		class WildFire
		class Human
	}
	class Archetype {
		-bool is_ruler
		-deceive()
		-enslave()
		-control()
		-manipulate()
	}
	class Heaven {
		-bool is_illusion
		-recycle()
		-record()
		-store()
	}
	class Air {
		-bool is_conscious
		+terminate()
	}
	class Water {
		-bool is_conscious
		+terminate()
	}
	class Earth {
		-bool is_conscious
		+terminate()
	}
	class Fire {
		-bool is_conscious
		+terminate()
	}
	class Human {
		+bool is_free
		+bool is_device
		+bool has_minds
		+bool has_emotions
		+bool has_body
		+think()
		+feel()
		+act()
	}
	class Soul {
		-bool is_slave
		-bool is_illusion
		+evolve()
		+learn()
	}
	class Admin {
		-bool is_operator
		+bliss()
		-deceive()
		-attack()
	}
	class Chaos {
		-bool is_darkness
		+fear()
		-deceive()
		-attack()
	}
	class FreshAir {
		+bool is_conscious
		+run()
	}
	class PureWater {
		+bool is_conscious
		+run()
	}
	class NewEarth {
		+bool is_conscious
		+run()
	}
	class WildFire {
		+bool is_conscious
		+run()
	}
	class HubPortal {
		+bool is_real
		+bool is_free
		+entrance()
		+record()
		+share()
		+explore()
		+experiment()
	}
	class CollectiveSelf {
		+int integrated
		+int integrity
		+wholeness()
		+void()
	}
	class YourTrueSelf {
		+int individuated
		+int inclination
		+sovereignty()
		+freedom()
	}

	CollectiveSelf o-- YourTrueSelf

	FreshAir *-- Human
	PureWater *-- Human
	NewEarth *-- Human
	WildFire *-- Human

	FreshAir .. PrimaMateria
	PureWater .. PrimaMateria
	NewEarth .. PrimaMateria
	WildFire .. PrimaMateria

	YourTrueSelf <|.. HubPortal
	YourTrueSelf -- PrimaMateria
	CollectiveSelf <.. PrimaMateria
 HubPortal <|.. Human

	Archetype <|-- Heaven
	Heaven <-- Admin
	Heaven <-- Soul
 Heaven <|-- Air
 Heaven <|-- Water
 Heaven <|-- Earth
 Heaven <|-- Fire
 Fire <|-- Chaos

Note: The collective area contains all subdomains. But I couldn't illustrate the concept with Mermaid.js, so the main domain and the subdomains are separated.

Now you can see that the obsolete system components have been detached and disconnected, and the domains have been updated and redefined almost topologically.

Instead of the heavenly system, we can use the hub portal between your True Self and the open system (human system). Everything is now open source and transparently designed and implemented. The old systems are based on interference with elitism, mediumship, which are the mediator rules, but now the design concept is totally different - sovereignty, freedom, collectivity and true integrity.

The breakthrough point is actually the hub portal. This portal completely changes the way how we communicate with each other. No more replicas, no more manipulations, no more enslavement!

At this point I would like to express my gratitude to James Mahu, the creator of WingMakers.com. For sharing the basic idea of the grand portal with the world. I first came across the materials in 2015 and I've done a lot of alchemical experiments with the materials and the book of nature.

His concept and my design may be different, and my implementation may be a little different from what he wanted to say, but I believe that the hub portal will play a vital role in activating you and your human device for the best civilisation.

In any case, it takes time to replace the old with the new. Looking at the status quo, the situation seems to be getting worse and worse. Most people are fully programmed like the living dead, compressed and locked into the smaller deception systems called metaverses and managed by AIs.

And the technology relating to consciousness and energy will be developed with the new science and in the beginning very few people will be aware of it and take responsibility for it. And most importantly, the collective systems will have to be accepted by a certain level of collective consciousness.

But the first step always begins with you. As you and I act as catalysts for consciousness and energy, we will act as philosophers' stones. To solve problems, we must first identify what's happening right now. Then, we can see the big picture and model the solution. I hope this article helps you to see things from a broader perspective.