Android

Trade-in mode on Android 16+

Supporting Longevity through Faster Diagnostics Posted by Rachel S, Android Product Manager Trade-in mode: faster assessment of a factory-reset phone or tablet, bypassing setup wizard, a new feature on Android 16 and above. Supporting device longevity Read more…

By hadi, ago
PHP

How to automatically generate a commit message using Claude

[AdSense-A]

For years, my git history contains "wip" commit messages. I don't really often use git history myself, but my colleagues do. And when they're trying to understand a change I made six months ago, "wip" tells them absolutely nothing. Might as well not have commit messages at all.

I knew I should write better commit messages, but the friction was real. Stopping to think about how to summarize my changes felt like it broke my flow. So I kept typing "wip".

Now, I have a bash function in my dotfiles that uses Claude to generate commit messages for me.

(more…)

By hadi, ago