Daily Shaarli
December 27, 2022
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?
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.
Réimplémenter le jeu Pigeon Pigeon avec une interface web, seul ou à plusieurs joueurs.
Voilà. Comme le soutien SebSauvage, ce n'est plus la fête du côté des GAFAMs.
« 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.
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 👍
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.