This article offers a deep dive into regular expressions, exploring how they work under the hood and how understanding their inner mechanics can help you write safe, more efficient patterns.
An introduction to the 3D graphics pipeline used by GPUs in personal computers. It should walk the reader through the main stages involved in transforming raw geometric data into pixels displayed on screen.
Comment fonctionnent les convertions de types Python-Rust
2025-09-19
1850 words
9 minutes
No tag
Matteo Medaglia
What is steganography and how it could be used to hide and retrieve information ? This article will use the example of a PNG file.
Overview of the Dual-CPU architecture of the Nintendo DS, how its BIOS and its firmware work when booted up, and how games are loaded from the cartridge.
Minecraft, un des jeux-vidéos les plus populaires, utile en GISTRE
Quand un pilote appuie sur un bouton de son volant de F1, que se passe-t-il réellement ? Plongée dans l’univers des systèmes embarqués critiques : de la détection mécanique au bus CAN, en passant par l’ECU et les contraintes temps réel. Une course contre la montre où chaque microseconde compte.
Discuss about the evolution of the 3D printers and what’s coming next.
This article follows the journey of a USB flash drive from physical connection to user integration.
A tutorial on how to make a physics engine from 0 using basic physics theory and Verlet integration