Daily Shaarli

All links of one day in a single page.

December 27, 2022

Mercedes locks faster acceleration behind a yearly $1,200 subscription - The Verge

It looks like software-locked features are unlocked by supplementary payment, but on hardware...

But why should you pay more if it is already built-in the thing you buy?

CSS Logical Properties and Values | CSS-Tricks - CSS-Tricks

TL;DR; instead of

  • padding-left: use padding-inline-start
  • padding-right: use padding-inline-end
  • padding-top and -bottom: use padding-block
  • width: use inline-size
  • height: block-size
  • overflow-x or -y: use overflow-inline or overflow-block
  • position: top: use inset-block-start

Here is the pattern:

  • inline for the reading axis. For us, it is left to right.
  • block for the other (thickness) axis. For us, it is top to bottom.
Note: N-ième idée de projet

Réimplémenter le jeu Pigeon Pigeon avec une interface web, seul ou à plusieurs joueurs.

Around The Artifacts Of Design Systems (Case Study) — Smashing Magazine

Looks complete

Cambridge Analytica : Meta paye 725 millions de dollars pour mettre fin à une plainte en nom collectif

Voilà. Comme le soutien SebSauvage, ce n'est plus la fête du côté des GAFAMs.

Usbek & Rica - Réforme des retraites : faut-il remettre les vieux au travail ?

« En deux siècles, la productivité du travail a été multipliée par trente et le temps de travail divisé par deux. Sans cette diminution, nous aurions deux fois plus de chômeurs aujourd’hui  », assure Jean-Marie Harribey.

Why the super rich are inevitable

This is the crux of the Yard-sale model. In a free market, one person ends up with all of the wealth – completely by chance.

Looks like the monopoly game. It is inevitable. This effect is the following:

When you lose, the maximum amount you can wager goes down. So you can't win back what you lost in one coin flip.

When you win, the maximum amount you can wager goes up. So you could potentially lose more than what you won in the first game.

Besides I like the work done on the interface to make it interactive 👍

daniel:// stenberg://: "When shown the huge list of op…" - Mastodon

When shown the huge list of operating systems curl runs on, people often ask me which is the strangest, or hardest, operating system to keep curl support for. The answer is always, and will probably always remain: Windows.

No other operating system has so many custom, special, weird and quirky ways that require special-case solutions in the code.