Reading List

The most recent articles from a list of feeds I subscribe to.

The return of Stealth Mountain

It's more than a sneaky peak, it's a legend reborn.

"No way to prevent this" say users of only language where this regularly happens

An Unsuccessful Experiment with Nemotron

A few weeks ago, NVIDIA released Nemotron, a large language model that they derived from Meta’s Llama 3.1 70B.

NVIDIA claimed at release that Nemotron outperformed GPT-4o and Claude 3.5 Sonnet on certain benchmarks. That was exciting news, as my experience with self-hostable AI models is that they trail commercial models by about a year in terms of accuracy and quality.

I decided to test out Nemotron with a few simple coding tasks to see how it compared to commercial models like Claude 3.5 Sonnet.

What WordPress Can Teach Us About Open-Source in Design Systems

What can the recent situation with the WordPress community teach us about how we use open-source in design systems?

The parallel test bundle, a convention for Go testing

A Go convention that we’ve found effective for making subtests parallel-safe, keeping them DRY, and keeping code readable.