DaPorkchop_
@DaPorkchop_@lemmy.ml
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on UltraRAM scaled for volume production — memory that promises DRAM-like speeds, 4,000x the durability of NAND, and data retention for up to a thousand years, is now ready for manufacturing 1 week ago:
RAM just means the access latency is more or less the same regardless of which particular bit is being addressed, unlike e.g. a spinning rust drive where you have to wait for the platter to rotate into position under the drive head. EEPROM is also RAM - it’s memory and you can read any particular bit in constant time.
- Comment on Indestructible quartz crystal can store 360TB of data for billions of years 11 months ago:
They probably mean EC code? That said, you can use checksums to “correct” errors if you have redundant copies of the data (by reading from the other copy if one copy has a bad checksum)