Enhanced Data | cybernetic.dev An experiment in adaptive and adjustable UI density to fit as much data as possible on one screen. Pagination is used only when absolutely necessary.
Bril: An Intermediate Language for Teaching Compilers I created a new intermediate language, called Bril, for teaching my funky open-source, hands-on compilers course. Because it’s for education, Bril prioritizes simplicity and regularity over more typical compiler priorities like performance and concision. ...
Plugin Architectures in DotNet – Dev Leader Weekly 54 Welcome to another issue of Dev Leader Weekly! In this issue, I plugin architecture in DotNet based on a presentation I did in Dallas!
The New Internet We don’t talk a lot in public about the big vision for Tailscale, why we’re really here. Usually I prefer to focus on what exists right now, and what we’re going to do in the next few months. But let’s look at the biggest of big pictures for a change.
Europe Is in Danger of Regulating Its Tech Market Out of Existence Poorly designed laws are forcing global firms to leave.
Simple Messaging in .NET With Redis Pub/Sub Redis is a popular choice for caching data, but its capabilities go far beyond that. One of its lesser-known features is Pub/Sub support. Redis channels offer an interesting approach for implementing real-time messaging in your .NET applications.