Weighted random generation in Python (2010)
eli.thegreenplace.net·21h·
Discuss: Hacker News
⏭️Skip Lists
Building a Simple Stack-Based Virtual Machine in Go
blog.phakorn.com·12h·
📚Stack Data Structures
A Lisp compiler to ARM written in Lisp (2)
forum.ulisp.com·6h·
Discuss: Hacker News
🌱Minimal Lisps
Smarter, faster, leaner: Optimizing the end-to-end supply chain
scmr.com·1h
JIT Optimizations
What happens when you run a program?
dev.to·3h·
Discuss: DEV
📜Bytecode Interpreters
Symmetric MultiProcessing, Hyper-Threading and scheduling on Maestro
blog.lenot.re·11h
Instruction Fusion
built fasterpc bc i was frustrated with the usual distributed service comms, no more rest apis, or heavy MQs
github.com·21h
🐹Go Runtime
🚀 Parallel.ForEachAsync vs Task.Run in C#: A Beginner’s Guide
dev.to·9h·
Discuss: DEV
⏱️Async Runtimes
[R] AI Learns to Speedrun Mario in 24 Hours (2 Million Attempts!)
youtube.com·22h
🌊Loop Invariant Motion
Telling a Story: Scripted Operations
ruinstars.itch.io·5h
🐚Shell Languages
SOLID Principles for Python Developers
dev.to·4h·
Discuss: DEV
🎭Racket Modules
A Dumb Introduction to z3. Exploring the world of constraint solvers with very simple examples.
asibahi.github.io·21h·
🧩Constraint Solvers
Not Another Postmortem
wayfarergames.itch.io·1d
🏗️Custom Allocators
Need Speed in Python? When to Use Threading vs. Multiprocessing.
dev.to·3d·
Discuss: DEV
🔗Concurrency Primitives
The future of microoptimization
goldenstack.net·2d·
Discuss: Hacker News
🔬Nanopasses
How I simply improved my chunk system performance using multithreading in C#
reddit.com·2d·
Discuss: r/godot
Interpreter Optimization
The many, many, many JavaScript runtimes of the last decade
shapeof.com·1h
🚀V8 Internals
Mira Murati’s Thinking Machines Lab says AI should be consistent: “Same input, same output…” - The Times of India
timesofindia.indiatimes.com·11h
🔄Coroutines
How We Reimagined SQL Query Building to Be Smarter, Safer, and Simpler (Introducing `mysql2-dx` v1.1.0)
npmjs.com·7h·
Discuss: DEV
🛡️Error Handling
Go channels to solve interface impedance mismatch
dolthub.com·3d·
📊Row Polymorphism