-
Drop #536 (2024-09-26): Serendipitous Three-fer
This edition of the Drop explores efficient GitHub asset downloaders, a versatile xargs alternative, and free icon resources.
-
Drop #534 (2024-09-23): The Great Prepender[s]
Today’s Drop introduces two web services, ful.co and WAVE, which facilitate URL manipulation for specific tasks: extracting SVG elements and checking web accessibility, respectively. It also offers a guide on creating a custom URL prepender processing services using Deno and Hono.
-
Drop #533 (2024-09-20): Fast & Furious Friday
Today’s Drop covers the HTTP QUERY method, a proposed addition to enhance complex read operations in web APIs, allowing query parameters in the request body instead of URLs. This improves flexibility, caching, and automatic retries. Additionally, tools like hr and reachable enhance terminal readability and domain status checking, respectively.
-
Drop #531 (2024-09-17): Typography Tuesday
Today’s typography-centric edition of the Drop takes another peek into the world of font creation, explores the historical intersection of typography and automation, and showcases a unique (free) display font that challenges our visual perception.
-
Drop #530 (2024-09-16): The Incredible Shrinking Web
Size matters in today’s Drop! The internet’s bandwidth and reliability in remote areas will always be a concern, prompting the need for size and loading optimizations. Techniques like ThumbHash, BlurHash, and “Potato WebP” efficiently handle images for quick loading and limited bandwidth. cssnano optimizes CSS files for production, and Squoosh offers on-device image optimization without…
-
Bonus Drop #61 (2024-09-08): Transcrbe, Transform, and Translate
Bonus Drop #61 covers yt-transcribe, a macOS script for easy YouTube transcript extraction, xan, a powerful Rust-based CSV processor, and the benefits of using Go instead of Bash for scripting, including portability, reliability, and strong typing for efficient and error-free scripts.
-
Drop #524 (2024-09-02): clang-format Two Ways
Today’s holiday Drop is — as promised — all about clang-foramt. This is a pretty powerful tool for automatic code formatting in C, C++, and Objective-C (and more). It ensures consistent style, saves time, and reduces conflicts. With customizable options and integrations, it supports various languages and IDEs. A WebAssembly version allows running it in…
-
Drop #522 (2024-08-28): Wacky Wednesday
Wednesday’s Drop had three diverse resources folks can explore. ES2024 introduces new JavaScript features. EditorConfig maintains consistent coding styles across different editors using a simple .editorconfig file. And, see which classic Linux command-line tools are now considered obsolete.
-
Drop #521 (2024-08-27): Typography Tuesday
The Typography Tuesday edition of the Drop focuses on two monospaced fonts and a handy tool for making stylized unicode alphanumeric-esque glyphs (just be careful when/how you use it).
-
Drop #520 (2024-08-26): Shockingly Simple
Today’s Drop covers using justfiles to create internal CLIs, introduces wcurl as a wrapper around curl for simplified file downloads, and explores Git’s “reuse recorded resolution” feature.