These days it seems to be fashionable to say that “OO sucks”. Why OO Sucks by Joe Armstrong. We already read argumentations like this. That’s why the almighty Giuseppe Mazzapica titled one of his presentation What they told you about OOP is wrong This is also the case: dear Joe, your remarks are based on…
Category: Documentations
Documentations, Python, Tricks
Python Packages and one-liners
That Makes You Life Easier 20 Python Packages That You Must Try | by Abhay Parashar | Level Up Coding 25 Useful Python One-Liners That You Should know
Link
Concetti Chiave nelle Teorie Sviluppate su The Forge | La Tana dei Goblin
The Forge ha rappresentato una vera e propria rivoluzione culturale nel mondo dei giochi di ruolo. Le sue teorie, ma soprattutto l’applicazione pratica delle stesse hanno dato vita a giochi
Documentations, Ethics, Privacy
Messaggistica a confronto
Recentemente moltissimi iniziano a maldigerire la gestione dei dati personali di WhatsApp e Facebook, così in molti rivalutano altri sistemi di messaggistica che fin’ora erano rimasti nell’ombra. Ovviamente io e molti altri preferiamo sistemi aperti e liberi ed in molti, tra cui io avevamo caldamente consigliato già da anni di usare Telegram. Fa un po’…
Documentations, Tricks
LVM Cache su SSD

24 Maggio 2020 giomba ha pubblicato la guida LVM Cache su SSD. La mia macchina principale è configurata esattamente come la sua all’inizio, anche se io ne sono abbastanza soddisfatto. In fin dei conti è un towerone pensato per poter essere aggiornato a pezzi man mano. Però l’idea di mettere un SSD come cache mi…
Link
Documentations
5 lines I put in a blank .vimrc | Sword and Signals
TL;DR To make a default Vim installation more useful, type the following 5 lines into its .vimrc file: set hlsearch " highlight all search results set ignorecase " do case insensitive search set incsearch " show incremental search results as you type set number " display line number set noswapfile " disable swap file Source:…
Documentations
Animating Pictures with Eulerian Motion Fields
Documentations
Documentations, Tricks
Modernize Your Scripts By Adding GUI
Shalitha Suranga wrote How to Modernize Your Bash Scripts By Adding GUI : Tired of displaying raw text on Console? Try Zenity & notify-send I do use zenity and notify-send myself but zenity fails miserably when it cannot access a graphical interface. It would be better if it fallback to the good, old NCurses library.…

