• Drop #571 (2024-12-13): Frantic Friday

    Today’s Drop discusses the BlogFlock platform, which enhances RSS feeds through communal curation; the impact of generative AI on hiring practices, making resumes less reliable; and Matt Might’s shell scripts that improve clarity in writing by detecting passive voice and weasel words.


  • Drop #566 (2024-12-05): Prompts, Two Ways

    Today’s Drop discusses three tools: Plop, Lit Starter Kit, and Elia. Plop is a micro-generator framework for creating boilerplate code efficiently. The Lit Starter Kit simplifies web component development with the Lit framework, while Elia is a terminal app for interacting with large language models, ensuring a user-friendly experience.


  • Drop #563 (2024-12-02): Awash In Advents

    December features various “technical” advent calendars, such as Advent of Code and Advent of Rust, offering daily programming challenges to enhance skills. Today’s Drop showcases a bonkers number of code, “no-code”, and absolutely no-code challenges to keep you occupied throughout December.


  • Drop #540 (2024-10-04): Friday Fun!

    Today’s Drop features three text- or terminal-based games: CortexForge, a challenging puzzle game; AI Dungeon 2, an AI-driven text adventure offering interactive storytelling; and Ninvaders, a command-line version of Space Invaders.


  • Drop #539 (2024-10-03): Toss-Up Thursday

    Today’s Drop highlights three main topics: Pipet, a Golang tool for web scraping; “Need For Speed”, featuring resources like speedtest-rs and LibreSpeed for measuring internet speed; and techniques for poisoning AI scrapers to protect content.


  • 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 #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 #528 (2024-09-12): Happy ThursdAI

    Another ThursdAI Drop is upon us! In it, we cover Reader-LM, a small language model by Jina AI, for HTML-to-Markdown conversion; Janelle Shane’s exploration of AI-generated paint colors; Jon Evans’ frustrations with large language models (LLMs); and Space-Man, a showcase game using OpenAI’s new technologies.


  • Drop #523 (2024-08-29): Happy ThursdAI!

    Today’s Drop covers creating a custom Ollama model to generate concise names for CVE vulnerabilities and discusses concerns about Google’s new Pixel 9 “Reimagine” feature. Additionally, it introduces “The Inference,” an editorial project by Danny Palmer exploring the impact of AI on cybersecurity and society


  • Drop #519 (2024-08-22): Cache Me If You Can

    Today’s Drop discusses creating a lightweight internet research setup by integrating SearXNG, Jina, and a small Go program to provide a caching layer for search results. SearXNG is a self-hostable metasearch engine, while Jina’s Reader endpoint converts URLs to Markdown. Through a combined CLI, we can preview search results in the terminal and access cached…