DaPorkchop_
@DaPorkchop_@lemmy.ml
- Comment on This is Alyssa Resenzweig. She reverse-engineered Apple's M1 GPU with no public documentation and also developed an open-source Linux driver. 2 weeks ago:
The open-source NVK driver in Mesa has gotten quite a lot of attention over the past couple years, unfortunately it will probably never be competitive with the proprietary driver on older hardware (Pascal (10xx series) and older) because those GPUs require a proprietary firmware blob in order to increase the GPU clock speeds.
- 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 year 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 1 year 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)