Skip to Content

Hi, I'm Matt Alldian

Welcome to my digital garden - a collaborative project of my own writing, LLM generated archival content, and hopefully much more.

Tags

Latest

Book Image

Rating: ★★★★☆

Upcoming features and improvements:

[x] Saved places integration

[ ] Report feature

[ ] Add Twitter likes and Bookmarks

[x] Goodreads integration

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;
Load More You've reached the end of the list

Browse by Year

Subscribe to Newsletter

Stay up to date with email notifications of new posts.