Skip to Content

tooling

24 posts

Related Tags

Previous Posts
2025

A shortlink generator - using multiple Happy Robots and Cardboard Toast domains - for easy team access using the Short.io API.

2025

A toolkit for analyzing customer growth patterns using H3 hexagonal spatial indexing to identify if dense customer areas attract more future customers through word-of-mouth effects.

Choose the right H3 resolution (hex size) for spatial customer analysis
Identify "dense" customer areas over time using quantile thresholds
Test if dense areas attract
2025

An internal tool to quickly move from structured text to Google slides - using Apps Script + base slide templates

JSON to Slides: Convert structured JSON data into professional Google Slides presentations
Markdown Support: Full markdown formatting including bold, italic, code blocks, bullet lists, and numbered lists
Multiple Layouts: Support for
2025

A handy tool for NYC residents to generate street cleaning schedules and sync them directly to their calendars:

NYC Alternative Side Parking Calendar Generator Enter an address, see when street cleaning happens, and add times to your calendar.

Check it out at ASP Calendar NYC

2025
"Discover contextual word alternatives based on thematic generated recommendations."

Word Wheel (wordwheel.xyz) offers a fresh approach to finding the perfect word while writing. This interactive tool helps writers enhance their vocabulary by providing context-aware word alternatives based on different thematic dimensions.

tooling

For updating all current Substack posts in your inbox to "Archived" - copy and paste this into the console on your browser:

let isArchiving = false;
let lastProcessedPost = null;

function archiveVisiblePosts() {
    if (isArchiving) return;
    isArchiving = true;

    const posts = document.querySelectorAll('._linkRow_1qqfh_28.reader2-post-container');
    let delay = 0;
    const delayIncrement = 300;

Subscribe to Newsletter

Stay up to date with email notifications of new posts.