-
Drop #739 (2025-12-01): Web-Slinging Monday
Today’s Drop discusses the growing problem of excessive web page weight, highlighting a median size of 2.6 MB that impacts load times and accessibility. It features two lightweight web development resources: Pure Web Bottom Sheet for building efficient UI components and PicoStitch’s method for creating responsive bar charts using minimal CSS.
-
Drop #738 (2025-11-28): PCAPs Or It Didn’t Happen
Today’s Drop discusses the integration of Wireshark’s capabilities into web environments through Wiregasm, a WebAssembly version enabling packet analysis directly in browsers. It introduces tools like Wireview, WebShark, and Packet Dissector leveraging Wiregasm, and highlights WireMCP for real-time traffic analysis, enhancing network inspection accessibility across various platforms.
-
Drop #735 (2025-11-21): Retro Edition
The Friday Drop highlights three retro resources: Microsoft’s open-sourcing of Zork I-III for interactive fiction preservation, DOCTYPE magazine which revives hands-on web coding, and Retro Game Coders offering tutorials for 8-bit game creation. Each resource emphasizes education through tactile engagement with technology, preserving historical programming techniques.
-
Drop #732 (2025-11-17): Reliable Sources
Today’s Drop explores the evolving landscape of coding tools and resources, particularly emphasizing AI’s impact on the decline of small npm packages like blob-util. It introduces Brimstone, a Rust-based JavaScript engine aiming for high ECMAScript compliance, and discusses optimizing DNS lookups to enhance website performance, recommending strategies like dns-prefetch and preconnect.
-
Drop #731 (2025-11-13): That’s So Random
Today’s Drop digs into Homebrew’s big 5.0 release, Chaser System’s research into just what these coding agents do on/from your system, and ends with a way to get rid of some “AI” frustration.
-
Drop #730 (2025-11-11): Typography Tuesday
Today’s Drop introduces three unique typefaces: Myrna, which enhances code readability by equalizing symbols and letters; Tongari Display, inspired by Kurosawa’s Seven Samurai; and Avería, generated by averaging various fonts on the creator’s computer. Each font showcases innovative design principles.
-
Drop #727 (2025-11-06): Forgotten But Not Gone
Today’s Drop brings some items from simpler times back into active memory: the HTMLTableElement API for creating data tables without libraries, the ‘leave’ terminal command for GTHeckO reminders, and an effective modern use for the HTML element.
-
Drop #725 (2025-11-03): Monday Grab Bag
Today’s Drop pits terminal emulators against each other (and the results are sad + surprising). It also showcases a11y.css, a lightweight tool for instant accessibility checks on webpages, and Ben Joffe’s fast-date algorithm, which improves date conversion speeds by 2-10% through a simplified approach.
-
Drop #724 (2025-10-31): If It Walks Like A Duck
The Friday Drop is just super ducky! It highlights the integration of mlpack as a DuckDB extension, enabling machine learning models like AdaBoost directly within SQL queries. Additionally, the Dash extension provides a user-friendly data exploration and dashboard tool, while the experimental magic extension offers file classification capabilities.
-
Drop #723 (2025-10-29): CSS • JS • HTML
Today’s Drop discusses three core web topics: CSS’s 239 methods of representing the color blue (O_O), the inefficiencies of using await in JavaScript loops, and the HTML Popover API for creating overlays. It emphasizes the complexities arising from legacy choices in CSS, performance patterns in JavaScript, and the [in]accessibility features of popovers.