And by that, I mean exactly 100 lines (excluding templates), with hot reload and an embedded web server 😃
Conceptually, a static site generator is straightforward.
It takes some files as input, often markdown, render them, merge them with pre-defined tem... (more…)
Read more »
One of Rust’s biggest selling points is how well it can interoperate with C. It’s able to call into C libraries and produce APIs that C can call into with very little fuss. However, when dealing with sufficiently complex APIs, mismatches between... | Sean... (more…)
Read more »
Today, I challenged myself to write a prometheus exporter for MPD in Rust.
Shut up and show me the code!
Here you go and here you go for submitting patches.
The challenge I recently started monitoring my server with prometheus and grafana. I am no-way a... (more…)
Read more »
Deep learning in Rust, with shape checked tensors and neural networks - GitHub - coreylowman/dfdx: Deep learning in Rust, with shape checked tensors and neural networks... (more…)
Read more »