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/
Stupid Smart Pointers in C
http://blog.kevinalbs.com/stupid_smart_pointers
http://blog.kevinalbs.com/stupid_smart_pointers
Kevinalbs
Stupid Smart Pointers in C
Speeding up C++ code with template lambdas
https://lemire.me/blog/2025/03/15/speeding-up-c-code-with-template-lambdas/
https://lemire.me/blog/2025/03/15/speeding-up-c-code-with-template-lambdas/
parallel-implementation.pdf
371.5 KB
A Parallel Implementation for Optimal Lambda-Calculus Reduction
https://dl.acm.org/doi/pdf/10.1145/351268.351270
https://dl.acm.org/doi/pdf/10.1145/351268.351270
Directed Virtual Reductions
https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=698e7bbf356a4cf3c5122ddd2274483f99782f67
https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=698e7bbf356a4cf3c5122ddd2274483f99782f67
Computed goto for efficient dispatch tables
https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables