AI Weekly Malaysia

Summaries

Short AI and tech summaries with source links, signal scores, and why each update matters for builders, founders, and Malaysian tech workers.

Reset

Showing 1-1 of 1 results

DateProviderScoreSummary
30 Jun 2026, 2:36 AMSimon Willison2.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.

Top