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
No persons identified in this episode.
This episode hasn't been transcribed yet
Help us prioritize this episode for transcription by upvoting it.
Popular episodes get transcribed faster
Other recent transcribed episodes
Transcribed and ready to explore now
SpaceX Said to Pursue 2026 IPO
10 Dec 2025
Bloomberg Tech
Don’t Call It a Comeback
10 Dec 2025
Motley Fool Money
Japan Claims AGI, Pentagon Adopts Gemini, and MIT Designs New Medicines
10 Dec 2025
The Daily AI Show
Eric Larsen on the emergence and potential of AI in healthcare
10 Dec 2025
McKinsey on Healthcare
What it will take for AI to scale (energy, compute, talent)
10 Dec 2025
Azeem Azhar's Exponential View
Reducing Burnout and Boosting Revenue in ASCs
10 Dec 2025
Becker’s Healthcare -- Spine and Orthopedic Podcast