Colorful illustrated flowers with "goodbye" in different languages including CIAO, SHALOM, FARVEL, GOOD BYE, AU REVOIR, ADEUS, and CHI JIAN

The bandwidth of language

How different languages balance syllable density and information content to convey information at approximately the same rate

Photo of the Mortadelo crypto stamp launch event.

On Spanish National Postal Service Crypto Stamps

In this post I briefly analyze how the crypto stamps recently released by Correos are implemented and used.

The graph illustrating the article

Less confusing confusion matrices with Seaborn

In this post I use a JointGrid with bar plots to make confusion matrices less confusing

Using hugo from a GitHub codespace

In this tutorial we will learn how to set up GitHub codespaces to comfortably write your Hugo posts

The graph illustrating the article

Creating a HeatMap with marginal distributions using Seaborn

In this post I create a neat heatmap using Seaborn's JointGrid without modifying the DataFrame, and using data from my master's thesis"

Migrating from SSHFS to NFS

First of all, this is not a tutorial, this is more like a lab notebook of my experience trying to ditch sshfs and start using NFS. The main problem I had with sshfs is that it is not very reliable as a file system to remain mounted 24/7. For example, I had some problems unmounting it when it got stuck in a machine, creating lots of zombie processes. The only solution was to literally restart the machine… Furthermore, its GitHub repo was archived more than a year ago, so these issues will not be addressed soon....

Computing information retrieval metrics in Pytorch Geometric

How to calculate metrics like precision@k, recall@k and r-precision for information retrieval and recommender systems in PyTorch Geometric

Abstract graph illustrating the article

Death to the algorithm: Alternatives to recommendation systems

Recommendation systems are useful, but sometimes we just want to discover new things by ourselves. In this article I present 6 alternatives to "the algorithm".

How to export your Pocket data to Omnivore

In this tutorial I provide a Jupyter notebook to exp your data from Pocket and upload it to Omnivoreort

Using ROS2 in Coppelia

With this tutorial you will learn how to use ROS2 in the Coppelia simulator (formerly V-REP) with the simExtROS2 library, using the lidar to build a map.