Een buitenaards bericht van aardse makelij episode artwork

EPISODE · Nov 19, 2024 · 16 MIN

Een buitenaards bericht van aardse makelij

from Zimmerman en Space · host Hens Zimmerman

Op 24 mei vorig jaar werd een testbericht uitgezonden vanuit een baan rond de planeet Mars. Een en ander gebeurde ter voorbereiding op de dag dat we daadwerkelijk een buitenaards signaal ontvangen. Eerder dit jaar werd de boodschap eindelijk ontcijferd.Trace Gas Orbiter:https://exploration.esa.int/web/mars/-/46475-trace-gas-orbiterA Sign In Space:https://asignin.space/Can You Decode an Alien Message?https://www.scientificamerican.com/article/can-you-decode-an-alien-message/Decryption of Messages from Extraterrestrial Intelligence Using the Power of Social Media - The SETI Decrypt Challenge:https://arxiv.org/abs/1706.00653Testing SETI Message Designs:https://arxiv.org/pdf/0911.3976YouTube over het bericht van Daniela de Paulis:https://www.youtube.com/watch?v=gly2NoqRFi0SETI Live: A Sign in Space - Simulating First Contact:https://www.youtube.com/watch?v=zgQq36IR-LkDe originele boodschap van de Trace Gas Orbiter (binair):https://github.com/BatchDrake/ASignInSpace/blob/master/Candidates/artifacts/data17.binDe originele boodschap van de Trace Gas Orbiter (text):https://github.com/BatchDrake/ASignInSpace/blob/master/Candidates/artifacts/data17.txtDiscord van A Sign In Space:https://discord.com/invite/2upxzmZkqYArecibo message:https://en.wikipedia.org/wiki/Arecibo_messagePhase Shift Keying (PSK):https://en.wikipedia.org/wiki/Phase-shift_keyingPython script om de boodschap hoorbaar te maken op een enigszins wetenschappelijk verantwoorde wijze:# Sonification of the TGO message.# Hens Zimmerman, 18-11-2024.# There exist two equal length wav files:# 1.wav is a short beep# 0.wav is silentimport wave# Open and read original text version of the TGO message.# https://github.com/BatchDrake/ASignInSpace/blob/master/Candidates/artifacts/data17.txtwith open('data17.txt') as f:    msg = f.read()# The whole beepy sonification will be constructed here.data = []# Read the two sound files into buffers.w = wave.open('0.wav', 'rb')zero = [w.getparams(), w.readframes(w.getnframes())]w.close()w = wave.open('1.wav', 'rb')one = [w.getparams(), w.readframes(w.getnframes())]w.close()# Append a beep for every '1' and silence for every '0'.for c in list(msg):    if c == '1':        data.append(one)    elif c == '0':        data.append(zero)# Write the output file to disk.output = wave.open('sonification.wav', 'wb')output.setparams(data[0][0])for idx in range(len(data)):    output.writeframes(data[idx][1])output.close()De Zimmerman en Space podcast is gelicenseerd onder een Creative Commons CC0 1.0 licentie.http://creativecommons.org/publicdomain/zero/1.0

Op 24 mei vorig jaar werd een testbericht uitgezonden vanuit een baan rond de planeet Mars. Een en ander gebeurde ter voorbereiding op de dag dat we daadwerkelijk een buitenaards signaal ontvangen. Eerder dit jaar werd de boodschap eindelijk ontcijferd. Trace Gas Orbiter: https://exploration.esa.int/web/mars/-/46475-trace-gas-orbiter A Sign In Space: https://asignin.space/ Can You Decode an Alien Message? https://www.scientificamerican.com/article/can-you-decode-an-alien-message/ Decryption ...

NOW PLAYING

Een buitenaards bericht van aardse makelij

0:00 16:48

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

DIOSA. Carolina Sanper This podcast is a sacred space created by Carolina Sanper where you connect with your inner wisdom and embody your magnetic feminine power.It is the realization that the mystical realm is where you plant the seeds of your desired reality.It is a portal to your true essence: awareness, presence, and receiving with ease. Welcome home, DIOSA. 🖤 The Course Mentors Podcast The Course Mentors Hey there, future course creator!Ever feel like turning your know-how into an online course is like trying to solve a Rubik's cube blindfolded? Well, grab your headphones because "The Course Mentors Podcast" is here to be your secret weapon!Meet Aimee and Odette (that's us!), your new best friends in the course creation world. We've been in the trenches for over a decade, and for the last five years, we've been rocking the online course space. Now we're here to spill all our secrets in bite-sized, 15-20 minute episodes that'll fit perfectly in your coffee breaks.No fluff, no filler - just real, actionable advice that'll take you from "um, what's a landing page?" to "holy moly, I just hit six figures!". We're talking everything from crafting your course to marketing it like a pro and building a business that'll have you pinching yourself.Whether you're dreaming of ditching the 9-to-5 grind, adding a sweet extra income str Skeppa Kod David och Filip En podd där David och Filip pratar om resan att bygga företag från grunden, hitta kunder och försöka skeppa så mycket kod möjligt! La Corrobra Canal Extremadura El espacio de la radio pública que pone en valor las lenguas autóctonas de Extremadura: el estremeñu, la fala y el portugués rayano.Con Juan Pedro Sánchez.

Frequently Asked Questions

How long is this episode of Zimmerman en Space?

This episode is 16 minutes long.

When was this Zimmerman en Space episode published?

This episode was published on November 19, 2024.

What is this episode about?

Op 24 mei vorig jaar werd een testbericht uitgezonden vanuit een baan rond de planeet Mars. Een en ander gebeurde ter voorbereiding op de dag dat we daadwerkelijk een buitenaards signaal ontvangen. Eerder dit jaar werd de boodschap eindelijk...

Can I download this Zimmerman en Space episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!