ISO 8583: The language of credit cards Articler hero
The No-Feedback Rejection Stings
Building a crime map with police scanner audio
CopCrawler.com The Police Scanner Search Engine
chessinsights.xyz - working with the chess.com API
A rustc soundness bug in the wild
Visualizing local election results with Datasette, Observable and MapLibre GL
When Machine Learning Tells the Wrong Story
A Tech Sales Guide: Stop Selling Technicalities, Start Selling Outcomes
Intel Spots A 3888.9% Performance Improvement In The Linux Kernel From One Line Of Code
Rust's Sneaky Deadlock With `if let` Blocks
Every Game I Made Since 2019 had a Lighting Bug
Inserting a 0 bit in the middle of a value
How to make Product give a shit about your architecture proposal
Are LLMs Any Good at Ranking People?
When should I use String vs &str?
Orchestrating Agents: Routines and Handoffs
Use Prolog to improve LLM's reasoning
75x faster: optimizing the Ion compiler backend
TwoVec: A Very Silly Container
Memory for Nothing: Why Vec<usize> is (probably) a bad idea
A popular but wrong way to convert a string to uppercase or lowercase
CRLF Is Obsolete And Should Be Abolished
Improve an algorithm performance step by step
Bypassing airport security via SQL injection
Internet Archive Hacked (probably)
Code Generation in Rust vs C++26
NixOS is a good server OS, except when it isn't
Speeding up the Rust compiler without changing its code
What P vs NP is actually about
How to train a model on 10k H100 GPUs?
How we Built 300μs Typo Correction for 1.3M Words in Rust
Why autonomous trucking is harder than autonomous rideshare
How autonomous vehicle simulation works
RULER: What’s the Real Context Size of Your Long-Context Language Models?
Rust vs. Zig in Reality: A (Somewhat) Friendly Debate
How Postgres stores oversized values – let's raise a TOAST
A practitioner's guide to testing and running large GPU clusters for training generative AI models
A different memory pool in Rust
Garbage collection and closures
How the Paris 2024 Summer Olympics has impacted Internet traffic
Get Real: How Benchmarks Fail to Represent the Real World
A Deep Dive into German Strings
Why German Strings are Everywhere
A Visual Guide to Quantization
An intuitive introduction to text embeddings
Reverse Engineering A Usb Device With Rust
How Conditional Breakpoints Work
Harnessing Discrete Representations for Continual Reinforcement Learning
Selecting Random Rows Using MySQL + Benchmark Results
Rust 1.78: Performance Impact of the 128-bit Memory Alignment Fix
I'm a programmer and I'm stupid
Everything I Know About the Xz Backdoor
Build a multilayer perceptron with Golang
You’ve just inherited a legacy C++ codebase, now what?
How Rust Could Change Robotics
Write a simple netcat client and server in Rust
Garbage Collection Without Unsafe Code
The rabbit hole of unsafe Rust bugs
A good engineer thinks like a product manager
Rust global variables, two years on
Optimizing CI/CD pipelines in your Rust projects
Four ways to shoot yourself in the foot with Redis
Why is DNS still hard to learn?
An error isn't (always) an exception
Typst - Compose papers faster. (Talk)
Whom the Gods Would Destroy, They First Give Real-time Analytics
Type Systems for Memory Safety
Building a cost-effective logging platform using Clickhouse for petabyte scale
Eliciting Truthful Answers from a Language Model
5 Big Fat Reasons Why Mutexes Suck Big Time
Compress-a-Palooza: Unpacking 5 Billion Varints in only 4 Billion CPU Cycles
A Gentle Introduction to 8-bit Matrix Multiplication for transformers at scale
Learn x86-64 assembly by writing a GUI from scratch
Decoding C Compilation Process: From Source Code to Binary
Go Concurrency: Fan-out, Fan-in
WebGPU — All of the cores, none of the canvas
The path to implementing a programming language
Why the “Null” Lifetime Does Not Exist
Binary sizes and compiler flags
An Introduction to Assembly Programming with RISC-V
The Six Dumbest Ideas in Computer Security
Leptos vs Dioxus vs Sycamore (vs Svelte?): Part 1 — Syntax comparison
More than you've ever wanted to know about errors in Rust
Why even let users set their own passwords?
What every IT person needs to know about OpenBSD
Compare the Assembly Generated for Static vs Dynamic Dispatch in Rust
PoisonGPT: How we hid a lobotomized LLM on Hugging Face to spread fake news
What is Box<str> and how is it different from String in Rust?
Compiler Optimizations Are Hard Because They Forget
Learning Containers From The Bottom Up
Fearless Concurrency with Rust
When Zig is safer and faster than Rust
A formulation for scoped tasks in Rust
The World's Smallest Hash Table
A straight guide to APIs and architecture concepts
Weird things I learned while writing an x86 emulator
Rewriting recursion as iteration
Accidentally writing a fast SAT solver
OK, I can partly explain the LLM chess weirdness now
The Most Pointless Docker Command Ever
The Hidden Complexity of Wishes
Trimming down a rust binary in half
Understanding Kafka with Factorio
The optimised version of 7-Zip can't be built from source
Apple Passwords’ Generated Strong Password Format
Mimalloc Cigarette: Losing one week of my life catching a memory leak
Uncensor any LLM with abliteration
Cloudflare took down our website after trying to force us to pay 120k$ within 24h
RL Intro to advantage actor critic
Feature flags are ruining your codebase
The ridiculous policy that forced engineers to come to the office at 2 AM twice a year
Linus Torvalds flames Google kernel contributor over filesystem suggestion
How did PayPal handle a billion daily transactions with eight virtual machines?
The ideal viewport doesn’t exist
Can You Trust a Compiler to Optimize Your Code?
Git files hidden in plain sight 🫥
Back-end parallelism in the Rust compiler
Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022
How I cut GTA Online loading times by 70%
Shrinking VS Code with name mangling
Visualizing A Neural Machine Translation Model (Mechanics of Seq2seq Models With Attention)
Floating Point Visually Explained