A quick dive into Python’s “slots” – Noteworthy – The Journal Blog Or how to try mimik a strongly typed language in a weakly typed one or something like this….
Category: Documentations
Link
Advanced CLI: Commands You Should Know as a Developer
May I feel a little proud when I tell you I know them all? 🙂
Link
Link
Matrix e Whatsapp: un confronto | / ca gi zero /
Una domanda necessaria: perchè, tra tutte le piattaforme di comunicazioni disponibili, qualcuno dovrebbe sceglierne una piuttosto banale, fornita da un’azienda di data mining (ossia raccolta,…
Ottimo articolo. In sintesi Matrix 16, WhatsApp 0
Link
In case you really need to know free space on a ZFS filesystem read:
Confusion with used/free disk space in ZFS – oshogbo//vx
Link
Il vero pericolo per la sicurezza digitale? Probabilmente risiede nella parola stessa – su en3py.net
Scritto in modo da essere ben comprensibile anche dai non tecnici, mi pare non contenga particolari refusi. Fatelo leggere ai vostri figli, al vicino di casa allo zio. Insomma diffondetelo che mi pare meritevole. E ricordate, la sicurezza è un processo continuo, un’attività che richiede attenzione costante o quantomeno continuativa. La sicurezza non è un prodotto.
Link
Link
Oh my! Firefox disabled all add-ons because a certificate expired
Well, only those who do nothing do not make mistakes.
Here’s a quick workaround:
For now, there is at least one workaround, but it only applies if you’re using the Firefox Developer or Nightly build. If you look under “about:config” (if you don’t know what this is, you probably shouldn’t try it) and set the “xpinstall.signatures.required” value to False, then your extensions will start working again.
Link
Documentations
Unix/Linux trick: ‘cd’ back to the previous directory
You know when you’re in a very “deep” directory, such as /usr/local/src/this/that/thatother, and you type “cd” and press enter by mistake ((happens a lot when you thin… Source: Unix/Linux trick: ‘cd’ back to the previous directory Shortly, is as simple as «cd -». Since true knowledge lies in manpages, here’s the right quote: An argument…
