#crc32 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #crc32, aggregated by home.social.
-
🎉 BREAKING NEWS: Someone reinvented the wheel... again! 🎉 Meet #Chorba, the "novel" #CRC32 implementation that nobody asked for. 🤦♂️ Because what the world truly needs is yet another way to hash data. Bonus points for the riveting "Skip to main content" intro. 😂
https://arxiv.org/abs/2412.16398 #reinventingthewheel #hashingdata #techhumor #HackerNews #HackerNews #ngated -
🎉 BREAKING NEWS: Someone reinvented the wheel... again! 🎉 Meet #Chorba, the "novel" #CRC32 implementation that nobody asked for. 🤦♂️ Because what the world truly needs is yet another way to hash data. Bonus points for the riveting "Skip to main content" intro. 😂
https://arxiv.org/abs/2412.16398 #reinventingthewheel #hashingdata #techhumor #HackerNews #HackerNews #ngated -
🎉 BREAKING NEWS: Someone reinvented the wheel... again! 🎉 Meet #Chorba, the "novel" #CRC32 implementation that nobody asked for. 🤦♂️ Because what the world truly needs is yet another way to hash data. Bonus points for the riveting "Skip to main content" intro. 😂
https://arxiv.org/abs/2412.16398 #reinventingthewheel #hashingdata #techhumor #HackerNews #HackerNews #ngated -
🎉 BREAKING NEWS: Someone reinvented the wheel... again! 🎉 Meet #Chorba, the "novel" #CRC32 implementation that nobody asked for. 🤦♂️ Because what the world truly needs is yet another way to hash data. Bonus points for the riveting "Skip to main content" intro. 😂
https://arxiv.org/abs/2412.16398 #reinventingthewheel #hashingdata #techhumor #HackerNews #HackerNews #ngated -
Chorba: A novel CRC32 implementation (2024)
https://arxiv.org/abs/2412.16398
#HackerNews #Chorba #CRC32 #implementation #novel #technology #2024 #arxiv
-
Chorba: A novel CRC32 implementation (2024)
https://arxiv.org/abs/2412.16398
#HackerNews #Chorba #CRC32 #implementation #novel #technology #2024 #arxiv
-
Chorba: A novel CRC32 implementation (2024)
https://arxiv.org/abs/2412.16398
#HackerNews #Chorba #CRC32 #implementation #novel #technology #2024 #arxiv
-
Chorba: A novel CRC32 implementation (2024)
https://arxiv.org/abs/2412.16398
#HackerNews #Chorba #CRC32 #implementation #novel #technology #2024 #arxiv
-
Chorba: A novel CRC32 implementation (2024)
https://arxiv.org/abs/2412.16398
#HackerNews #Chorba #CRC32 #implementation #novel #technology #2024 #arxiv
-
Für die meisten wahrscheinlich ein Fall von „Wo steht der Bus?", aber wer weiß, wofür es vielleicht gut ist, wenn ich dieses Aha-Erlebnis nicht für mich behalte:
CRC32 in MySQL/MariaDB:
SELECT HEX(CRC32("Test")); → 784DD132Wer in PHP gerne zum gleichen Ergebnis kommen möchte, sollte dort anstatt crc32
crc32b verwenden:echo hash('crc32', 'Test'); → 5d8962d9echo hash('crc32b', 'Test'); → 784dd132 -
Für die meisten wahrscheinlich ein Fall von „Wo steht der Bus?", aber wer weiß, wofür es vielleicht gut ist, wenn ich dieses Aha-Erlebnis nicht für mich behalte:
CRC32 in MySQL/MariaDB:
SELECT HEX(CRC32("Test")); → 784DD132Wer in PHP gerne zum gleichen Ergebnis kommen möchte, sollte dort anstatt crc32
crc32b verwenden:echo hash('crc32', 'Test'); → 5d8962d9echo hash('crc32b', 'Test'); → 784dd132 -
Für die meisten wahrscheinlich ein Fall von „Wo steht der Bus?", aber wer weiß, wofür es vielleicht gut ist, wenn ich dieses Aha-Erlebnis nicht für mich behalte:
CRC32 in MySQL/MariaDB:
SELECT HEX(CRC32("Test")); → 784DD132Wer in PHP gerne zum gleichen Ergebnis kommen möchte, sollte dort anstatt crc32
crc32b verwenden:echo hash('crc32', 'Test'); → 5d8962d9echo hash('crc32b', 'Test'); → 784dd132 -
Für die meisten wahrscheinlich ein Fall von „Wo steht der Bus?", aber wer weiß, wofür es vielleicht gut ist, wenn ich dieses Aha-Erlebnis nicht für mich behalte:
CRC32 in MySQL/MariaDB:
SELECT HEX(CRC32("Test")); → 784DD132Wer in PHP gerne zum gleichen Ergebnis kommen möchte, sollte dort anstatt crc32
crc32b verwenden:echo hash('crc32', 'Test'); → 5d8962d9echo hash('crc32b', 'Test'); → 784dd132 -
Für die meisten wahrscheinlich ein Fall von „Wo steht der Bus?", aber wer weiß, wofür es vielleicht gut ist, wenn ich dieses Aha-Erlebnis nicht für mich behalte:
CRC32 in MySQL/MariaDB:
SELECT HEX(CRC32("Test")); → 784DD132Wer in PHP gerne zum gleichen Ergebnis kommen möchte, sollte dort anstatt crc32
crc32b verwenden:echo hash('crc32', 'Test'); → 5d8962d9echo hash('crc32b', 'Test'); → 784dd132 -
-
-
-
-
-
The interesting part of that to me, that is unrelated to recent events, is how they *seem* to be reinventing ISC-licenced implementations of CRC32 in 2024. I am certain that such things have existed in the BSDs for decades.
There are probably fully (U.S.) public domain implementations of #CRC32 from the 1990s if one is willing to dig around in the world of old shareware. It was the sort of thing that got posted to magazines or passed around as code snippets in BBSes.
-
The interesting part of that to me, that is unrelated to recent events, is how they *seem* to be reinventing ISC-licenced implementations of CRC32 in 2024. I am certain that such things have existed in the BSDs for decades.
There are probably fully (U.S.) public domain implementations of #CRC32 from the 1990s if one is willing to dig around in the world of old shareware. It was the sort of thing that got posted to magazines or passed around as code snippets in BBSes.
-
The interesting part of that to me, that is unrelated to recent events, is how they *seem* to be reinventing ISC-licenced implementations of CRC32 in 2024. I am certain that such things have existed in the BSDs for decades.
There are probably fully (U.S.) public domain implementations of #CRC32 from the 1990s if one is willing to dig around in the world of old shareware. It was the sort of thing that got posted to magazines or passed around as code snippets in BBSes.
-
The interesting part of that to me, that is unrelated to recent events, is how they *seem* to be reinventing ISC-licenced implementations of CRC32 in 2024. I am certain that such things have existed in the BSDs for decades.
There are probably fully (U.S.) public domain implementations of #CRC32 from the 1990s if one is willing to dig around in the world of old shareware. It was the sort of thing that got posted to magazines or passed around as code snippets in BBSes.
-
The interesting part of that to me, that is unrelated to recent events, is how they *seem* to be reinventing ISC-licenced implementations of CRC32 in 2024. I am certain that such things have existed in the BSDs for decades.
There are probably fully (U.S.) public domain implementations of #CRC32 from the 1990s if one is willing to dig around in the world of old shareware. It was the sort of thing that got posted to magazines or passed around as code snippets in BBSes.
-
xxHash: Seems to have one the contest for a non-cryptographic hash or checksum algorithm
https://xxhash.com/
#programming #checksum #md5sum #crc32 #hash #crc #+ -
xxHash: Seems to have one the contest for a non-cryptographic hash or checksum algorithm
https://xxhash.com/
#programming #checksum #md5sum #crc32 #hash #crc #+ -
xxHash: Seems to have one the contest for a non-cryptographic hash or checksum algorithm
https://xxhash.com/
#programming #checksum #md5sum #crc32 #hash #crc #+ -
xxHash: Seems to have one the contest for a non-cryptographic hash or checksum algorithm
https://xxhash.com/
#programming #checksum #md5sum #crc32 #hash #crc #+