mardi 25 mai 2021
Learning WebAssembly [Laurent Steff]
« An exciting journey to WebAssembly.  »
Sentir en Stéréo [Olivier]
« Un minuscule dispositif porté sur le nez transforme les formes d'ondes électriques en odeurs directionnelles et permet de localiser les odeurs en fonction de leur intensité dans chaque narine.  »
Le créateur de Python promet un langage plus rapide [Christian]
« Guido Van Rossum, le créateur du langage Python, s'est exprimé à l'occasion de la PyCon 2021 pour évoquer des projets susceptibles de rendre le langage deux à cinq fois plus rapide.  »
Google is officially releasing its Fuchsia OS, starting w/ first-gen Nest Hub [Laurent Schneider]
« Google officialise la sortie de son nouvel OS Fuchsia, destiné à une large gamme d'appareils. Le premier dispositif à en bénéficier est le Google Nest Hub.  »
C++20 : Deprecation of volatile [Laurent Schneider]
« Le nouveau standard du C++ rend "deprecated" certaines utilisations de mot-clé volatile. Ce qui peut apporter quelques surprises lors des développements dans l’embarqué.  »
[c++]
A journey to JavaScript Modules [Laurent Steff]
« In JavaScript, 'modules' come from a long way. From wrappers to IIFE (Immediatly Invoked Function Expression) Modules, this articles explains a lot of what happens behinds the hood when you confidently type 'require' or 'import', and when you use bundlers such as Webpack.  »
An example of TypeScript ROI analysis, by Eric Elliott [Laurent Steff]
« Choosing a language is an architectural choice critical for many things: safety, libraries support, recruitment, ... There is no right or wrong, only choices. Once chosen, it is nice to estimate the balance between benefits and costs. Eric Elliott shares one of hist experience on the matter.  »