Cetra's Thoughts

My Wishes for Rust 2020
Discussion around Rust 2020
rust 2019-10-30
2019 was another huge year for rust, but instead of implementing the shiny new thing, it's been a focus on refining existing ideas. Having being using rust professionally for over 3 years, I feel I will very soon be regailing new rust developers of the ti…
Face Detection with Actix Web
Using MTCNN with Actix Web
rust 2019-04-11
Last article I wrote about how to use tensorflow with rust. This time we're going to take what we've built on, and serve it as an HTTP API call. As Actix Web is nearing its inevitable 1.0 release, I thought it would be a great time to build something wi…
Face Detection with Tensorflow Rust
Using MTCNN with Rust and Tensorflow
rust 2019-03-28
One of the promises of machine learning is to be able to use it for object recognition in photos. This includes being able to pick out features such as animals, buildings and even faces. This article will step you through using some existing models to ac…
TMQ 0.1.0 Release: ZeroMQ bindings for Tokio
ZeroMQ for async rust and tokio
rust tmq 2019-02-07
TMQ is a rust library to use ZeroMQ within the Tokio ecosystem. ZeroMQ is a distributed messaging queue written in C supporting a number of different messaging patterns. While there are other options out there (including gRPC, etc..), I settled on ZeroM…
My Wishes for Rust 2019
Discussion around Rust 2019
rust 2018-12-14
2018 was a massive year for rust, and it's great to reflect back on how far we've all come. My main wish for the new year is to put on the breaks a little bit, and finish off what has been started without taking on anything majorly new. There are a coupl…
Previous Page 3 of 3