Logs

I setup a Cloudflare tunnel so I can serve local sites on a public domain for easy testing on a real mobile device.

I've been keeping screenshots of projects as I've been working on them. Looking back through the progress is gratifying and motivating.

I built a RSS/JSON feed on top of Apple Notes. I thought it would be a convenient way to programmatically read and create actions based off the content in Notes. I think the Python wrapper on top of...

Chatting with a friend today and we were discussing easily deployable web apps, not tied to any particular build tool or framework. Aspirationally, just using a simple vanilla JS, HTML, and CSS stack.

I definitely felt I think writing was a much more angsty process for me in the past. Maybe I've just gotten better at it over time or just found my own coping skills. I wouldn't attribute all this to...

We need to understand that things that were considered easy tasks will no longer exist. And what was considered hard tasks will be the new easy.

I've said this before, but as the feature set of LLM APIs increases, it becomes harder and harder to not just pick a provider and using their SDK for your use case. Between tool calling, thinking,...

When building with agents, prompting the agent to Only do X. Do nothing else.

Writing software is weird now. Most engineers I know are using LLM-assisted coding tools in some capacity. We can debate the pros and cons of whether this practice is a good idea and the impact it's...