It has become obvious to me that there are good ways and bad ways to pack equipment for shipping.
There are some basic goals that one needs to achieve in the packing.
- Protect the equipment from excessive shock and vibration
- Keep the equipment solidly centred within the outer box(es)
- Keep the equipment safe from small object impacts
- Prepare it to be dropped
(more…)
If you ever worry about a bit error happening to your files and not finding out about it, you should use MD5 checksums (or some similar method) to be able to verify that the file has not changed.
The general theory behind a checksum (or “Message Digest” = “MD”) is that it provides a unique 128-bit number for each and every file, based on its content. If one bit changes, the MD5 checksum (sometimes called “hash”) changes. The checksum is repeatable, does not permit discovery of two different files that produce the same checksum, and is non-reversible (i.e. you can’t create the content from the checksum). (more…)