• Drop #554 (2024-11-14): What The Shell?

    Today’s Drop discusses 3 shell-related resources: ‘up,’ a utility for efficient directory navigation in Bash/Zsh; ‘BATS,’ a Bash testing framework that isolates test execution; and ‘cmdx,’ a Golang module for streamlined command-line operations with error handling.


  • Drop #553 (2024-11-11): Monday Morning Grab Bag

    Today’s diverse Drop covers a tiny JavaScript library for webpage minimaps, Adobe’s Spectrum design system for accessible data visualizations, and “The Copilot Pause,” which addresses cognitive effects when AI code completion tools are disabled. The latter highlights concerns about skill erosion and emphasizes the importance of maintaining programming proficiency.


  • Bonus Drop #67 (2024-11-09): If It 🚁 Like A 🦆

    Today’s Bonus Drop covers 3 #DuckDB extensions.GSheets allows seamless data interaction with Google Sheets via SQL. MyDuck Server bridges MySQL and DuckDB for improved analytics. And,, the DuckDB HTTP Client extension facilitates direct HTTP requests in queries, enhancing data processing capabilities through API integration. (I’ve got an NVD CVE API example for the last one).


  • Drop #551 (2024-11-06): Web Slinging Wednesday

    Today’s Drop discusses three main topics: Cash, a lightweight JavaScript library for DOM manipulation similar to jQuery; the CSS :has() selector, which enables quantity queries for adaptive layouts; and custom CSS cursors that display favicons on external links but present usability and security challenges. The author announces potential interruptions due to personal circumstances.


  • Drop #550 (2024-11-05): Typography Tuesday

    Today’s typography-centric edition of the Drop discusses Google’s initiatives to enhance typography through projects like Oxidize and Fontations, focusing on migrating font manipulation to Rust for better performance and memory safety. It also covers type revival for film and TV, emphasizing the importance of recreating vintage typefaces to achieve historical accuracy while accommodating modern production…


  • Bonus Drop #66 (2024-11-03): Eye Sea Ewe

    Today’s Drop talks about ICU (International Components for Unicode), whic is essential for Unicode support in software. The recent ICU 76 release improves character handling and formatting capabilities. Tools like opstr and go-icu-regex enhance string operations and regex handling, while Intl.NumberFormat in JavaScript simplifies numeric formatting across various styles and currencies, ensuring robust functionality.


  • Drop #548 (2024-11-01): Featured Friday

    Today’s Drop highlights three useful resources: Secure ShellFish, a native SSH/SFTP client for macOS/iOS emphasizing performance and accessibility; Get Out Of My , which guides on browser meta tags and link previews; and Tini, a minimal init system for containerized environments ensuring effective process management and stability.


  • Drop #547 (2024-10-31): Toss-Up Thursday

    Today’s Drop highlights Bluesky’s CLI tool, goat, enabling robust interaction with ATproto networks, and Sampler, which visualizes shell command outputs effectively. The 2024 CSS Survey shows a critical shift to “New CSS,” emphasizing container queries, the :has() selector, and subgrids, streamlining web development and enhancing layout capabilities.


  • Drop #544 (2024-10-21): If It Walks Like A 🦆

    Today’s Drop covers the DuckDB HTTP Server Extension, a project that transforms DuckDB instances into HTTP OLAP API servers. Additionally, it covers “DuckDB in Action,” a practical DuckDB guide, and introduces “masto.sh,” a tool for backing up Mastodon posts in #DuckDB.


  • Drop #543 (2024-10-20): Dev-Mode Engage

    Today’s Drop discusses the introduction of JavaScript Import Maps, allowing cleaner alias management for module imports even in vanilla JS + CDN projects, thus enhancing code cleanliness and dependency management. It also covers a microservice built with Deno to convert PDFs to text, and highlights the “pancake SQL pattern” for optimizing SQL queries using window…