About:

The website is authored by Adam Nelson. The metadata suggests that Adam Nelson is the primary focus and likely the creator or owner of the site, as indicated by the repeated use of his name in the title and site name.

Website:

Specializations:

Subscribe to RSS:
The blog post discusses a thought experiment inspired by a previous article on asynchronous programming, proposing a strongly-typed programming language where all functions are coroutines. Key features include a type system treati...
The blog post discusses the decline of object-oriented programming (OO) and proposes the creation of a new statically-typed OO language, inspired by functional programming and modern criticisms of OO. Key features suggested for th...
The blog post discusses the challenges of converting CJK (Chinese, Japanese, Korean) fonts, specifically OTF to WOFF, for web use. It highlights the limitations of online converters that often fail to support complex scripts like ...
The author discusses the design choices behind the Chatterbox federated chat protocol, particularly the decision to use Protobuf over WebSockets instead of a traditional REST API. Key points include the performance benefits of Web...
The post discusses the translation of a Scheme expression for the Mandelbrot set into a stack language like Forth, highlighting the differences in notation (postfix vs. prefix). It explores the implications of parentheses in Lisp ...
The blog post discusses the author's frustrations with the Matrix protocol for federated chat and introduces Chatterbox, a new protocol designed to improve user experience. Key features of Chatterbox include user-friendly defaults...