Privacy & Security
Le Monde journalists tracked France's aircraft carrier in real time by monitoring crew members' fitness app activity, exposing a major operational security failure. This is a striking example of how consumer apps leak sensitive location data with national security implications.
The popular open-source security scanner Trivy has been compromised for the second time, with a malicious v0.69.4 release pushed out. This highlights ongoing supply chain security risks in widely-used developer tooling.
A detailed technical breakdown of DVD's Content Scramble System (CSS) encryption, exploring the cryptographic mechanisms that were famously broken in 1999. An interesting historical look at early DRM and its weaknesses.
AI & Machine Learning
MoonshotAI introduces Attention Residuals, a technique for improving transformer architectures. This is related to the Kimi k2.5 model that was recently integrated into Cursor's Composer 2.
Simon Willison · simonwillison.net
Kimi.ai's k2.5 model is now the foundation for Cursor's Composer 2, marking a notable case of a Chinese AI lab's model being adopted as the core of a leading Western coding tool.
Together AI announces Mamba-3, the latest iteration of the state-space model architecture that challenges transformer dominance. Mamba models offer linear-time inference, potentially making them much more efficient for long sequences.
A critique examining how the word "delve" has become an infamous LLM writing trope, and more broadly how AI-generated text is being used to create superficial compliance documentation. The piece connects AI linguistic fingerprints to real-world consequences.
A Lobsters discussion about how generative AI is undermining creative technical activities like CTF competitions, where participants now rely on uncritical AI use instead of developing genuine skills. A sobering look at AI's impact on learning and creative problem-solving.
Developer Tools & Programming
OpenCode is a new open-source AI coding agent aiming to provide a transparent, community-driven alternative to proprietary AI development tools. It enters an increasingly crowded market of AI-assisted programming environments.
The Rust team summarizes community feedback on the language's biggest pain points and outlines plans to address them. The post covers compile times, complexity, and ecosystem fragmentation among the top concerns.
Simon Willison · simonwillison.net
Simon Willison explores a fascinating deconstruction of Turbo Pascal 3.02A, the legendarily compact compiler/IDE that fit in under 40KB. A nostalgic yet technically illuminating look at how much functionality was packed into minimal space.