Daily Shaarli

All links of one day in a single page.

October 30, 2019

La « nouvelle arme » anti-cryptographie de la gendarmerie

Le chiffrement, c'est un combat sans fin ><

Programming Servo: the incredibly shrinking timer. - Programming Servo - Medium

How to improve timers from one thread for each timer to two threads for all timers down to any thread at all ? Examples from the Servo software <3

U.S. taxes wages at a higher rate than capital, study finds - The Washington Post

Logic ? Where are you ?

Hellvetica - It's like helvetica but with terrifyingly bad kerning | Product Hunt

The policy of Hell ^^

GitHub - mhinz/vim-startify: The fancy start screen for Vim.

This plugin is awesome ! It allows a start-up menu with shortcuts to last opened files (Most Recently Used. Moreover the plugin is customizable.
Example of the default menu from the github repository :
Menu example

A closer look at Ownership in Rust | Articles by thoughtram

A great explanation of what's happening in the RAM with the system of Ownership and Borrowing.

Rust IDE + REPL In Vim - Startups & Venture Capital

Comment installer le RLS <3

RUSTI est un interpréteur Rust. Je le mets dans un coin de ma tête pour plus tard.

D - Useful Development Tools - The Rust Programming Language

The tools are :

  • rustfmt for code formatting
  • rustfix which solve some code errors
  • clippy will raise and fix some code approximations
    and the tool RLS (Rust Language Server) which improve Rust integration in IDEs