13 private links
Une liste assez complète de conférence (en informatique) avec les dates des Call For Proposals
Un super article sur les "trucs" (ou hacks) qui font tourner certains jeux.
Un outils pour automatiser la frappes au clavier pour scripter les démos.
Let's name each level in the meme:
Level 0: Sky Zone: CREATE TABLE, JOIN, NULL, ...
Level 1: Surface Zone: ACID, outer joins, normal forms, ...
Level 2: Sunlight Zone: Connection pools, LATERAL Join, Stored Procedures, ...
Level 3: Twilight Zone: Isolation levels, ZigZag Join, Triggers, ...
Level 4: Midnight Zone: Denormalization, SELECT FOR UPDATE, star schemas, ...
Level 5: Abyssal Zone: MATCH PARTIAL foreign keys, null::jsonb IS NULL = false, ...
Level 6: Hadal Zone: volcano model, join ordering is NP Hard, ...
Level 7: Pitch Black Zone: NULL, the halloween problem, fsyncgate, ...
But when using the CLI, we prefer self-documenting tools. Wouldn't it better if we could just type make, and get a list of available commands, together with their desciption?
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
TinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In order to make it working, you need a computer with a Debian-like operating system and two Wi-Fi interfaces. The best choice is to use a Raspberry Pi (2+) a Wi-Fi dongle and a small touch screen. This tiny configuration (for less than $50) allows you to tap any Wi-Fi device, anywhere.
Launch .gitlab-ci.yml jobs locally, wrapped inside the specific images,
with inplace project volume mounts and adaptive user selections.
Un programme permettant de JIT-compiler (via LLVM) un ensemble de fonction python et de l'exécuter soit sur le CPU soit sur le GPU.
My 2 cents au sujet de git.
Git est un logiciel brillant fait par des gens brillants ET Git est effectivement difficile à prendre en main et demande un investissement pour être vraiment utile.
Le meilleur investissement étant de lire le chapitre Git internals qui explique le fonctionnement interne de Git : les différents objets et les liens qu'ils ont entre eux.
Sans comprendre le fonctionnement de Git la majorité des commandes semblent tomber du ciel et n'avoir aucun sens. Quand on comprends les objets que manipulent ces commandes et la logique sous-jacente, les commandes semblent alors beaucoup plus logique.
On comprends aussi beaucoup mieux ce qu'il est possible ou non de faire et les implications sur le répertoire Git.
La signification de chaque verbe http dans une api rest.