-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add intergalactic transmission exercise #2398
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this! I think this is perfect for a PR to prob-specs. Do you fancy doing that too?
exercises/practice/intergalactic-transmission/.docs/introduction.md
Outdated
Show resolved
Hide resolved
Trillions upon trillions of messages are exchanged between Earth and the neighboring galaxies every millisecond. | ||
But transmission over such long distances faces many obstacles. | ||
Pesky solar flares, worm holes, temporal distortions, stray forces, heck even the flap of a space butterfly wing can cause a random bit to flip during transmission. | ||
The difference between an "o" and a "k", a "[" and "{" or a cowboy emoji and a clown emoji can have huge ramifications, from missed orders to Galactic Stockmarket crashes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic backstory!
It is important for the receiver to know when the message has been corrupted so that the receiver can ask for the message to sent again. | ||
|
||
One day, an important message comes through. | ||
People have just heard about the legend about a way of transmitting in such a way that the receiver can tell when bit flipped ... the parity bit ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I know a better phrasing, but this sentence reads a little weird to me. But we can leave it for now and have others comment on it when we do a prob-specs PR.
Thanks for the feedback! Yes, I'd love to create the PR to add this to the problem spec. I'll look to create the PR over the next couple of days. |
…on.md Co-authored-by: Erik Schierboom <[email protected]>
Exercise for parity bit (http://forum.exercism.org/t/add-new-practice-exercises/16050/4)