Weekly 2026-24
Cosas interesantes que he estado revisando
Cosas interesantes que he estado revisando
Simon Willison reviews the last six months in LLMs on a super condensed talk. He identifies two main themes: agents ( coding agents got good ) and the closing breach between open weights and frontier models. Source: The last six months in LLMs in five minutes Related posts: Google habla Controla la fecha de vencimiento de tus archivos con mod_expires Automatizar tareas de traducción de WordPress…
MicroGPT explained interactively — a few days ago, Andrej Karpathy published a 200 python script for GPT training and inference. Everything else is just efficiency. This post is an illustrated guide to understand the concepts and how the script works.
This is one of my personal favourites of all time; an excellent guide to fixing all things gone wrong when using git. It s presented as a simple choose-your-own-adventure text guide; you can find it on: On undoing, fixing, or removing commits in git
SourceGit is a powerful and user-friendly graphical Git client that makes working with version control more intuitive. It offers a clean interface for browsing commit history in a timeline view, making it easy to track changes over time. You can quickly filter commits by file, which is especially useful when focusing on specific parts of [ ]
Symfony s Webpack Encore (docs) makes it quite easy to build your JS apps. It s a nicer interface for the actual Webpack config, so you can also extend and customize your config to fit any use case that s supported by webpack. One of the cool things I ve done with it is using it for building React [ ]
When you re about to perform a filesystem operation, WordPress will check if you re able to perform the changes before actually doing it. This is defined on the get_filesystem_method() function, from /wp-admin/includes/file.php. What WordPress actually does is compare the file owner of the file itself and a temporal file created on the /wp-content/plugins folder. So, there [ ]
PHPCR is a PHP implementation of the Java Content Repository spec. Sulu is a content management system built with Symfony and using PHPCR. CMIS is another content-manangement spec, supported by a some other Java CMSs.
Wikimedia on how crawlers impact the operation of Wikipedia Project . Jeremy Keith writes about the ongoing problem that s the training of LLMs as a DDoS attack at the good parts of the internet . Jan Wildeboer exposes the shady way that some AI companies are using to create botnets with network sharing on some apps .
Henry de tecnolocuras me contactó para participar en su serie de Conversaciones con blogueros, lo que dio la oportunidad para explayarse desde la burbuja de las punto com a los gestores de contenido y LLMs. Se puede leer en Conversaciones con blogueros #24.