316 private links
What are the common patterns of code smells?
And if one is recognized, how to avoid it?
The only time people really change their behavior is when the new behavior is less work than the old behavior. The only time they like changing their behavior is when you show them a better and easier way to do things; when you make their life better. This is the only time 'user education' really works.
and how to handle it properly?
It follows the SAML:
the identity provider gives some claims1. One that it provides is the NameID, inside of Subject.
What Atlassian/Jira is doing right is that they're actually using a static identifier to identify you, rather than your email address. This allows an incredibly smooth experience when any aspects of your attributes (such as email or name) change.
Why permanent accessibility plugins are problematic?
Here are some reasons.
A command runner triggered on custom files. It is then useful to trigger a build or dev command when a file is changed.
It is possible to find a way into the open-air maze with the OSM route planner x)
It is funny that someone mapped the maze completely.
A C Compiler in 512 bytes
Impressive!
« Nous regrettons les conditions dans lesquelles se déroule cette assemblée générale », a déploré Patrick Pouyanné, PDG de Total.
Et nous regrettons les agissements de Total tout court.
Et nous avons l'actionnaire débile de l'année tant son commentaire est stupide:
« Ce sont des parasites, a fulminé un actionnaire poivre et sel, en costume, rencontré par Reporterre. Je n’ai pas honte de mes dividendes, je les mérite. Je suis le premier écologiste, mais le climat n’est que leur prétexte pour nous priver de liberté. Qu’ils ne viennent pas pleurnicher sur les violences policières. »
Je passes encore des réflexions des plus pertinentes.
These robots become so much more performant. They can find the exit of the maze in no time.
2 400 complaints composed of more than 1,500 complaints allege problems braking, including 139 cases of phantom braking and 383 cases of phantom stops.
Handelsblatt says there were more than 1,000 crashes linked to brake problems and more than 3,000 entries where customers reported safety concerns with the driver assists.
and tesla commits to as little as possible in writing.
Each entry also contains the note in bold type that information, if at all, may only be passed on "VERBALLY to the customer".
Un exemple détaillé d'une arnaque sur LeBonCoin ou l'acheteur envoie finalement un lien au vendeur.
dpdcompany.bitrix24.site/inscription ... avec le nom bitrix24, cela sonne louche. D'autant plus que le étape 3 d'inscription demande toutes les coordonnées bancaires et qu'un identifiant est nécéssaire à l'étape 4.
Some people may think that the strict nature of Rust will slow down development, which is true only insofar as it won’t let you cut any corners. However, experience has conclusively shown that this is a net win. In fact, Rust lets us ride the wall, which makes us faster, not slower.
Arguments against modal windows
A tool to handle a design system. From documentation to code generation.
Github Worflow trigger cheatsheet
In order to create tokens (without meaning), the best possible options are:
- $font-14 (px)
- $font-100 (abstract 100s value)
So new tokens can be
- $font-16, $font-36
- $font-150, $font-125, etc..
Names are then important! --level-3, --spacing, etc...
- container queries
- style queries (only chromium)
:has(FF catches up)nth-ofselectortext-wrap: balance(only chromium): definitely a good oneinitial-letter(only chromium and safari)- dynamic viewport units (svh, sve, lvh, lvw, dvh, dvw)
- wide gamut color spaces
color-mix- CSS nesting (FF have to implement it)
- CSS trigonometric functions
- individual transform properties (hey that was supported by FF since v72...)
- popover and selectmenu tags are WIP
and more