Serverless Rust Testing

In the system I’m building there are a significant amount of SQS messages that need to be processed asynchronously and Lambda is a really good fit for that. It is perfect for spiky workloads. You can control max parallelism easily. And it now has a native… Read more

Similar

Rust’s culture of anti-white racism explained

This is a delicate topic because the problem comes from the very top. The roadmap of 2017 contains this: "Outreach and mentoring is also one of the best avenues for increasing diversity in the project". When you click on the link to the mentioned survey, ...

Read more »

A case for Rust in deep learning

In this blog post, we'll explore the case for Rust in deep learning and why it may be a better option than Python. With its ability to handle complexity through safe and concurrent abstractions, Rust has the potential to tackle this field's biggest challe... (more…)

Read more »