Daily Shaarli

All links of one day in a single page.

June 25, 2020

Allongez la durée de vie de votre carte SD #RaspberryPi – Korben

Installez log2ram pour éviter que les logs soient écrit directement sur la carte SD

TypeScript: Create an union type of strings from a certain type - Stack Overflow
type Subset<Parent, Sub extends Parent> = Sub;

type IconName = 'cars' | 'mars' | 'truck' | 'warning'

type VehicleIconName = Subset<IconName, 'cars' | 'truck' | 'invalidName'>
AsciiDoc | GitLab

A cheatsheet with examples of usage.

I am using markdown since years; it seems that AsciiDoc is a better standardized test-formatting with more functionnalities 😍