Deep Dive: Arc Browser & AeroSpace Focus Conflict Leading to Workspace Flashback Bug on macOS

I investigate a frustrating workspace 'flashback' bug experienced when using the Arc browser with the AeroSpace tiling window manager on macOS. The root cause identified involves frequent makeKeyAndOrderFront: API calls by Arc (and potentially other Chromium/Electron apps) conflicting with AeroSpace's Accessibility API-based virtual workspace mechanism.

Implementing Interactive Vega-Lite Charts on My Blog, Rooted in the Grammar of Graphics

I built a reusable component for rendering interactive Vega-Lite charts on my blog. This post explores the implementation details, the power derived from the underlying Grammar of Graphics principles, and why this declarative approach is ideal for showcasing data-driven insights from my machine learning work.