François Garillot

@huitseeker.bsky.social

Cryptography, decentralized networks, in close proximity to ☕🦀. Ex: {Protocol, Mysten, Dapper} Labs, Meta, …

There's much talk about Q-day, the future date when quantum computers become powerful enough to break some of today’s public-key cryptography—specifically RSA & elliptic-curve schemes. We do have good quantum-resistant cryptography, but when should we invest the work needed to switch?

I spoke at @protocol_berg on Modern Multi-Proposer Consensus. Consensus researchers know that algorithms like Mysticeti and Cordial Miners now elegantly blend HashGraph's virtual voting and @brynosaurus's Threshold Logical Clocks on a DAG. High throughput, low latency, the dream.

I might just have stumbled on the same functionality for Rust, and it was indeed quite simple to do! Have a look at github.com/huitseeker/l... : hopefully this is useful for someone! Thanks @filippo.abyssdomain.expert for the inspiration and @simonwillison.net for the llm tool! #rustlang #llm

GitHub - huitseeker/llm-fragments-rust

Contribute to huitseeker/llm-fragments-rust development by creating an account on GitHub.

github.com

Filippo Valsorda@filippo.abyssdomain.expert · last yr.

Made a quick plugin to pipe the output of "go doc -all" for any package/version into the large context of new LLM models using @simonwillison.net's llm CLI. e.g. $ llm -f go:golang.org/x/mod/sumdb/note "Write a single file command that generates a key and prints it." github.com/FiloSottile/...

New blog post ! Byzantine Consistent Broadcast (BCB) has re-emerged as a path toward ultra-fast digital asset transfers. Projects like pod and delta claim major performance gains through parallel execution—but what's the catch? 1/7

The recording of my talk at the Agglayer Summit in Bangkok is out ! I tried to outline an approach to ZK-proof verification that combines parallel processing, sharded state, and 500ms latency. Here's to making proof verification more accessible & efficient in 2025! #ZKProofs