~/arifin
GitHub ↗
~/arifin · Indonesia
WorkWritingAbout
GitHub ↗LinkedIn ↗Email
~/arifin/writing

Writing

Notes from building — concepts explained, decisions documented, lessons recorded.

How ERC-4337 actually works: bundler, paymaster, entrypoint

explainer

ERC-4337 ships account abstraction without touching the consensus layer. Here is how a UserOperation travels from a user's wallet to on-chain execution — and what each of the three core primitives actually does.

May 22, 20269 min readBlockchainArchitecture

Context Rot: Why Giving AI Too Much Info Can Ruin the Results

explainer

A beginner-friendly overview of Chroma's 'Context Rot' research. Learn why stuffing AI models with millions of words doesn't always work, and what you can do instead.

Feb 27, 20264 min readAI

How Reentrancy Exploits Drain Smart Contracts

explainer

Reentrancy is fundamentally a race condition. The vulnerability lies not in the code that runs, but in the code that *awaits* to run during state updates.

Jan 24, 202610 min readBlockchainSecurityDeFi

The Odyssey of Consensus: From Byzantine Generals to Blockchain

explainer

Journey through four decades of distributed consensus evolution—from the impossibility proofs of 1982 to the optimized two-phase protocols powering today's trillion-dollar blockchains.

Dec 27, 20255 min readBlockchainInfraArchitecture

How Merkle Trees Secure Blockchain and Beyond

explainer

Discover how Merkle trees enable blockchain to verify massive amounts of data efficiently. Learn why this elegant data structure is the backbone of Bitcoin, Ethereum, and Git!

Dec 23, 20255 min readBlockchainCryptographyArchitecture

The Unforgeable Seal: Understanding ECDSA Digital Signatures

explainer

Learn how ECDSA keeps your crypto transactions safe through simple explanations and visual guides. No complex math required!

Dec 21, 20254 min readBlockchainCryptography