Curated river of news

Reader

Latest posts from blogs I follow

2877 entries
58 pages

How To Podcast(opens in new tab)

Through my 4 (!) podcasts I obviously have built up a lot of opinions on podcasting over the years. Here's some of them. The two outlier podcasts of our time are Dwarkesh and TBPN, and I will explain my mental ...

Fish bowl(opens in new tab)

Our very brains, our human nature, our desire for comfort, our habits, our social structures, all of it, pushes us into being fish bowl swimmers. Tiny people moving in tiny...

Computer Science from Scratch(opens in new tab)

A lot of people building software today never took the traditional CS path. They arrived through curiosity, a job that needed automating, or a late-night itch to make something work. This week, David Kopec joins me to talk about rebuilding ...

How to Fix an Unbearably Slow iCloud Drive(opens in new tab)

iCloud Drive Fix - Clearing the FileProvider database cache/images/fix-slow-icloud-diagram.png/images/fix-slow-icloud-diagram.png I was recently going insane trying to figure out why everything on my Mac was DeathGod slow. - Apps were taking forever to open - Finder was unresponsive - The whole ...

Python apps with LLM building blocks(opens in new tab)

In this episode, I’m talking with Vincent Warmerdam about treating LLMs as just another API in your Python app, with clear boundaries, small focused endpoints, and good monitoring. We’ll dig into patterns for wrapping these calls, caching and inspecting responses, ...

Why use React?(opens in new tab)

“By default, you get the dreaded hydration pattern—do all the computing on the server in JavaScript (yay!), serve up HTML straight away (yay! yay!) …and then serve up all the same JavaScript that’s on the server anyway (ya—wait, what?).”

Is Prompt Injection a Vulnerability?(opens in new tab)

The Same Vulnerability Pattern/images/is-prompt-injection-vulnerability-header.png I want to respond to my buddy Joseph Thacker's blog posthttps://josephthacker.com/ai/2025/11/24/prompt-injection-isnt-a-vulnerability.html about whether Prompt Injection is a vulnerability. I'm in the "Yes" camp. ...

Thoughts on Prompt Injection OPSEC(opens in new tab)

Prompt Injection OPSEChttps://danielmiessler.com/images/prompt-injection-opsec-header.png I want to respond to this blog posthttps://disesdi.substack.com/p/ai-red-teaming-has-an-opsec-problem that's arguing that prompt injection strings are essentially zero-days that we should not share with attack...