Paolo Redaelli personal blog

Looking glass

I’ve been using Gnome Shell for a long time but I never heard of Looking Glass! Looking Glass is GNOME Shell’s integrated inspector tool and JavaScript console useful for debugging. It can be run by typing ‘lg’ in the Alt+F2 prompt and can then be exited by pressing Esc. More details are here. Source: Projects/GnomeShell/CheatSheet…

Design by contract in a spreadsheet!

Today I wanted to format a boolean value in a spreadsheet so that true values are shown as “Sì” and false as “No” (italian words for “yes” and “no”). I was easy as librelive describe in Change Boolean to Yes/No instead of True/False – Ask LibreOffice i suggest basically the same as m.a.riosv wrote, but…

Benchmarking Go vs Node vs Elixir

In this benchmark test, we compare three web application servers—Go, Node, and Elixir (Cowboy)—by subjecting each to a synthetic workload, first with 10k, and later with 100k connections. Source: Benchmarking Go vs Node vs Elixir Will an Eiffel implementation be as good as Elixir?

2 CSS Tricks You Must Know 2021

Taken from https://www.youtube.com/watch?v=dVnzbPOeDYk background-blend-mode clip-path (Clippy – Bennett Feely may be useful here) The video from CodeWellTech propose also Google Fonts. But we should lower our dependency on the great mother-in-law.