CastorisCausa

Personal blog and hacks by Raymundo Cassani

Congratulations! It's amazing that you're thinking into contributing to an open-source project. Contributions usually include: 🪲 Solving bugs ⭐ Development of new features 🗎 Improve documentation etc. Although the task seems intimidating, it can be broken into some simple steps. First of all, check if the project you want to contribute to has …

Since its version 78, Thunderbird has Lightning calendar built-in. The most popular way to sync Thunderbird calendar with Google Calendars is to use the add-on Provider for Google Caledar. However, it seems there are some issues when trying to add email event invitations to the calendar directly, as it's shown …

Some months ago I got the this LED panel from Hand-Held Legend to add backlight to the display of the Game Boy Pocket. The installation was quite simple and went without problems using the instructions provided and this useful video. As the panel is powered is connected to 5 V …

When multiple statistical comparison are simultaneously performed, the risk of discovering false statistical significance increases as the number of comparisons increases. As such, Bonferroni correction is a commonly used method to address this multiple comparisons problem. In this post provides a visual demonstration to show why the multiple comparison problem …

In a previous post, the minimum code for a functional Cinnamon Desklet was provided. Based on that, I started to develop the System monitor graph which shows graphs for the level of activity in various system variables including: CPU, memory, and disks. This post describes some of the elements that …

A good day I was going through the available Desklets for Cinnamon, looking for an desklet to display graphs about the current state of the system (CPU, RAM, disks, etc.), although I found the nice desklets such as Simple monitor system, CPU Load and Disk Space, none of them quite …