Week of cartoons

The week of 2025-09-07

Reading “I write essays, and because nobody reads my essays, I send them as letters to people.” - A Marriage At Sea (ref) I highlighted this passage near the end of A Marriage At Sea. It resonated for me. When I write postcards, they’re not of “the sun sure is nice, wish you were here!” variety. I don’t write essays, but neither do I write postcards. ...

September 13, 2025
Week of cartoons

searching browser history with the llm cli

Programming I published a couple of my personal projects to github this past week. A tool to access your browser history using the llm CLI tool. This week I created a llm tool called llm-tools-browser-history for the llm command line tool. What can I do with it? Ask natural language questions about what I’ve been looking at in the browser. # First lets make a template so I don't have to recreate the switches every time: llm -T llm_time -T BrowserHistory -m gemini-2.5-flash --save bhistory # What kind of youtube videos have I been watching? llm -t bhistory "how many youtube videos have I looked at this year?" You have looked at 326 YouTube videos this year. When I asked llm -t bhistory --td "can you categorize what kinds of videos I've looked at on youtube this year?", I got this (I trimmed out some details, but it went into some good detail): ...

September 6, 2025