from Hacker News

Create your own erasure code

by taterbase on 7/23/15, 4:46 PM with 10 comments

  • by function_seven on 7/23/15, 10:38 PM

    What if the parity bytes exceed 255? I'm assuming this is done with modular arithmetic, but does mod math work to recover missing data from the parity bits without trial and error? (i.e. is the recovery function a one-to-one mapping in reverse?)

    I'm not well-versed in modular arithmetic, so excuse me if the answer is obvious to those that are.

  • by beschizza on 7/23/15, 7:25 PM

    Good heavens, Fixedsys as a webfont.
  • by derwildemomo on 7/23/15, 10:02 PM

    This post made me listen to erasure. Thank you.

    Also, sorry for the OT.

  • by danielweber on 7/23/15, 8:57 PM

    What if the three points are colinear? Do we assume a straight line polynomial?