-- Leo's gemini proxy

-- Connecting to voidcruiser.nl:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Documentation


Latex


There is a way to get latex to insert empty lines automatically when starting a paragraph automatically. Just add the following to your preamble:


\usepacakge{parskip}

Haskell and adjacent languages


I keep forgetting the difference between foldl and foldr


The foldl function starts from the left of the given list and moves to the right.

foldr starts from the right and moves its way to the left.


fold(l|r)1 take the first encountered element in the given list as accumulator


scan(l|r)(1|) does the same as fold, but prints the intermediate steps


Development meta packages


Distros have meta packages with common development utilities like gcc, make and git. For some reason each distro has it's own idea on what it's meta package should be called. Here are some of the names I figured out so far.


Alpine - apline-sdk

Arch - base-devel

Debian - build-essential

Void - base-devel


PGP gripes


If you use pass as password manager install pinentry as well.

It'll make your life a lot easier.

It is a graphical interface for you to mash the passphrase for your PGP key into.


Windows is a terrible OS


Remove a bunch of its bloatware with this.


Get-AppxPackage -allusers | Remove-AppxPackage

-- Response ended

-- Page fetched on Sat May 4 22:50:57 2024