this post was submitted on 01 Feb 2025
9 points (100.0% liked)
Esoteric Languages
248 readers
11 users here now
Icon base by Lorc under CC BY 3.0
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, I guess anything more complex or supposedly useful would need some sort of redundancy for robustness. The easiest way I can think of to reduce data degradation is to enlarge the data array enormously so that the bit flipping is less likely to hit the meaningful data, but that of course is not completely secure.
And of course another thing is to change the direction of code interpretation as often as possible. That's why the example codes are written in a zigzag manner.