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 |
|---|---|---|---|
| 24 Aug 2026, 2:31 PM | The Register | 3.5 | Batch file automated a clean-up job, then fouled itself by deleting the wrong directory
A reader's batch script for weekly Exchange Information Store defrag used `DEL *.*` without specifying a directory, and because it ran from System32, it wiped most of that folder and lobotomized a Windows NT 4 server hosting ~600 mailboxes. The server needed a full rebuild and restore over the weekend. Why: A concrete reminder that automation scripts inherit their working directory and unqualified wildcard deletes are catastrophic; always pin absolute paths and test destructive commands in a sandbox before scheduling them unattended. |