Daily Shaarli

All links of one day in a single page.

February 28, 2020

Kleine Bilder … aber wie? – NOVATREND Blog

Ok, then use the WebP format if possible with a fallback to JPEG :

<picture>
<source srcset="/pfad/Katze.webp" type="image/webp">
<img src="/pfad/Katze.jpg"> <!-- fallback if webp not supported -->
</picture>

And how to convert images to webp with bash tools

Let's Encrypt a délivré plus d’un milliard de certificats - Next INpact
Unsafe as a Human-Assisted Type System

The cool things in Rust is that if there is a problem wit compiled code it will direct point to the unsafe parts of the code.

Twemoji Awesome | Like Font Awesome, but for Twitter Emoji.
No syntax highlighting in tmux - Vi and Vim Stack Exchange

Away to fix it:
In .bashrc or .bash_profile : export TERM=xterm-256color
In .vimrc :

syntax enable
colorscheme YOUR_COLORSCHEME_NAME
set termguicolors
C’est la journée mondiale sans Facebook - Next INpact