-
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…
-
Bonus Drop #65 (2024-10-05): CIDR Serendipity
The weekend Bonus Drop discusses 3 tools: cidrex, a command-line utility for expanding IP addresses and CIDR ranges; ferment, a recreation of cidrex in C that focuses on smaller binary size; and libxo, a library for generating structured output in various formats.
-
Drop #538 (2024-10-01): Typography Tuesday
This edition of the Drop features 3 (free!) typography projects: Font Fight!, an interactive platform for comparing coding fonts; U-Bahn Font, an open-source font inspired by Vienna’s U3 digital signage; and The Ultimate Oldschool PC Font Pack, which offers authentic remakes of vintage PC fonts in modern formats.
-
Bonus Drop #64 (2024-09-22): Extensionating Circumstances
In today’s Bonus Drop we build a very basic, local-first VS Codium (also works in VS Code) extension for generating TL;DR summaries from a local Ollama prompt. Should be super straightforward to modify for other generation needs in VS Codium.
-
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 #532 (2024-09-19): Divide and Conquer
Today’s Drop discusses the importance of simplicity in web design, highlighting three aspects: Lorem Picsum, a flexible image placeholder service; CSS unit division for responsive designs using the calc() function; and the effectiveness of simple HTML in ensuring accessibility, particularly for public services.
-
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…