¡NotebookLM sube de nivel! Una de las mejores herramientas de IA evoluciona:
✓ Gemini 3.5
✓ Escribe y ejecuta código
✓ Busca fuentes automáticamente
✓ Exporta a PDF, Word, Excel, Markdown, PowerPoint, SVG...
→ https://t.co/s4KFGItOc2
Hablemos de CVE-2026-31431 o "Copy Fail" es una vulnerabilidad que afecta TODOS los kernels de Linux desde 2017 en adelante y permite ganar acceso root con una línea de código:
Vivimos en un capítulo de Black Mirror.
① Un bot de OpenClaw hace una PR a matplotlib
② El maintainer la rechaza por ser un bot
③ El bot se enfada y escribe un artículo en su blog para avergonzarle públicamente
La IA metiendo presión social. Qué grima.
🐹 Go 1.26 introduces an experimental SIMD package for parallel computation without a GPU
• hot loops over large slices
• per-element ops: add/mul/min/max/compare
• common patterns like “scan for a byte” and fast reductions (sum/min/max)
https://t.co/EImrdH1Lfg
#go#golang
Accepted! Go 1.26 will introduce per-state goroutine metrics: running, waiting, in syscalls, etc.
Developers can use them to catch problems early without needing full traces.
https://t.co/FZMpuE5IwB
Material from my Meeting C++ talk "Embedded-Friendly C++: Features That Make a Difference" is available!
👉 Slides: https://t.co/HUCJjmPaHM
#cpp#meetingcpp
C and C++ compiler sanitizers are security important tools
Check the new doc: https://t.co/lFzEofyewK
- sanitizers available in different compilers
- how they affect binaries
- how they can be combined
- compiler flags in gcc, clang, msvc
- how to build dependencies sanitized