A partial list of historically "edgy" / "risky" behaviours that could expose your cryptographic keys through weak, repeated, predictable, biased, or subverted randomness: 1/13
François Garillot
@huitseeker.bsky.social
Cryptography, decentralized networks, in close proximity to ☕🦀. Ex: {Protocol, Mysten, Dapper} Labs, Meta, …
Google’s latest Shor resource estimate: secp256k1 ECDLP (and ECDSA over that curve) may be breakable with <500K physical qubits under specific assumptions.
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?
One thing to recall from @hdevalence.bsky.social 's work: @lmao.bsky.social, @pinged.bsky.social & @alexhevans.bsky.social showed that just encrypting a continuously updated CFMM (e.g. via FHE) fails to provide real privacy, since the very structure of a live, convex invariant leaks information.
At ACM #Facct2025, learning that LLMs face diminishing returns & comparatively worse task-specific performance when fixating on a larger scale. arxiv.org/abs/2409.14160 (paper by @sashamtl.bsky.social @gaelvaroquaux.bsky.social & @meredithmeredith.bsky.social)
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.
Ever wonder exactly where your Rust code spends its time? I wrote a note on how to light up perf bottlenecks with Tokio’s tracing and the lightweight tracing-texray layer.
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
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