Skip to main content

Posts tagged "tools"

  1. PHOSPHOR: an entropy-based password generator

    I teamed up with Gemini and Claude to build a retro-futuristic password generator. It's a PWA that harvests hardware entropy from your movements, runs them through a SHA-256 math blender, and looks great doing it.

    pwa tools ai passwords
  2. PWA: Favicon & PWA Icon Generator

    I've taken my Favicon Generator entirely client-side. By leveraging the Canvas API, the new version handles all image processing right in your browser - no server required. With full offline support and new features like squircle shaping and individual icon overrides, it's a faster, more flexible way to manage your project assets.

    pwa tools images webdev
  3. Favicon & Manifest Generator

    Scratching a dev itch, I rebuilt my Favicon & Manifest generator. Upload one image to get all your PWA assets and a customisable manifest.json instantly.

    tools images webdev
  4. How I do todos

    Details about how I've manage my todo list, past and present. Starting out with a single text file, before developing my own basic todo list application.

    productivity tools