Wed Jan 29
Rebuilding your boat from scratch with no previous experience, using reclaimed material, on a limited budget, and using technology not…
I have started working on a little personal project I like to call, computing like its 1999. Part of this is moving a lot of the things that I do from a browser to a local app, and when possible to a TUI/CLI interface to further reduce distraction and …
Null pointers look simple on the surface, and that’s why they’re so dangerous. As compiler optimizations, intuitive but incorrect simplifications, and platform-specific quirks have piled on, the odds of making a wrong assumption have increased, leading to the proliferation of bugs and vulnerabilities. This article...
Lana Del Rey in Video Games, uploaded to YouTube in May 2011. On May 5, 2011, a little known musician named Lana Del Rey posted a video for her song Video Games to YouTube, describing it as "Hollywood Sad Core" and "Gangster Nancy Sinatra." It featured Del Rey lipsyncing into a webcam, interspersed with cultural...
Here at nice try, I’m working on an NPM proxy and internal registry. All is fine and dandy until you notice that NPM Registry, although returning ETag headers, simply ignore them. For instance, let’s try get the latest version of say, react, and then use If-None-Match to get an indicator our request is still fresh.
J'avais à convertir un fichier PDF en vidéo, un document de plus de 100 pages, avec des fonds transparents. J'ai donc modifié un script proposé par l'IA. Le voici : #!/bin/bash # --- Configuration --- PDF_FILE="rapportfr.pdf" # Nom du fichier PDF à convertir OUTPUT_VIDEO="output.mp4" # Nom du fichier vidéo final...