This is more a diary than a blog. You can find some information we used while working on something. We decided to keep it here, more or less organized, so it may be used by other people that want to reach the same goal. Enjoy!
You can also browse our posts by tag or by category.
Tags
Algorithms Apps Automation Cloud Coding Crontab CSS Data Science Docker Easter egg Electronics Flask Foobar Free Google GUI HDD HTMX JavaScript Latex Linux MacOS MicroPython MinIO MongoDB Multipass NAS Pandas Plaftorm Portainer PyScript Python R Resources Setup SSD Synology Tools Visualization Web Webscraping WebSockets Windows WSL2
Categories
Our latest posts
- Fixing AppImage Sandbox Errors on Ubuntu: A Complete System-Wide SolutionTL, DR If you’ve ever tried running an AppImage on Ubuntu only to be greeted with a frustrating error message, you’re not alone. The error about the “SUID sandbox helper binary” has become increasingly common, especially with newer Ubuntu versions like 24.04. Today, I’ll walk you through the best solution to fix this issue while… Continue reading Fixing AppImage Sandbox Errors on Ubuntu: A Complete System-Wide Solution
- Reverse fn key on a Dell laptop keyboardTL, DR Laptop keyboards have dual-function keys. For instance, on my Dell G15 laptop, which I use with Ubuntu, the F1 key doubles down as mute for audio output. In some cases you may want to reverse the working of the fn key. The simple and easy way to do it is to press fn… Continue reading Reverse fn key on a Dell laptop keyboard
- Commit code for MicroPythonTL, DR MicroPython is a fantastic framework to write code for micro controllers. The procedure to contribute code on GitHub has a few bureaucratic steps which may be hard to get right first. Here the steps you need to follow. MicroPython MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a… Continue reading Commit code for MicroPython
- A MicroPython client for MinIOTL, DR MicroPython is a fantastic framework to write code for micro controllers. I just created a very simple library to enable those devices uploading files into a MinIO object storage. MinIO object storage I already wrote a couple of blog posts about MinIO (you can check them here), a great self-hosted object storage software.… Continue reading A MicroPython client for MinIO
- Create a MongoDB user from CompassTL, DR MongoDB is one of the leading NoSQL databases, and Compass is its desktop GUI. We will see how we can leverage it to create new users. Creating users from Compass I already provided an introduction to MongoDB and Compass in a previous post for my MongoDB series. In this post we will explore… Continue reading Create a MongoDB user from Compass