Paolo Redaelli personal blog

Chissà questo

L’Anno senza estate del 1816 ci ha dato – oltre ad una delle ultime carestie rilevanti – anche l’invenzione della figura letteraria “moderna” del vampiro da parte di Polidori e soprattutto “Frankenstein, or The Modern Prometheus” di Mary Shelley. Chissà questa cosa produrrà!

SpaceFM

Many years ago I tried PCManFM the grand-father of SpaceFM. I think I will try it. sudo apt install spacefm and sudo apt -t testing install spacefm and sudo apt -t unstable install spacefm keep telling me that Also installing from source would break many other things as the dependency libffmpegthumbnailer-dev that seems to be…

Paolo Redaelli

Come vuoi andare in pensione?

Mi chiede oggi Jetpack. La domanda piuttosto dovrebbe essere “riuscirò ad andare in pensione?” visto i chiari di luna di questo pazzo mondo?

Il potere tende a corrompere e il potere assoluto tende a corrompere assolutamente.

Lord Acton

The text-wrap property allows you to control how text is wrapped

* {
  text-wrap: pretty;
}
h1,h2,h3,h4,h5,h6 {
  text-wrap: balance;
  /* it works well with text-align: center */
}
 From Better text wrapping using text-wrap