HN user

yabun

11 karma
Posts0
Comments10
View on HN
No posts found.

The helium reduces resistance which results in lower vibration of the read/write heads, which in turn allows for reduced space between the platters and the heads, which allows for a reduced space between the platters and more platters per drive. If the same drive was filled with air rather than helium, the increased vibration of the heads would cause them to crash into the platters - which would scrub the disk clean (which would be bad).

Deep learning has really only recently become successful with new learning algorithms such as constrastive divergence and convolutional neural networks. Previous efforts were focused around backpropagation, but due to the signal loss across many layers there was never enough information in the output layer to successfully train the network.

Concatenation of the hashes seems like an unjustified risk, that in certain circumstances will allow weaknesses from either algorithm to flow throw to the final hash. If you really want to combine the hashes, XOR seems like a safer bet to me (since the algorithms are unrelated there should be no potential cancellation of entropy).