Search
Translate / Traduci
Support Gioorgi Editorial Board
Monthly Archives: April 2022
Guerra per interposta nazione
Manzoni una volta riferendosi a Napoleone scrisse “Ai posteri l’ardua sentenza”. Allo stesso modo è impossibile ora fare riflessioni distaccate sulla guerra in Ucraina, con le atrocità, le violenze e i morti che toccano così da vicino i paesi Europei, … Continue reading
Posted in Italian Content, Lettere a mia figlia, Lettere a mio figlio, Uncategorized
Tagged ucraina
Leave a comment
Resistenza
La guerra: un massacro di gente che non si conosce, per gli interessi di gente che si conosce, ma non si massacra Paul Valéery (proiettato all’entrata dello IULM di Milano a Marzo 2022) E’ oramai da quasi due mesi … Continue reading
Mainim engine behind 3Blue1Brown videos
Manim is an animation engine for explanatory math videos. It’s used to create precise animations programmatically, as demonstrated in the videos of 3Blue1Brown.
Bash Regular expression replace (regexp)
You can easily use bash to search-and-replace on variables… f="/home/alice/myfile.md" $ echo ${f//.md/.pdf} /home/alice/myfile.pdf $ echo ${f//alicee/bob} /home/alice/myfile.md $ echo ${f////-} -home-alice-myfile.md
Let PiHole play nice with docker-compose
When you run pihole in a docker container, it could be difficult to build images on the same docker daemon, because docker-compose cannot pass DNS request to another container during build, and normal dns resolution fixes won’t work. I solved … Continue reading
Git tips 2022
Git Summary and more! Git extras package add some nice commands to git, like git summary, which give you some insights on commit stats