The fastest USB
The fastest USB key are not normal memory sticks but SD cards of a decent class with an USB-C 3.1 adapter This is the suggestion from Davide Depau, found running…
A civil engineer with a longlife fondness for Software Libero
The fastest USB key are not normal memory sticks but SD cards of a decent class with an USB-C 3.1 adapter This is the suggestion from Davide Depau, found running…
Drop Caps | CSS-Tricks
Those who don't understand Unix are condemned to reinvent it, poorly. Henry Spencer, in Introducing Regular Expressions (2012) by Michael Fitzgerald, via wikiquote entry on Unix
We are saturating the name space for programming languages. These days I discovered the Odin Programming Language “”The Data-Oriented Language for Sane Software Development.” According to its FAQs there are…
Camminare per dimagrire: 9 segreti per bruciare davvero i grassi Camminare è il miglior modo per dimagrire, ma occorre rispettare alcune regole: 9 consigli per bruciare davvero i grassi senza…
After almost 2 years of using Telegram, I finally discovered that it is possible to enter emoji using its name after “:” character. Unfortunately I couldn’t find any complete list…
Flutter resources:
Oh, dimenticavo di aver già scritto di waypipe, a proposito dei giochi 3d. Quasi 5 anni fa! Ora la parte noiosa. Spesso mi collego (con ssh, ça va san dire)…
Oh, I forgot I already wrote about waypipe, regarding 3d games. Almost 5 years ago! Now the boring part. If you log into a machine where a Wayland session is…
You can use wget to download all PDFs from a webpage by using: wget -r -l1 -H -t1 -nd -N -np -A.pdf -erobots=off --wait=2 --random-wait --limit-rate=20k [URL] -r: Recursive download.…