Vulnerability and malware checks in uv
https://www.ilean.me
| Website | https://www.ilean.me/ |
| GitHub | https://github.com/ileanmjr88 |
| Website | https://www.ilean.me/ |
| GitHub | https://github.com/ileanmjr88 |
Vulnerability and malware checks in uv
nginx has a critical vuln (CVE-2026-42945).
Patched packages are live for AlmaLinux 8, 9, 10 & Kitten 10.
Two commands and a restart and you're done. Don't sleep on this one! https://almalinux.org/blog/2026-05-13-nginx-rift-cve-2026-42945/

Update: Patched nginx is now in production2026-05-14 22:41 UTC: Patched nginx packages are now rolling out to the AlmaLinux production repositories for every supported release. This covers the default nginx package on AlmaLinux 8, 9, 10, and Kitten 10, and every nginx module stream we ship on AlmaLinux 8 (nginx:1.16, nginx:1.18, nginx:1.20, nginx:1.22, nginx:1.24) and AlmaLinux 9 (nginx:1.24, nginx:1.26). You no longer need to enable the testing repo. Just run:
ilean.me is now bilingual.
Shipped Spanish translations for the landing, about, and projects pages. More to come.
Set up with Astro's i18n routing so English stays at the root and Spanish lives at /es/.
ilean.me ahora es bilingüe.
Traduje al español la página principal, la sección 'sobre mí', y la página de proyectos. Más vendrá pronto.
Configurado con el sistema i18n de Astro para que el inglés se quede en la raíz y el español viva en /es/.
Compendium docs are now LLM-ready.
Three new endpoints for AI assistants:
- /llms.txt — index
- /llms-small.txt — condensed
- /llms-full.txt — complete docs in one file
Point Claude, Cursor, or whatever you use at the URL that fits your context budget. Troubleshooting, guides, CLI reference, all grounded.
Just shipped Compendium v0.1 🛠️
Reproducible dev environments declared in one TOML. A single Go binary installs your pinned compilers, runtimes, and tools into isolated per-project sandboxes under ~/.local/compendium/. No Docker, no sudo, no globals stepping on each other.
C/C++ (incl. arm-none-eabi and riscv), Go, Python, Node. macOS + Linux. GPL v3.