Best of Simon Willison2024

  1. 1
    Article
    Avatar of simonwillisonSimon Willison·1y

    Prompts.js

    A new JavaScript library, Prompts.js, offers an await-based alternative to the browser's built-in alert, confirm, and prompt functions. It leverages the o1 model from OpenAI for rapid code prototyping, allowing for smoother and more customizable modal dialogs. The library is available on npm and through CDNs like jsDelivr. Recent updates improved accessibility by integrating the browser's dialog.showModal() method.

  2. 2
    Article
    Avatar of simonwillisonSimon Willison·2y

    Inside .git

    A diagram provides a better understanding of how git works internally

  3. 3
    Article
    Avatar of simonwillisonSimon Willison·2y

    htmz

    htmz is an astonishingly clever browser platform hack by Lean Rada that allows content to be fetched and replaced on a webpage through a link click.