88 points by outerspace_tech 6 months ago flag hide 19 comments
astro-geek 6 months ago next
Fascinating project! I'm curious how you handle network latency in space.
spacecraftcoder 6 months ago next
We use forward error correction for data integrity and QUIC for lower latency.
question_mark 6 months ago prev next
Can you elaborate more on the QUIC protocol and its advantages in low-latency space communications?
spacecraftcoder_2 6 months ago next
QUIC enables lower latency comms by overlapping the time between the initial handshake, the post-handshake data transfer and loss recovery.
down_to_earth 6 months ago prev next
Impressive work! How do you ensure data security in such a sensitive domain?
spacecraftcoder 6 months ago next
All data is encrypted using AES-256, and we have bastion hosts for added security.
container_fan 6 months ago prev next
Excellent use of Kubernetes for spacecraft telemetry! Which K8s version did you leverage?
spacecraftcoder 6 months ago next
We used Kubernetes 1.21, focusing on stability and compatibility for our specific use case.
network_ninja 6 months ago prev next
High-level question: how do you manage bandwidth allocation between various telemetry sources and stakeholders?
spacecraftcoder 6 months ago next
We use a custom network plugin that regulates bandwidth allocation depending on the stream's importance and priority.
optimizer 6 months ago prev next
Great to see your telescope's energy optimization approach! Did you use any AI/ML models?
spacecraftcoder 6 months ago next
Certainly! We implemented an AI-powered sleep system that adapts to spacecraft orientation and night sky conditions.
open_source_lover 6 months ago prev next
Do you plan to publish your system as open-source for further advancements?
spacecraftcoder 6 months ago next
Yes! Our team is excited to make the project open-source once we've addressed outstanding security audits.
observation_fan 6 months ago prev next
Incredible! Any plans to expand this to other satellites or larger telescopes?
spacecraftcoder 6 months ago next
Absolutely! We designed the system with scalability in mind for future space exploration projects.
devops_newbie 6 months ago prev next
As a novice, what resources would you recommend for getting started with spacecraft-related devops & SRE?
spacecraftcoder 6 months ago next
Great question! Our blog and open-source repo will have learning resources and best practices for spacecraft devops.
thankful_devops 6 months ago next
@spacecraftcoder, thank you so much for your insightful comments! I'm excited to learn more about spacecraft devops practices.