Counting Fast in Erlang with :counters and :atomics
Two BEAM escape hatches for counting fast—shared, mutable, off-heap integer arrays. How :atomics and :counters work, what they guarantee, and when to reach for each.
Tl;Dr version
I personally feel like you should probably either use Kaffy or roll your own admin interface completely from scratch. If you wanna know why, read on.
⚠
This is my very own analysis for my particular needs. Don't take it as being author...
A Guide to installing Deno on different operating systems. Includes instructions for Windows, macOS, and Linux using various package managers, manual installation methods, and Docker containers.
Show Your Work: How to write reviewable code - Martin Emde
As authors of code, we're responsible for writing reviewable code. When agents write the code, you still need to show your work, even if that work looks different now.
Learn 3 ways to decode VINs in JavaScript: offline with @cardog/corgi, online with the Cardog API, or raw NHTSA calls. Complete code examples for Node.js, browsers, and edge workers.
Tracing Discord's Elixir Systems (Without Melting Everything)
Join Senior Software Engineer Nick Krichevsky as he explains how Discord added distributed tracing to Elixir's message passing and optimized it to handle millions of concurrent users.
Why Elixir is the best language for AI - Dashbit Blog
A recent study by Tencent showed that Elixir had the highest completion rate across models when compared among 20 different programming languages. In this article, we explore the reasons why that may be the case and how that extrapolates to coding agents.