Termination Combinators Forever
https://www.microsoft.com/en-us/research/wp-content/uploads/2016/07/termination-combinators.pdf
https://www.microsoft.com/en-us/research/wp-content/uploads/2016/07/termination-combinators.pdf
oopsla23_larose_et_al_ast_vs_bytecode_interpreters_in_the_age_of.pdf
942.4 KB
AST vs. Bytecode
: Interpreters in the Age of Meta-Compilation3591473.pdf
3.8 MB
Optimization-Aware Compiler-Level Event Profiling
TypeScript types can run DOOM
https://youtu.be/0mCsluv5FXA?si=zf54kXxxGbkaIE9w
https://youtu.be/0mCsluv5FXA?si=zf54kXxxGbkaIE9w
YouTube
TypeScript types can run DOOM
Yep. We got the Doom engine running purely in TypeScript types. Like. For real. We’ve prepared two more videos, one answering “why we did this” (storytime format) and another answering “how we did this” (technical deep-dive). What would you like to hear…
HYTRADBOI
: a fun online conference about databases, programming languages, and everything in betweenhttps://www.hytradboi.com/
Distributed Systems Programming Has Stalled
https://www.shadaj.me/writing/distributed-programming-stalled
https://www.shadaj.me/writing/distributed-programming-stalled
www.shadaj.me
Distributed Systems Programming Has Stalled
Over the last decade, we’ve seen great advancements in distributed systems, but the way we program them has seen few fundamental improvements. While we can sometimes abstract away distribution (Spark, Redis, etc.), developers still struggle with challenges…
PLT redirection through shared object injection into a running process
https://www.codeproject.com/Articles/30824/PLT-redirection-through-shared-object-injection-in
https://www.codeproject.com/Articles/30824/PLT-redirection-through-shared-object-injection-in
CodeProject
PLT redirection through shared object injection into a running process
The first part of a two-part article which will illustrate how to redirect the PLT of a process through the injection of a shared object into its address space.
Redirecting functions in shared ELF libraries
https://www.codeproject.com/KB/library/elf-redirect.aspx
https://www.codeproject.com/KB/library/elf-redirect.aspx
Reverse Engineering OpenAI Code Execution to make it run C + JavaScript
https://x.com/benswerd/status/1899853533761200300
https://x.com/benswerd/status/1899853533761200300
2503.07740
11.6 MB
A friendly guide to exorcising Maxwell’s demon
Typed Lisp, A Primer
https://alhassy.com/TypedLisp.html
https://alhassy.com/TypedLisp.html
Alhassy
Typed Lisp, A Primer
Parsing Protobuf at 2+GB/s
: How I Learned To Love Tail Calls in Chttps://blog.reverberate.org/2021/04/21/musttail-efficient-interpreters.html
blog.reverberate.org
Parsing Protobuf at 2+GB/s: How I Learned To Love Tail Calls in C
Parsing, performance, and low-level programming.
The Software Foundations Series
: a broad introduction to the mathematical underpinnings of reliable softwarehttps://softwarefoundations.cis.upenn.edu/