
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

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 some things we may learn for Eiffel.
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.
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…
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) alle mie macchine di casa da remoto dove è già attiva una sessione “desktop” che oggigiorno è Wayland. Così qualsiasi programma Gnome o che usa…
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…
convert -density 150 -quality 60 -compress jpeg Test.pdf Test-150-060-jpeg.pdf Source: imagemagick reduce size of pdf – Stack Overflow
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!