Summaries
Short AI and tech summaries with source links, signal scores, and why each update matters for builders, founders, and Malaysian tech workers.
Showing 1-1 of 1 results
| Date | Provider | Score | Summary |
|---|---|---|---|
| 30 Jun 2026, 2:36 AM | Simon Willison | 2.5 | Count the number of Safari tabs
Simon Willison shares a tiny AppleScript one-liner to count open Safari tabs across all windows: `osascript -e 'tell application "Safari" to count tabs of every window'`. It’s a quick terminal command for macOS users. Why: Demonstrates how simple automation can surface hidden system data. For developers juggling many tabs, it might spark ideas for personal productivity hacks or browser-based tooling. |