Categories
Tech

1234567890

I wrote a little one-liner to celebrate the epoch time of 1234567890, reached at approximately 3:30 PST on Friday, February 13, 2009. Here’s the code: perl -e “print \`clear\`; print \”Starting at: \” . \`date\`; while (1) { \$exclaim = ”; if (time() == 1234567890) { \$exclaim = \” FTW\!\!\!\”; } print time() . \$exclaim […]

Categories
Tech

Autodiscover for Microsoft Exchange

Let’s say you have a hosted exchange account somewhere and you’re using mail forwarding rather than MX records to push your email to their servers. And you’re getting errors like these in Outlook’s Sync Issues folder: 16:59:02 Synchronizer Version 12.0.4518 16:59:02 Synchronizing Mailbox ‘YOURNAME’ 16:59:02 Done 16:59:07 Microsoft Exchange offline address book 16:59:07 Not downloading […]