Posts

Towards Safety & Security in C++26 • Daniela Engert • GOTO 2025

Towards Safety & Security in C++26 • Daniela Engert • GOTO 2025

Daniela Engert explores the significant push towards memory safety in C++26, detailing how the language is evolving to address long-standing vulnerabilities. The talk covers the critical distinction between security and functional safety, the nuances of undefined behavior, and introduces powerful new features like Standard Library Hardening and a formal Contracts system to help developers write safer, more reliable code.

Bridging Neurotechnology with Immersive Systems: Getting BCIs outside of the lab?

Bridging Neurotechnology with Immersive Systems: Getting BCIs outside of the lab?

This talk by Hakim Si-Mohammed explores the evolution of Brain-Computer Interfaces (BCIs) from clinical rehabilitation tools to integral components of immersive systems. It details research on integrating BCIs with Virtual and Augmented Reality (VR/AR), focusing on SSVEP-based interaction, user experience enhancements, and the development of passive, neuro-adaptive systems that respond to user mental states to mitigate issues like cybersickness.

"Vibe Coding is a Slot Machine" - Jeremy Howard

"Vibe Coding is a Slot Machine" - Jeremy Howard

fast.ai founder Jeremy Howard critiques the 'vibe coding' illusion, arguing that AI-assisted tools create a slot machine-like experience that erodes true software engineering skills. He revisits the origins of ULMFiT, champions interactive programming for building intuition, and reframes AI risk from existential threats to the dangers of power centralization and human enfeeblement.

Building Planetary-Scale Data Systems with Venice • Felix GV & Olimpiu Pop

Building Planetary-Scale Data Systems with Venice • Felix GV & Olimpiu Pop

Félix GV, architect of LinkedIn's Venice database, explains its unbundled, planetary-scale architecture. He covers their rigorous chaos engineering practices, the trade-offs between consistency and availability in a derived data system, and an experimental integration with DuckDB for advanced analytics and data exploration.

Beyond Swahili: Designing Inclusive AI for Bantu Languages

Beyond Swahili: Designing Inclusive AI for Bantu Languages

Alfred Malingo discusses the unique position of Swahili in AI, arguing that its structural similarities to other Bantu languages make it a far more effective pivot language than English for developing inclusive and accurate models. He deconstructs the failures of typologically mismatched transfer from Indo-European languages and presents a case study, AfriMT-a, to demonstrate how Swahili can serve as a technical bridge for machine translation and representation learning across the Bantu language family.

Platform Engineering • Ajay Chankramath & Nic Cheneweth • GOTO 2026

Platform Engineering • Ajay Chankramath & Nic Cheneweth • GOTO 2026

Ajay Chankramath and Nic Cheneweth discuss the critical elements of effective platform engineering, emphasizing a product mindset, the foundational role of control planes and API-first design, the common pitfalls of implementing Backstage, and the emerging impact of AI and agents on the platform landscape.