
Mauri870's dev blog
Software engineering, AI, web and devops stuff
Time granularity on Windows is much lower than you’d expect, and that can cause surprising bugs when measuring elapsed time.
We are generating more content than ever — but how much of it is still truly human? And how do we even know what’s real anymore? Let’s talk about the Low-Background Web.
We finished the full rollout of a new version of our AMD project, let’s find out the improvements made alongside some implementation notes!
O(n^2) again, now with Laravel Horizon memory usage.
This is a quick post about a new Plan9 keyboard map, supporting the brazilian ABNT2 layout.
Asterisk modules are commonly written in C, but what about writing an Asterisk module in Rust? Let’s find out.
This week we solved a resource leak in our asterisk images reserved for call handling. Here’s the path we follow to mitigate the issue, which we find out to be related with the gsutil command line tool.
Plan9 is a research operating system from the same group who created UNIX at Bell Labs Computing Sciences Research Center (CSRC). It emerged in the 80s, and its early development coincided with continuing development of the later versions of Research UNIX. Let’s install it in the raspberry pi 3!
A Spectrogram is a picture of sound. A common approach for audio classification tasks is to use spectrograms as input and simply treat the audio as an image. After several tries I finally got an optimized way to integrate the spectrogram generation pipeline into the tensorflow computational graph.
The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. In this blog post I’ll cover how to export a trained CIFAR-10 tensorflow model to Tensorflow Serving.