Appears on
Articles115
Claude Code Debugs Low-Level Bug in Post-Quantum Cryptography Implementation
Linux Kernel Successfully Ported to WebAssembly, Runs in Web Browsers
Ada Programming for Embedded Systems: Open-Source Neorv32 BIOS Project Demonstrates Alternative to C
Tim Bray's Experience with Grokipedia: AI-Generated Encyclopedia Entries vs. Wikipedia
Introduction to Visual Rambling: A Personal Project for Visual Learning
Berkeley Out-of-Order Machine (BOOM): Open-Source RISC-V Processor Design

The Busy Beaver Problem: Recent BB(5) Breakthrough and the Antihydra Challenge
benbrubaker.com7mo agoJPEG XL's Float-Based Approach Makes Bit Depth Irrelevant for Image Compression
Analysis: Apple's Declining Attention to Detail in Product Design and User Experience
Unconventional Type Casting Techniques in TypeScript
Personal Reflection on Version Control Tools: Jujutsu VCS vs Git Usage Habits
Search Engine Expands to German, French and Swedish in Multilingual Pilot
Using Parser Expression Grammars (PEGs) in Janet Programming Language
This article provides a comprehensive tutorial on using Parser Expression Grammars (PEGs) in the Janet programming language. It explains that Janet, a Lisp-like language, uses PEGs instead of regular expressions for string parsing. The guide covers how PEGs are defined using associative data structures with named rules, demonstrates basic PEG syntax and matc
Flowistry: Rust IDE Plugin for Code Focus Through Information Flow Analysis
The Majority AI View: What Technical Professionals Really Think About AI
Apple's "F1 The Movie" Sets Global Streaming Debut for December 12 on Apple TV+
Exploring Bellcore MGR: A software archaeology dive into a 1984 windowing system on vintage Linux
How a Turkish Alphabet Bug Hid in the Kotlin Compiler for Five Years
Why Code Examples Are More Effective Than Formal Documentation
The article argues that examples are more effective than formal documentation for developers, especially those who work across multiple programming languages and frameworks. The author notes that 95% of the time, a single example would suffice for understanding, but official documentation often lacks practical examples and assumes deep ecosystem knowledge. T
Python's splitlines() Method Handles More Line Boundaries Than Just Newlines
The article reveals that Python's str.splitlines() method splits strings on more line boundaries than just the common newline characters (\n, \r, \r\n). It actually handles a superset of universal newlines including line tabulation (\v), form feed (\f), file separator (\x1c), group separator (\x1d), and record separator (\x1e). The author shares this discove

