Headroom uses RTK under the hood. I applaud the benchmarking though.
This library serves as the basis of cloture[0] an effort to host Clojure on Common Lisp. I hope to see both projects thrive! [0] https://github.com/ruricolist/cloture
Looks like v3.0 just dropped, though after a very cursory glance at the release notes, I wonder what motivated the major bump specifically. I deploy on a single machine with Docker, as my apps are both small scale and…
I will peruse your learning path when I am done with writing my master's thesis. Thanks for putting it together! Lots of bullet points and keywords about the "What" : provable recursion, next-token prediction, and…
My work is about inferring solutions to Constraint Satisfaction Problem by using belief propagation in the corresponding constraint network, a few keywords caught my eye here :) Do you have any illustrative example so I…
Not exactly the approach your describing, but Futhark[0] offers an alternative to CPU execution, it compiles to CUDA or OpenCL to run on GPU (or multi-threaded CPU). [0] https://futhark-lang.org/
I find this no-nonsense approach very appealing. > The more you render from the server, the larger your caches end up. Not doing that for HTML. Is HTML really that much larger or complex than JSON? Based on the…
> I suspect that all the free hobbyist FOSS labor artificially depresses dev salaries, hurting everyone else. Otherwise, the FAANGs would have to hire people to replicate what they currently get for free. The way I see…
Many thanks!
> Moreover, well-known algorithms for linear programming like simplex and primal-dual methods have straightforward (and illuminating!) combinatorial interpretations when restricted to minimum-weight bipartite matching.…
Headroom uses RTK under the hood. I applaud the benchmarking though.
This library serves as the basis of cloture[0] an effort to host Clojure on Common Lisp. I hope to see both projects thrive! [0] https://github.com/ruricolist/cloture
Looks like v3.0 just dropped, though after a very cursory glance at the release notes, I wonder what motivated the major bump specifically. I deploy on a single machine with Docker, as my apps are both small scale and…
I will peruse your learning path when I am done with writing my master's thesis. Thanks for putting it together! Lots of bullet points and keywords about the "What" : provable recursion, next-token prediction, and…
My work is about inferring solutions to Constraint Satisfaction Problem by using belief propagation in the corresponding constraint network, a few keywords caught my eye here :) Do you have any illustrative example so I…
Not exactly the approach your describing, but Futhark[0] offers an alternative to CPU execution, it compiles to CUDA or OpenCL to run on GPU (or multi-threaded CPU). [0] https://futhark-lang.org/
I find this no-nonsense approach very appealing. > The more you render from the server, the larger your caches end up. Not doing that for HTML. Is HTML really that much larger or complex than JSON? Based on the…
> I suspect that all the free hobbyist FOSS labor artificially depresses dev salaries, hurting everyone else. Otherwise, the FAANGs would have to hire people to replicate what they currently get for free. The way I see…
Many thanks!
> Moreover, well-known algorithms for linear programming like simplex and primal-dual methods have straightforward (and illuminating!) combinatorial interpretations when restricted to minimum-weight bipartite matching.…