Things I've Learned Contributing to Dogecoin.

Jun 4, 2022

One Transaction, Two Transaction, Three Ah-Ah-Ah (PR 2974)

One rule of optimization: avoid needless work. Another rule: sometimes only a human can tell what's needless. Why PR 2974 matters.

May 21, 2022

Why So Negative (PR 2959)

Some changes suggest other changes, whether by exposing limitations of the existing design or revealing small improvements. Here's work in progress for managing maximum network connections.

May 14, 2022

Limit Yourself (PR 2698)

Sometimes an easy change is a lot harder than it looks. Creating a setmaxconnections RPC command definitely was.