chromatic chromatic developer

Lessons Learned Contributing to Dogecoin.

Dogecoin was created as a joke, a meme poking fun at the all-too-serious nature of cryptocurrency. Why shouldn’t development be fun?

Along the way, maybe we can help make a globally available, decentralized microtransaction system that lets people do and build interesting things.

Here’s what I’ve learned contributing code to Dogecoin core and other projects.

Apr 30, 2022

Be The Worst Person in the Band

If you want to grow as a developer, let other people be better than you are. This goes double for working on community-based projects.

Apr 23, 2022

High DPI Scaling (PR 2778)

Warnings can seem annoying, but sometimes they point to mistakes. Other times, they point out missing improvements.

Apr 20, 2022

Processor Intrinsics

Building generic software that runs faster on specific hardware is tricky, but it's important.