-
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…
-
Bonus Drop #62 (2024-09-15): Serverless Sunday
The weekend Bonus Drop featurs Val Town: a cloud-based platform for coding and application development, offering serverless functions, persistence, cron job scheduling, REST API creation, and more. Additionally, there are examples of creating a CORS proxy for #CISA #KEV JSON, turning KEV JSON into Atom-flavored RSS XML, and a CRON job to email when new…
-
Drop #529 (2024-09-13): Nomicons
Today’s Drop has info about four technical resources: Webnomicon, Querynomicon, Sudonomicon, and “Annoying Things You Can Do With Javascript.” They cover web development, SQL, Unix systems, and annoying JavaScript practices.
-
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…
-
Bonus Drop #60 (2024-09-01): A Flare For Change: Part Deux
Today’s Bonus-Bonus Drop expands on the theme of the previous Drop, and turns the somewhat static version into an interactive one where you can select which tagged DuckDB version to compare with ‘main’ when it comes to included core extension functions. Includes links to an Observable notebook and Observable Framework version as well.