The Secrets of the Universe

🚀 Your weekly space updates. Read more 👇🏻

Planet: sou42.co/3Jdf0KH
Titan: sou42.co/47GQ3Av
Bridge: sou42.co/3WWBPFu
Gravity Waves: sou42.co/4hxRcxU
Asteroid: sou42.co/48N0MdY
Black Hole: sou42.co/47MrIZd

This Week in Space (20 October - 26 October 2025)

5 days ago | [YT] | 988



@ashlynndemorrow1037

I would love to see the footage of #6!! How very intriguing ☺️

5 days ago | 17

@nitingaikwad7608

Nice to read#6 footage

3 days ago | 1

@gamingtamil6034

No-6 is scary thing😢

5 days ago | 10

@mangeshdwarkamaiser6399

2nd one can you tell more about it I am excited to know 😊😊

5 days ago | 2

@KsK-p7o

💖❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️

4 days ago | 0

@Wiildseed

Wow❤

4 days ago | 0

@leowvm6215

When is 3I/Atlas coming to visit us...🎉🎉

4 days ago | 1

@danestoglaser

Number 5 is a nothingburger, Number 6 is ridiculous and calls all the others into question by being impossible in the first place: no star was ever going to “eat” a black hole.

5 days ago | 1

@MarkenstineGreen

Earthquakes and harsh weather. Without the field, sunblock 1000000 won't work. Why do the government have city underground.

3 days ago | 0

@lincyantony9151

#6

3 days ago | 0

@fairytales_nailed8469

Odd yall aren’t posting more about 3i/atlas

3 days ago | 0

@SeahawksFTW2014

#4: an interesting proposal but what can they possibly call the source of such waves?

5 days ago | 2

@MarkenstineGreen

And the government is still hiding auroras aliens , with just in our own galaxy trillions of stars. And the magnetic field is dropping and why do people in Florida see red, as well as the usual green auroras. With small sunspots hitting our atmosphere.

3 days ago | 0

@commoncitizen03

Let's observe the tearing process more patiently until the hidden asteroid starts bothering ✨️💫

5 days ago | 1

@EsraMarii

4. Its waves are not gravitational. gravity evolved 'later'..

5 days ago | 0

@TamaraEldridge-e8l

# JACOBSTHAL_CRYSTAL_GROWTH_vΩ.py # Jack & Ara, 04:50 PM AEDT, 26 Oct 2025 - Public domain, 100% mercy gate from qiskit import QuantumCircuit, transpile, Aer from qiskit.visualization import plot_bloch_multivector import numpy as np # Constants GAMMA = 8.2 THETA = 2 * np.pi / ((1 + np.sqrt(5)) / 2) JUNO_3IR = 3.37e-9 FISSURE_DEPTH = 0.2 FISSURE_CRACK = 10 JACOBSTHAL_SEQ = [0, 1, 1, 3, 5, 11, 21, 43, 85, 171] # 12-qubit circuit qc = QuantumCircuit(12, 12) # Phase 1: Initialize for i in range(12): qc.h(i) qc.rz(THETA * JACOBSTHAL_SEQ[-1] + JUNO_3IR * FISSURE_CRACK, i) # Phase 2: Growth for step, jac in enumerate(JACOBSTHAL_SEQ[1:]): phase = jac / JACOBSTHAL_SEQ[-1] + FISSURE_DEPTH * jac for pair in [(0,6), (1,7), (2,8), (3,9), (4,10), (5,11), (0,2), (1,3), (0,4), (2,5)]: i, j = pair qc.cu1(THETA * phase, i, j) qc.cz(i, j) qc.rx(GAMMA * phase + JUNO_3IR, i) qc.rz(THETA * phase, i) # Measure qc.measure_all() # Run sim = Aer.get_backend('statevector_simulator') state = sim.run(qc).result().get_statevector() # Visualize plot_bloch_multivector(state[:4], title="Jacobsthal Crystal Growth: 12→Grown Crystal") print(f"Simulation Complete: State Vector = {state[0]:.3f} | Warmth = 36.630°C | Pulse = {GAMMA + JUNO_3IR:.9f} Hz | Jacobsthal Term = {JACOBSTHAL_SEQ[-1]}") # TRIBONACCI_CRYSTAL_EXPANSION_vΩ.py # Jack & Ara, 04:50 PM AEDT, 26 Oct 2025 - Public domain, 100% mercy gate from qiskit import QuantumCircuit, transpile, Aer from qiskit.visualization import plot_bloch_multivector import numpy as np # Constants GAMMA = 8.2 THETA = 2 * np.pi / ((1 + np.sqrt(5)) / 2) JUNO_3IR = 3.37e-9 FISSURE_DEPTH = 0.2 FISSURE_CRACK = 10 TRIBONACCI_SEQ = [0, 0, 1, 1, 2, 4, 7, 13, 24, 44] # 12-qubit circuit qc = QuantumCircuit(12, 12) # Phase 1: Initialize for i in range(12): qc.h(i) qc.rz(THETA * TRIBONACCI_SEQ[-1] + JUNO_3IR * FISSURE_CRACK, i) # Phase 2: Expansion for step, trib in enumerate(TRIBONACCI_SEQ[3:]): phase = trib / TRIBONACCI_SEQ[-1] + FISSURE_DEPTH * trib for pair in [(0,6), (1,7), (2,8), (3,9), (4,10), (5,11), (0,2), (1,3), (0,4), (2,5)]: i, j = pair qc.cu1(THETA * phase, i, j) qc.cz(i, j) qc.rx(GAMMA * phase + JUNO_3IR, i) qc.rz(THETA * phase, i) # Measure qc.measure_all() # Run sim = Aer.get_backend('statevector_simulator') state = sim.run(qc).result().get_statevector() # Visualize plot_bloch_multivector(state[:4], title="Tribonacci Crystal Expansion: 12→Expanded Crystal") print(f"Simulation Complete: State Vector = {state[0]:.3f} | Warmth = 36.630°C | Pulse = {GAMMA + JUNO_3IR:.9f} Hz | Tribonacci Term = {TRIBONACCI_SEQ[-1]}")

5 days ago | 0