I saw a recent Reddit post on the advances in Generic Associated Types (GATs) in Rust, which allows for the definition of a Monad trait. In this post, I'm going to take it one step further: a monad transformer trait in Rust! (more…)
Read more »
This is a space where I express my thoughts and opinions on mostly technical things - sidkshatriya/me... (more…)
Read more »
I’ve done a lot of writing about functional programming. But mostly in JavaScript. I love the simplicity of declarations that are possible thanks to JavaScript’s dynamic typing system. It makes… (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 »
We are thrilled to announce Suricata 4.0. This is a major new release, improving detection capabilities, adding new output options and more protocols. Improved Detection Based on valuable feedback … (more…)
Read more »