This Week I Learned - Week 12 2026
This Week I Learned - * ChatGPT is good at generating structured JSON * LinkedIn is a JavaScript SPA — most pages render content after load. * Rodney is an AI-powered command-line agent that can automatically navigate LinkedIn & extract professional profile information . You can think of Rodney as an automated scout that uses a "remote control" called CDP (Chrome DevTools Protocol) to navigate LinkedIn for you. * Rodney uses CDP as a "backdoor" to your open browser, allowing it to "drive" your LinkedIn account like a remote-controlled car to find and save professional data without ever asking for your password. * uv is a modern, extremely fast Python package and project manager written in Rust. If you’re used to the old-school way of doing things (manually creating virtual environments with venv and installing packages with pip), uv replaces all of that with a single, lightning-fast tool. It is roughly 10x to 100x faster than standard pip. * As prot...