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 several benchmarks with EtchDroid SD cards are made to put them in cameras and it’s not uncommon to get 300 MB/s write even with a…
Category: Tricks
Eiffel, Liberty Eiffel, Tricks
Saturating the name-space
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 some things we may learn for Eiffel.
Tricks
Camminare per dimagrire: 9 segreti per bruciare davvero i grassi
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 soffrire.
Tricks
Telegram emoji list with codes and descriptions – K3A
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 of available emojis anywhere, so I had to dig deep into the Telegram desktop source code to generate it. It was far more complicated than…
Documentations, Tricks
Applicazioni da remoto
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) alle mie macchine di casa da remoto dove è già attiva una sessione “desktop” che oggigiorno è Wayland. Così qualsiasi programma Gnome o che usa…
Tricks
Network transparency with Wayland (bis)
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 already active – I often log into my home machines remotely – any Gtk program will show on the Wayland desktop. So you use “waypipe…
Tricks
How to download all PDF files linked from a single page using wget
Tricks
imagemagick reduce size of pdf
convert -density 150 -quality 60 -compress jpeg Test.pdf Test-150-060-jpeg.pdf Source: imagemagick reduce size of pdf – Stack Overflow
Tricks
How to add a directory to your PATH
How to add a directory to your PATH? I naïvely answered export PATH=A_DIRECTORY:$PATH Well, after reading How to add a directory to your PATH written by Julia Evans I know that it is not as simple as it seems!
Tricks
How to Share Virtual Extended Screen
How to Share Virtual Extended Screen in Ubuntu 22.04 | 24.04