Interesting note on login
For a while, I’ve been annoyed by the default way Drupal displays it’s login box automatically if you’re not signed in. So I usually just put a link in the footer or primary links to ‘user’ after enabling clean urls. This works great, but when I did it with Drupal 5, I found that the link that should be entitled Login, was changed to My account!
Related Posts
Designing with Pencil and Claude Code
I’ve been building two internal tools at Lullabot lately. OpptyNet finds government RFPs for us. Upstraker tracks upstream patches across our open source contributions. Both needed real UI design, not...
Two approaches to AI coding memory: cursor-memory-bank vs compound-engineering
I’ve been spending a lot of time lately thinking about how AI coding tools handle memory and context. Not the LLM’s context window itself, but the layer on top —...
Never Lose a Claude Code Conversation Again
Claude Code stores your sessions in temporary files. When they terminate, that context is gone forever.