vendredi 14 avril 2023
Microsoft fixes 5-year-old Windows Defender bug that was killing Firefox performance [Vincent]
« Quand la fondation Mozilla collabore avec Microsoft pour corriger un bug de Windows Defender, mais surtout pour améliorer les performances de Firefox  »
WebGPU is (slowly) coming [Laurent Steff]
« Google Chrome has announced it will soon support by default (and only on Windows, macOS, and ChromeOS for now) the WebGPU API. This ArsTechnica article give a nice overview of what WebGPU is and how it is not only a successor of WebGL.  »
WebGPU for WebGL developers [Laurent Steff]
« A very detailed article about differences between WebGL and WebGPU for developers, including their shading languages. As quoted from the article "GLSL is C/C++ like. WGSL is Rust like."  »
How to Check Disk Space Usage for Docker Images, Containers and Volumes [Vincent]
« Toutes les commandes nécessaires pour maîtriser l'espace disque pris par docker sur votre système  »
Consider using constexpr static function variables for performance in C++ [Vincent]
« Comment gérer de manière efficace des constantes à l'intérieur d'une fonction  »
[c++]