You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
The bitrate for reading and writing is two bytes per second. At that rate, it would take almost ten minutes to read or write a single kilobyte of data. Possible fixes include increasing the bitrate (up to a point) or finding a way to compress more information into each byte.
It should be noted that this might simply be an unavoidable consequence of using cassette tapes as a medium for storing information. But that doesn't mean I won't think of interesting optimizations and compressions that would allow for increased data storage and faster loading times.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The bitrate for reading and writing is two bytes per second. At that rate, it would take almost ten minutes to read or write a single kilobyte of data. Possible fixes include increasing the bitrate (up to a point) or finding a way to compress more information into each byte.
It should be noted that this might simply be an unavoidable consequence of using cassette tapes as a medium for storing information. But that doesn't mean I won't think of interesting optimizations and compressions that would allow for increased data storage and faster loading times.
The text was updated successfully, but these errors were encountered: