zooko2.bsky.social
@zooko2.bsky.social
Reposted
Zcash Shielded News | Vol.57

🔹 Shielded Labs - Phillip is joining team as engineer
🔹 New developer joins Tachyon
🔹 Z|ECC Summit - Applications Open
🔹 ZCG Meeting Notes | 11/10/25
🔹 The Room | ECC Updates
🔹 Arborist Call - Quick Updates

shorturl.at/96V1t
November 20, 2025 at 9:16 PM
Reposted
I resent retail music now. I don't want to hear rock music from my teens at home depot. I don't want to hear christmas music before thanksgiving at target. If physical retail were actually humanized, it would play whatever the employees want to listen to.
November 20, 2025 at 8:12 PM
Cool! Proposal to develop bootstrapped and deterministic builds of Zcash software: forum.zcashcommunity.com/t/bootstrapp...
Bootstrapped and deterministic builds a la StageX
Hey everyone, I’m Anton, a security engineer and technologist who loves improving the security, privacy and freedom of the world (antonlivaja.com). I would like to submit a proposal for support around...
forum.zcashcommunity.com
November 19, 2025 at 12:55 AM
Reposted
I think this incident reflects badly on the broader institutions currently covering AI and the environment. I should absolutely not have been the first person to notice this. From the end of the post:
November 18, 2025 at 10:21 PM
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
November 7, 2025 at 4:45 PM
"Mr TIFF"--https://inventingthefuture.ghost.io/mr-tiff/
November 5, 2025 at 2:32 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
November 5, 2025 at 2:27 AM
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
turns out Mark Henderson is the CEO of Zcash
October 29, 2025 at 6:19 PM
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
These graphs are bullish for freedom.

Total value of all ZEC over all time: coingecko.com/en/coins/zcash ⤵️
October 25, 2025 at 4:28 PM
Alllmost there!!

zechub.wiki/dashboard
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
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
Reposted
October 17, 2025 at 9:03 PM
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
October 17, 2025 at 6:07 AM
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
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...
Soulbinding Like a State
Is acceptably non-dystopian digital identity even possible?
newsletter.squishy.computer
October 16, 2025 at 2:34 AM
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. …
October 15, 2025 at 5:43 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.)
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
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
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
October 9, 2025 at 2:17 PM