Mauri870's dev blog
Software engineering, AI, web and devops stuff
Quiz: time.Sleep(50 * time.Microsecond) on Linux. How long does it actually sleep?
If you said 50µs, you’re wrong. Let’s see why and how to fix it.
Redis already supports Lua as a scripting language, allowing users to extend the functionality of Redis commands with custom scripts. However, JavaScript is a far more popular language overall, so how about writing Redis scripts in JS instead?
Redis is a very popular in-memory store and has support for Lua scripts. But how about throwing LuaJIT into the mix?
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.