General
OpenSSH is warning when non post-quantum key exchanges are used and emphasizes the default use of post-quantum KEX algorithms, with two standard options mlkem768x25519-sha256 and sntrup761x25519-sha512. It explains the store-now, decrypt-later risk from quantum attacks, and provides migration guidance including upgrading servers or using WarnWeakCrypto selectively. It also describes the concept of hybrids and future post-quantum signatures.
Intel is expanding its advanced chip packaging capabilities, focusing on EMIB and EMIB-T to capitalize on AI-driven demand. The Rio Rancho facility is central to this effort, with …
PostgreSQL commit adds a CONCURRENTLY option to REPACK to enable non-locking repacks by using an MVCC snapshot and a background process to capture concurrent data changes. It notes…
Google has open-sourced Scion, an experimental multi-agent orchestration testbed described as a 'hypervisor for agents' that runs concurrent agents in containers across local and r…
This piece documents a browser-based approach to reviving legacy printers by running a minimal Linux VM inside the browser and bridging it to a physical printer via WebUSB and USB/…
Automation
L'article décrit comment l'auteur a utilisé Claude Code et MCP in Chrome pour créer un agent IA qui explore trois plateformes immobilières, déduplique les annonces et les note selon des critères prédéfinis afin de présenter les meilleures options. Le système s'appuie sur une slash command /appart et un fichier criteria.json pour pondérer le budget, la localisation, la surface, etc., et est affiché via un dashboard Kanban construit avec Rails 8 et Kamal. Il illustre le potentiel des slash commands Claude Code pour automatiser des workflows personnels et professionnels.