obfuscated cat (@0xreymon) 's Twitter Profile
obfuscated cat

@0xreymon

📚 physics, complex systems science - coding, web3, decentralization, privacy 🔨

ID: 1125346273656213515

linkhttps://sandbox.icramp.xyz calendar_today06-05-2019 10:27:14

31 Tweet

87 Followers

580 Following

ETHGlobal (@ethglobal) 's Twitter Profile Photo

Day 1 is for forming teams, picking an idea, and setting up Day 2 is for super focused shipping and all nighter vibes :) Day 3 is for pitching

Day 1 is for forming teams, picking an idea, and setting up

Day 2 is for super focused shipping and all nighter vibes :)

Day 3 is for pitching
obfuscated cat (@0xreymon) 's Twitter Profile Photo

Here's what I built at ETHGlobal Buenos Aires hosted by @ethglobal: 🦋Chaos LP – Chaos LP — MEV-resistant Uniswap v4 liquidity using Pyth Price Feeds + Entropy randomness Check it out here: ethglobal.com/showcase/chaos…

Here's what I built at ETHGlobal Buenos Aires hosted by @ethglobal:

🦋Chaos LP – Chaos LP — MEV-resistant Uniswap v4 liquidity using Pyth Price Feeds + Entropy randomness

Check it out here: ethglobal.com/showcase/chaos…
obfuscated cat (@0xreymon) 's Twitter Profile Photo

For this week's cryptography study series: Crescent Bench Lab — reproducible timings + proof sizes for ZK presentations over real credentials (JWT RS256 + mDL). Code: github.com/reymom/zkid-cr… Write-up: reymom.xyz/blog/cryptogra…

obfuscated cat (@0xreymon) 's Twitter Profile Photo

Wrapping up ZK Hack's S3-inspired weekly study sessions with a #ZKML lab (EZKL + MNIST): prove private inference + verify output. Bottleneck: calibration boosted logrows and the prover OOM’d; PKs were GB-scale. Repo: github.com/reymom/zkml-ez… Blog: reymom.xyz/blog/cryptogra…

obfuscated cat (@0xreymon) 's Twitter Profile Photo

While building a DAG executor I hit a classic Rust moment: storing heterogeneous closures in a Vec. Generics don’t work. Enums don’t scale. Box<dyn Fn> does. Short note on type erasure, DSTs, and why 'static matters when tasks may run on worker threads: reymom.xyz/blog/rust/2026…