-
Building a network diagnostic tool similar to mtr (a combination of traceroute & ping)
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I'm working on releasing the next minor release of my project cargo-rx, which should hopefully be wrapped up by tomorrow at the latest. It basically employs a fuzzy finder approach - thanks to skim - to make it easier to run examples in Cargo projects.
-
Since shreddit was abandoned, I'm rewriting it in Rust.
-
I've been polishing glamour, the strongly typed vector math companion to glam. :-)
-
I've been polishing glamour, the strongly typed vector math companion to glam. :-)
-
I'm making little pastebin webapp because I couldn't find one that I like. Still learning Rust so careful reading the sorse! https://github.com/szabodanika/microbin
-
achat
A collection of simple modules which showcase simple use of tasks, channels, and other tokio primitives to implement simple networking applications. Purely educational purposes.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I've launched an experimentation with crossing old school CGI with WASM + WASI. Small rust HTTP server runs CGI applications through wasmer. Been then experimenting with writing some CGI applications in both Rust and some C + JavaScript (by getting QuickJS to target WASI)
-
I've been responding to issues and doing a bit of cleanup of old work that hasn't been pushed over the finish line for uom (type-safe zero-cost dimensional analysis). Next up is reviewing support for complex numbers.