12-03-2014, 05:23 PM
The programs are designed sort of like a RAID-5. For those of you who are not familiar with that, it is an information technology term, and it stands for Redundant Array of Inexpensive Disks. There are several "levels" of RAID", each being a different way to achieve redundancy and thus prevent data loss. RAID-5 uses three or more disks, and uses a "parity bit" to allow for recovering damaged data through mathematics that can calculate what it was based on the parity.
These programs use multiple input streams, and they are designed so that if you cut them off in the middle, the rest of each statement can be subconsciously reconstructed based on past repetitions of the program. So there is no worry in cutting out in the middle of the program, unless you are not getting at least a few repetitions.
That said, it is still better to finish each loop, but if you can't, or it would make you late, etc. then there is nothing to worry about.
These programs use multiple input streams, and they are designed so that if you cut them off in the middle, the rest of each statement can be subconsciously reconstructed based on past repetitions of the program. So there is no worry in cutting out in the middle of the program, unless you are not getting at least a few repetitions.
That said, it is still better to finish each loop, but if you can't, or it would make you late, etc. then there is nothing to worry about.
Subliminal Audio Specialist & Administrator
The scientist has a question to find an answer for. The pseudo-scientist has an answer to find a question for. ~ "Failure is the path of least persistence." - Chinese Fortune Cookie ~ Logic left. Emotion right. But thinking, straight ahead. ~ Sperate supra omnia in valorem. (The value of trust is above all else.) ~ Meowsomeness!
The scientist has a question to find an answer for. The pseudo-scientist has an answer to find a question for. ~ "Failure is the path of least persistence." - Chinese Fortune Cookie ~ Logic left. Emotion right. But thinking, straight ahead. ~ Sperate supra omnia in valorem. (The value of trust is above all else.) ~ Meowsomeness!