@spacexo.xo: Scary space sounds #spacesounds #scary #rge #fyp #viralvideo

spacexoxo
spacexoxo
Open In TikTok:
Region: LV
Saturday 29 August 2026 13:11:59 GMT
664764
50415
1683
2495

Music

Download

Comments

rozijnencakeje
RozijnenCakeje :
Shoutout to the person who recorded the big bang
2026-09-04 17:10:01
7573
zenvix736
Zenvix :
How do we know what the big bang sounds like
2026-09-14 04:42:19
554
punk_loverrrr1
⋆. 𐙚 ˚𓏲𑁘 -#SoLaR⋆. ୨୧˚⋆ :
Pulsar star sounds like my parents at 3 am
2026-09-18 15:54:40
18
icey23609
Two time (Icey) :
bro theyre no sound is space
2026-09-18 16:44:09
1
binarydec
BinaryDec :
Number 2
2026-08-29 17:44:00
948
wild7499
WILD :
Or a helicopter
2026-09-18 16:40:26
0
idkhowtonamemyself7
✿♡𝐍𝐚𝐫𝐢♡✿ :
helix nebula:
2026-08-30 01:55:08
3590
analogchair
Krzesło :
pulsar:
2026-09-03 15:04:24
425
emmademma02
✝️🎧🍜🎸•_~Emma~_•🎸🍜🎧✝️ :
Guys space don’t have sound…….. this is all fake.
2026-09-16 23:38:13
12
username11101010010101
belmondzuoo :
helix nebula sounds like my stomach after taco bell
2026-09-05 07:56:57
223
al3c_f_bckk
𝕬𝖑𝖊𝖈_𝕱𝖑𝖔𝖗𝖊𝖘 :
i dont believe in space
2026-09-15 03:29:35
7
who_iz_tha
Who iz that :
space got bangers
2026-09-05 00:06:50
1134
mussa123290
mussa123 :
the creator
2026-09-03 11:04:49
49
shinramenyon
ꉂꉂ(ᵔᗜᵔ◍) :
sagittarius A waking up sounds sk majestic 🥹
2026-09-18 14:17:17
1
goofy.ahh0989
goofy ahh :
Second one
2026-09-05 07:35:26
87
0548_lis
Lis🤘🤷‍♀️ :
Fun fact: there are more sounds but humans can’t hear those
2026-09-06 09:26:35
174
lifeauthor13
🐬🌳᥈ᥲύⲫ ᥲⲃⲧ𐔖ρ✨👁 :
i think the big bang was done by 2 reverse gloves
2026-09-18 14:04:41
1
wild7499
WILD :
And 5 is a mic under water
2026-09-18 16:41:55
1
grantorino121
wesh la team :
Helix nébula
2026-09-04 18:57:56
27
white_boy1939
mr.M⚛️ :
everything makes sense but how could we possibly know how the big bang sounded
2026-09-03 11:51:24
642
itz_elvi_boy
Ronaldo :
Damm bro space space bangers
2026-09-17 12:38:29
16
miles_morales006
Miles :
W Camera man
2026-09-03 18:18:07
145
xmarys.vxq_
mqrys🪽 :
the last
2026-09-06 13:24:30
26
isaiahflores092
GOOFYISAIAH :
“There’s no sound in space”
2026-09-18 04:44:39
5
spacexo.xo
spacexoxo :
People who say there is no sound in space are only partly right. Space is mostly a vacuum, so ordinary sound waves can’t travel through empty space. But sound waves can travel through matter, such as gas and plasma found in space. Scientists can also convert electromagnetic signals from space into audio that we can hear. So it’s not as simple as saying “there is no sound in space.” 🌌🔭
2026-08-29 14:08:27
116
To see more videos from user @spacexo.xo, please go to the Tikwm homepage.

Other Videos

**Rust** is a modern, systems-level programming language designed for **performance, reliability, and safety**. At its core, Rust aims to give developers the speed and low-level control of languages like C and C++, while preventing many common bugs—especially **memory errors**—at compile time. It does this through a unique **ownership and borrowing system**, which enforces rules about how memory is used without relying on a garbage collector. ### Key characteristics of Rust * **Memory safety without garbage collection**   Rust’s compiler checks ensure no null pointer dereferences, data races, or use-after-free errors. * **High performance**   Rust compiles to native machine code and is suitable for performance-critical software such as operating systems, game engines, and embedded systems. * **Concurrency without fear**   The type system helps prevent data races, making concurrent and parallel programming safer. * **Strong, expressive type system**   Features like pattern matching, enums with data, and traits enable clear and maintainable code. * **Modern tooling**   Cargo (Rust’s package manager and build system) simplifies dependency management, testing, and documentation. ### Common uses * Operating systems and low-level infrastructure * Web servers and backend services * Game engines * Embedded and IoT software * Command-line tools * Performance-critical libraries Rust is known for its **steeper learning curve**, but also for producing robust, maintainable software once mastered. It is widely praised by developers and has repeatedly ranked as one of the *most loved programming languages* in industry surveys. If you’d like, I can also give a **shorter version**, a **beginner-friendly explanation**, or a **technical deep dive**.
**Rust** is a modern, systems-level programming language designed for **performance, reliability, and safety**. At its core, Rust aims to give developers the speed and low-level control of languages like C and C++, while preventing many common bugs—especially **memory errors**—at compile time. It does this through a unique **ownership and borrowing system**, which enforces rules about how memory is used without relying on a garbage collector. ### Key characteristics of Rust * **Memory safety without garbage collection** Rust’s compiler checks ensure no null pointer dereferences, data races, or use-after-free errors. * **High performance** Rust compiles to native machine code and is suitable for performance-critical software such as operating systems, game engines, and embedded systems. * **Concurrency without fear** The type system helps prevent data races, making concurrent and parallel programming safer. * **Strong, expressive type system** Features like pattern matching, enums with data, and traits enable clear and maintainable code. * **Modern tooling** Cargo (Rust’s package manager and build system) simplifies dependency management, testing, and documentation. ### Common uses * Operating systems and low-level infrastructure * Web servers and backend services * Game engines * Embedded and IoT software * Command-line tools * Performance-critical libraries Rust is known for its **steeper learning curve**, but also for producing robust, maintainable software once mastered. It is widely praised by developers and has repeatedly ranked as one of the *most loved programming languages* in industry surveys. If you’d like, I can also give a **shorter version**, a **beginner-friendly explanation**, or a **technical deep dive**.

About