• 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 #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.


  • 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 #418 (2024-02-09): Weekend Project Edition

    Your Own Private Ephemeris CLI We spent some time talking about, well, time, this week; specifically, times of various ephemeris. While each of the sections in Drop #416 had a CLI component, we don’t need to settle for someone else’s vision of how things should work! So, today, we’ll use a starter Golang project to…