I used to scoff at talk of AI ushering in an ‘intellectual levelling’. Surely my well-honed search tricks were enough. Yet a recent hunt for Russian-literary sources revealed the limits of my skill and the reach of AI in vaulting knowledge barriers. What follows is the tale of that change of heart, and a few modest thoughts on AI and how we retrieve information.
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.
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.
I created a simple Preact component for my Astro site to render PDF documents, like arXiv papers, using just an ID or a URL. This allows for seamless integration of papers for future discussions, notes, or analysis, avoiding iframes for better design control.
I successfully migrated my Astro blog's package management from pnpm to Bun. This post outlines the straightforward steps involved, focusing on cleanup, installation, and build commands for a potentially faster development experience.
This post showcases a functional 2048 game built using Astro. It serves as a practical example of how Astro's `client:visible` directive hydrates interactive components for client-side interactivity.