To test what LLMs can do I built RSX, a derivatives exchange engine which achieves extremely low latency. It includes custom terminal so that serious users are not limited by their web browsers or their mouse. ๐
Robert van Engelen wrote a complete Lisp interpreter in just 99 lines of C
it includes 21 built-in primitives garbage collection and an interactive REPL
to prove how small it is he ran it on a Sharp pocket computer from the 1990s
the source is free and every line is explained in an accompanying article
I like Rust. It's a great language!
But it's absurd that any Rust project of moderate scale seems to gravitate towards using 100 GB+ in its target directory.
โyour success in life will be largely determined by your ability to speak, ability to write and the quality of your ideas, in that order.โ Itโs amazing to read someone else (a notable computer scientist) saying exactly what you believe.
this (kernel!) bug has real @gwern clippy material vibes (though not rce) btw - there's probably so much random stuff like this
PSA: *NEVER* use docker containers as isolation for untrusted code - shared kernel is too unsafe in this day and age, Astra *will* escape the namespace
@AlexJonesax@jjpcodes you mean you inverted shared memory ... at the time most of the world just compiles statically and versions microservices independently?