Skip to content

Commit

Permalink
feat: 📝 Hardware has ECC.
Browse files Browse the repository at this point in the history
  • Loading branch information
fungiboletus committed Sep 24, 2024
1 parent 5ce3de3 commit 68c8012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ We only looked at the XOR chunks in this article. The histogram chunks are an "e

The [Cyclic Redundancy Check](https://en.wikipedia.org/wiki/Cyclic_redundancy_check) is used to ensure the data integrity. It uses the Castagnoli polynomial, a more modern polynomial than the classic CRC32 polynomial. The CRC32 checksum is stored in big-endian, as it should be.

Having checksums in a data format is a good idea. Unless you know what Btrfs or ZFS are and use them, your computer likely doesn't detect nor prevent the corruption of your stored data. It's another thing that will look wild for us in the future.
Having checksums in a data format is a good idea. Unless you know what Btrfs or ZFS are and use them, your operating system likely doesn't detect nor prevent the corruption of your stored data. It's another thing that will look wild for us in the future.

### Prometheus XOR Chunk

Expand Down

0 comments on commit 68c8012

Please sign in to comment.