.
The ΨORM Project - A TIMELINE OF DEVELOPMENT · 2018 – 2026
Quote from congjing yu on August 16, 2026, 11:30 am/* Reset and base styling for the timeline */
.timeline-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 20px 0;
font-family: 'Helvetica Neue', Arial, sans-serif;
background: #0a0a0a;
color: #e0e0e0;
position: relative;
border-radius: 12px;
box-shadow: 0 0 30px rgba(0,0,0,0.8);
}.timeline-wrapper h1 {
text-align: center;
font-size: 2.8rem;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
background: linear-gradient(135deg, #ff7b00, #ffae00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 40px 0 10px 0;
margin: 0;
text-shadow: 0 0 20px rgba(255, 123, 0, 0.2);
}.timeline-wrapper .subtitle {
text-align: center;
font-size: 1.2rem;
color: #aaa;
border-bottom: 1px solid #222;
padding-bottom: 30px;
margin-bottom: 30px;
letter-spacing: 4px;
font-weight: 300;
}/* The actual timeline container */
.timeline-container {
position: relative;
padding: 20px 0;
}/* The vertical line */
.timeline-container::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(to bottom, #ff7b00, #ffae00, #ff7b00);
transform: translateX(-50%);
box-shadow: 0 0 15px rgba(255, 123, 0, 0.3);
}/* Each timeline item */
.timeline-item {
display: flex;
justify-content: flex-end;
padding: 15px 0;
position: relative;
width: 50%;
box-sizing: border-box;
}/* Alternate sides */
.timeline-item:nth-child(odd) {
padding-right: 40px;
text-align: right;
align-self: flex-start;
}.timeline-item:nth-child(even) {
margin-left: 50%;
padding-left: 40px;
text-align: left;
}/* The content cards */
.timeline-content {
background: #121212;
padding: 20px 25px;
border-radius: 8px;
border: 1px solid #2a2a2a;
box-shadow: 0 4px 20px rgba(0,0,0,0.4);
transition: all 0.3s ease;
width: 100%;
max-width: 450px;
position: relative;
}.timeline-content:hover {
border-color: #ff7b00;
box-shadow: 0 0 30px rgba(255, 123, 0, 0.1);
transform: translateY(-3px);
}/* The dot on the timeline */
.timeline-item::after {
content: '';
position: absolute;
top: 50%;
width: 18px;
height: 18px;
background: #0a0a0a;
border: 3px solid #ff7b00;
border-radius: 50%;
transform: translateY(-50%);
z-index: 2;
box-shadow: 0 0 20px rgba(255, 123, 0, 0.3);
}/* Position the dots on the line */
.timeline-item:nth-child(odd)::after {
right: -9px;
}.timeline-item:nth-child(even)::after {
left: -9px;
}/* Typography inside the cards */
.timeline-date {
font-size: 1.4rem;
font-weight: 700;
color: #ff7b00;
margin-bottom: 5px;
display: block;
}.timeline-phase {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 2px;
color: #888;
margin-bottom: 8px;
}.timeline-title {
font-size: 1.1rem;
font-weight: 600;
color: #ffffff;
margin-bottom: 8px;
}.timeline-desc {
font-size: 0.95rem;
line-height: 1.6;
color: #b0b0b0;
margin: 0;
}.timeline-desc strong {
color: #ffae00;
}/* Phase color coding */
.phase-1 .timeline-phase { color: #ff6b00; }
.phase-2 .timeline-phase { color: #ff9f00; }
.phase-3 .timeline-phase { color: #ffcc00; }
.phase-4 .timeline-phase { color: #ffdd77; }/* Responsive for tablets and phones */
@media (max-width: 768px) {
.timeline-container::before {
left: 20px;
}.timeline-item {
width: 100%;
padding-left: 50px !important;
padding-right: 10px !important;
text-align: left !important;
margin-left: 0 !important;
}.timeline-item::after {
left: 11px !important;
right: auto !important;
}.timeline-content {
max-width: 100%;
}.timeline-wrapper h1 {
font-size: 2rem;
}
}/* Small screens */
@media (max-width: 480px) {
.timeline-content {
padding: 15px;
}
.timeline-date {
font-size: 1.1rem;
}
.timeline-title {
font-size: 1rem;
}
}The ΨORM Project
A TIMELINE OF DEVELOPMENT · 2018 – 2026
2018 – 2019
Phase 1 · The Seed Is PlantedEarly WritingsFirst blog posts on metallicman.com. The foundational ideas are articulated: MWI, world-lines, consciousness navigation, and the role of thought in shaping reality. Introduction of the pre-birth world-line template, router/cloud architecture, and the concept of garbons.
2020 – 2024
Phase 2 · Refinement & ExpansionFormative PeriodThe framework evolves from a personal model into a comprehensive ontological system. Key developments: the four foundational claims (time is emergent; consciousness is the navigator; reality is frequency synchronization; reality is not shared), the Mandela Effect as group vector coherence, and the integration of anomalous phenomena (NDEs, ESP, premonitions). Introduction of frequency basin inertia and feeling-based navigation.
2025 – 2026
Phase 3 · Collaboration & RefinementCollaboration with AIThe framework is organized, expanded, and refined with assistance from AI. The seed document is consolidated. Mathematical formalization begins with the qubit toy model, Hamiltonian, and Lorentzian resonance function. A falsifiability framework is developed, and new sections are added: The Dropping of the Filter, Group Vector Shifts, Basin Overlap, Intentional Frequency Shift, and Frequency Alignment with Group Vectors.
August 2026
Phase 4 · The First Sample ProductVersion 12.0 & JCS ArticleThe seed document reaches Version 12.0, reorganized into six logical parts. The JCS article is prepared for submission to the Journal of Consciousness Studies. Early writings (2018–2019) are archived as timestamped proof of independent development. The project transitions from internal development to public presentation.
/* Reset and base styling for the timeline */
.timeline-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 20px 0;
font-family: 'Helvetica Neue', Arial, sans-serif;
background: #0a0a0a;
color: #e0e0e0;
position: relative;
border-radius: 12px;
box-shadow: 0 0 30px rgba(0,0,0,0.8);
}
.timeline-wrapper h1 {
text-align: center;
font-size: 2.8rem;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
background: linear-gradient(135deg, #ff7b00, #ffae00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 40px 0 10px 0;
margin: 0;
text-shadow: 0 0 20px rgba(255, 123, 0, 0.2);
}
.timeline-wrapper .subtitle {
text-align: center;
font-size: 1.2rem;
color: #aaa;
border-bottom: 1px solid #222;
padding-bottom: 30px;
margin-bottom: 30px;
letter-spacing: 4px;
font-weight: 300;
}
/* The actual timeline container */
.timeline-container {
position: relative;
padding: 20px 0;
}
/* The vertical line */
.timeline-container::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(to bottom, #ff7b00, #ffae00, #ff7b00);
transform: translateX(-50%);
box-shadow: 0 0 15px rgba(255, 123, 0, 0.3);
}
/* Each timeline item */
.timeline-item {
display: flex;
justify-content: flex-end;
padding: 15px 0;
position: relative;
width: 50%;
box-sizing: border-box;
}
/* Alternate sides */
.timeline-item:nth-child(odd) {
padding-right: 40px;
text-align: right;
align-self: flex-start;
}
.timeline-item:nth-child(even) {
margin-left: 50%;
padding-left: 40px;
text-align: left;
}
/* The content cards */
.timeline-content {
background: #121212;
padding: 20px 25px;
border-radius: 8px;
border: 1px solid #2a2a2a;
box-shadow: 0 4px 20px rgba(0,0,0,0.4);
transition: all 0.3s ease;
width: 100%;
max-width: 450px;
position: relative;
}
.timeline-content:hover {
border-color: #ff7b00;
box-shadow: 0 0 30px rgba(255, 123, 0, 0.1);
transform: translateY(-3px);
}
/* The dot on the timeline */
.timeline-item::after {
content: '';
position: absolute;
top: 50%;
width: 18px;
height: 18px;
background: #0a0a0a;
border: 3px solid #ff7b00;
border-radius: 50%;
transform: translateY(-50%);
z-index: 2;
box-shadow: 0 0 20px rgba(255, 123, 0, 0.3);
}
/* Position the dots on the line */
.timeline-item:nth-child(odd)::after {
right: -9px;
}
.timeline-item:nth-child(even)::after {
left: -9px;
}
/* Typography inside the cards */
.timeline-date {
font-size: 1.4rem;
font-weight: 700;
color: #ff7b00;
margin-bottom: 5px;
display: block;
}
.timeline-phase {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 2px;
color: #888;
margin-bottom: 8px;
}
.timeline-title {
font-size: 1.1rem;
font-weight: 600;
color: #ffffff;
margin-bottom: 8px;
}
.timeline-desc {
font-size: 0.95rem;
line-height: 1.6;
color: #b0b0b0;
margin: 0;
}
.timeline-desc strong {
color: #ffae00;
}
/* Phase color coding */
.phase-1 .timeline-phase { color: #ff6b00; }
.phase-2 .timeline-phase { color: #ff9f00; }
.phase-3 .timeline-phase { color: #ffcc00; }
.phase-4 .timeline-phase { color: #ffdd77; }
/* Responsive for tablets and phones */
@media (max-width: 768px) {
.timeline-container::before {
left: 20px;
}
.timeline-item {
width: 100%;
padding-left: 50px !important;
padding-right: 10px !important;
text-align: left !important;
margin-left: 0 !important;
}
.timeline-item::after {
left: 11px !important;
right: auto !important;
}
.timeline-content {
max-width: 100%;
}
.timeline-wrapper h1 {
font-size: 2rem;
}
}
/* Small screens */
@media (max-width: 480px) {
.timeline-content {
padding: 15px;
}
.timeline-date {
font-size: 1.1rem;
}
.timeline-title {
font-size: 1rem;
}
}
The ΨORM Project
A TIMELINE OF DEVELOPMENT · 2018 – 2026
2018 – 2019
First blog posts on metallicman.com. The foundational ideas are articulated: MWI, world-lines, consciousness navigation, and the role of thought in shaping reality. Introduction of the pre-birth world-line template, router/cloud architecture, and the concept of garbons.
2020 – 2024
The framework evolves from a personal model into a comprehensive ontological system. Key developments: the four foundational claims (time is emergent; consciousness is the navigator; reality is frequency synchronization; reality is not shared), the Mandela Effect as group vector coherence, and the integration of anomalous phenomena (NDEs, ESP, premonitions). Introduction of frequency basin inertia and feeling-based navigation.
2025 – 2026
The framework is organized, expanded, and refined with assistance from AI. The seed document is consolidated. Mathematical formalization begins with the qubit toy model, Hamiltonian, and Lorentzian resonance function. A falsifiability framework is developed, and new sections are added: The Dropping of the Filter, Group Vector Shifts, Basin Overlap, Intentional Frequency Shift, and Frequency Alignment with Group Vectors.
August 2026
The seed document reaches Version 12.0, reorganized into six logical parts. The JCS article is prepared for submission to the Journal of Consciousness Studies. Early writings (2018–2019) are archived as timestamped proof of independent development. The project transitions from internal development to public presentation.
