@zooko2.bsky.social
Reposted
In case people want to know what those funky hashes are in Nix thingies, those are the raw binary hashes converted to base64.
So, for instance, if you are using the experimental blake3 support, you can do
b3sum --raw file.tar.zst | base64 | head --bytes=-1 | sed 's/^/blake3-/'
#nixos
So, for instance, if you are using the experimental blake3 support, you can do
b3sum --raw file.tar.zst | base64 | head --bytes=-1 | sed 's/^/blake3-/'
#nixos
November 7, 2025 at 4:45 PM
In case people want to know what those funky hashes are in Nix thingies, those are the raw binary hashes converted to base64.
So, for instance, if you are using the experimental blake3 support, you can do
b3sum --raw file.tar.zst | base64 | head --bytes=-1 | sed 's/^/blake3-/'
#nixos
So, for instance, if you are using the experimental blake3 support, you can do
b3sum --raw file.tar.zst | base64 | head --bytes=-1 | sed 's/^/blake3-/'
#nixos
"Mr TIFF"--https://inventingthefuture.ghost.io/mr-tiff/
November 5, 2025 at 2:32 AM
"Mr TIFF"--https://inventingthefuture.ghost.io/mr-tiff/
Zcash Grants: "We’re sharing this early so the Zcash community has plenty of time to spread the word across the privacy universe. There’s never been a better time to help field the strongest possible pool of candidates!"--https://forum.zcashcommunity.com/t/nominations-for-zcg-seats-open-soon/52731
November 5, 2025 at 2:27 AM
Zcash Grants: "We’re sharing this early so the Zcash community has plenty of time to spread the word across the privacy universe. There’s never been a better time to help field the strongest possible pool of candidates!"--https://forum.zcashcommunity.com/t/nominations-for-zcg-seats-open-soon/52731
I’m really digging this Devo playlist while doing chores around the house: youtube.com/playlist?lis...
Energy Dome Frequencies - YouTube
Songs From The Devo - Nov. 1, 2025
youtube.com
November 5, 2025 at 12:03 AM
I’m really digging this Devo playlist while doing chores around the house: youtube.com/playlist?lis...
turns out Mark Henderson is the CEO of Zcash
October 29, 2025 at 6:19 PM
turns out Mark Henderson is the CEO of Zcash
Reposted
We're celebrating Zcash's 9th birthday today! What’s the most memorable Zcash moment, anecdote, or community highlight you’ve witnessed? Share below!
October 28, 2025 at 6:47 PM
We're celebrating Zcash's 9th birthday today! What’s the most memorable Zcash moment, anecdote, or community highlight you’ve witnessed? Share below!
These graphs are bullish for freedom.
Total value of all ZEC over all time: coingecko.com/en/coins/zcash ⤵️
Total value of all ZEC over all time: coingecko.com/en/coins/zcash ⤵️
October 25, 2025 at 4:28 PM
These graphs are bullish for freedom.
Total value of all ZEC over all time: coingecko.com/en/coins/zcash ⤵️
Total value of all ZEC over all time: coingecko.com/en/coins/zcash ⤵️
October 24, 2025 at 6:58 PM
October 23, 2025 at 8:48 PM
I just remembered about “David’s Sling” by Marc Stiegler. It was written in 1988. When I read it, probably a decade later, the political setting was embarrassingly obsolete and the tech was ridiculously speculative. But now I’ll bet they are both juuust right.
October 20, 2025 at 4:36 AM
I just remembered about “David’s Sling” by Marc Stiegler. It was written in 1988. When I read it, probably a decade later, the political setting was embarrassingly obsolete and the tech was ridiculously speculative. But now I’ll bet they are both juuust right.
omg this is so great! Thank you, Apple! Now can I can work on my laptop in the car without getting nauseated.
October 17, 2025 at 10:18 PM
omg this is so great! Thank you, Apple! Now can I can work on my laptop in the car without getting nauseated.
Reposted
Reposted
if you for some reason think this is useful:
1) why. why would you use this and not something like ChaCha20Poly1305.
2) this is an exceedingly bad toy impl written by someone with no cryptography training. there seems to be better constructions of BLAKE3 AEADs than.... this bullshit
1) why. why would you use this and not something like ChaCha20Poly1305.
2) this is an exceedingly bad toy impl written by someone with no cryptography training. there seems to be better constructions of BLAKE3 AEADs than.... this bullshit
October 17, 2025 at 6:07 AM
if you for some reason think this is useful:
1) why. why would you use this and not something like ChaCha20Poly1305.
2) this is an exceedingly bad toy impl written by someone with no cryptography training. there seems to be better constructions of BLAKE3 AEADs than.... this bullshit
1) why. why would you use this and not something like ChaCha20Poly1305.
2) this is an exceedingly bad toy impl written by someone with no cryptography training. there seems to be better constructions of BLAKE3 AEADs than.... this bullshit
Reposted
keyed blake3 XOF is basically a stream cipher, keyed blake3 is literally a MAC, I can make an AEAD out of this, so I did just that gist.github.com/vgskye/6253a...
b3b3.rs
GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
October 17, 2025 at 4:36 AM
keyed blake3 XOF is basically a stream cipher, keyed blake3 is literally a MAC, I can make an AEAD out of this, so I did just that gist.github.com/vgskye/6253a...
I like this essay. Global namespaces are attractive to software engineers and businesspeople, but not because they are good for users. We need instead to work for the opposite goal: to increase the user’s illegibility.
newsletter.squishy.computer/p/soulbindin...
newsletter.squishy.computer/p/soulbindin...
Soulbinding Like a State
Is acceptably non-dystopian digital identity even possible?
newsletter.squishy.computer
October 16, 2025 at 2:34 AM
I like this essay. Global namespaces are attractive to software engineers and businesspeople, but not because they are good for users. We need instead to work for the opposite goal: to increase the user’s illegibility.
newsletter.squishy.computer/p/soulbindin...
newsletter.squishy.computer/p/soulbindin...
There’s an idea that is widespread among software engineers that goes: “Sure BLAKE3 is faster in software, but CPU makers put dedicated hardware for SHA256 into their CPUs so SHA256 is faster than, or at least as fast as, BLAKE3 practice.”.
This argument is mostly mistaken. …
This argument is mostly mistaken. …
October 15, 2025 at 5:43 PM
There’s an idea that is widespread among software engineers that goes: “Sure BLAKE3 is faster in software, but CPU makers put dedicated hardware for SHA256 into their CPUs so SHA256 is faster than, or at least as fast as, BLAKE3 practice.”.
This argument is mostly mistaken. …
This argument is mostly mistaken. …
The next Zcash Crosslink workshop coming a week from today! Join in and test out our prototype of a Proof-of-Stake+Proof-of-Work hybrid upgrade for Zcash! forum.zcashcommunity.com/t/crosslink-... (Requires Zoom this time around.)
Crosslink Workshop: Wednesday, Oct 22nd at 5pm UTC
As part of Milestone 4 in Crosslink’s development, Shielded Labs will host a series of workshops to gather more frequent feedback as the design continues to evolve. The next workshop will take place ...
forum.zcashcommunity.com
October 15, 2025 at 3:14 PM
The next Zcash Crosslink workshop coming a week from today! Join in and test out our prototype of a Proof-of-Stake+Proof-of-Work hybrid upgrade for Zcash! forum.zcashcommunity.com/t/crosslink-... (Requires Zoom this time around.)
If you like cryptographically hashing lots of small things at once — and who doesn’t? — Rüdiger Klaehn’s patch to BLAKE3 can give you a substantial speedup on Apple Silicon! Speedups on other platforms expected but not confirmed. x.com/klaehnr/stat...
Rüdiger Klaehn on X: "@zooko @akpoff You nerdsniped me into implementing this. It is very limited, but... Here is the perf on an M1 MBP. SIMD gets you about a factor of 2 improvement. On x64 this would be more, I guess. https://t.co/YfVHlVjo1O https://t.co/KEiFQ3tFPN" / X
@zooko @akpoff You nerdsniped me into implementing this. It is very limited, but... Here is the perf on an M1 MBP. SIMD gets you about a factor of 2 improvement. On x64 this would be more, I guess. https://t.co/YfVHlVjo1O https://t.co/KEiFQ3tFPN
x.com
October 13, 2025 at 8:39 PM
If you like cryptographically hashing lots of small things at once — and who doesn’t? — Rüdiger Klaehn’s patch to BLAKE3 can give you a substantial speedup on Apple Silicon! Speedups on other platforms expected but not confirmed. x.com/klaehnr/stat...
Reposted
We've built ML-DSA-B, ML-DSA powered by BLAKE3 instead of SHAKE.
Up to 20% faster signing, 30% faster verification, 60x pre-hash.
Code & details: github.com/PQC-Suite-B
With @zooko.bsky.social @aumasson.jp @conordeegan.bsky.social from Project Eleven
Up to 20% faster signing, 30% faster verification, 60x pre-hash.
Code & details: github.com/PQC-Suite-B
With @zooko.bsky.social @aumasson.jp @conordeegan.bsky.social from Project Eleven
October 9, 2025 at 2:17 PM
We've built ML-DSA-B, ML-DSA powered by BLAKE3 instead of SHAKE.
Up to 20% faster signing, 30% faster verification, 60x pre-hash.
Code & details: github.com/PQC-Suite-B
With @zooko.bsky.social @aumasson.jp @conordeegan.bsky.social from Project Eleven
Up to 20% faster signing, 30% faster verification, 60x pre-hash.
Code & details: github.com/PQC-Suite-B
With @zooko.bsky.social @aumasson.jp @conordeegan.bsky.social from Project Eleven
Reposted
I'll be in Bucharest next week, talking about @iroh.computer and BLAKE3.
There will also be a rust workshop.
There will also be a rust workshop.
October 9, 2025 at 2:51 PM
I'll be in Bucharest next week, talking about @iroh.computer and BLAKE3.
There will also be a rust workshop.
There will also be a rust workshop.
Reposted
folks, hear me out, the best long-term trading strategy is privacy itself. Those who build and hold it are shaping the foundation of a free economy. And guess what, its yield is true sovereignty: the _only_ return that truly endures.
October 12, 2025 at 6:24 PM
folks, hear me out, the best long-term trading strategy is privacy itself. Those who build and hold it are shaping the foundation of a free economy. And guess what, its yield is true sovereignty: the _only_ return that truly endures.
One of my little pleasures in life is drinking coffee in bed while submitting useful bug reports to open source projects. ☺️ github.com/bazhenov/tan...
October 7, 2025 at 12:45 PM
One of my little pleasures in life is drinking coffee in bed while submitting useful bug reports to open source projects. ☺️ github.com/bazhenov/tan...