September 2009
2 posts
2 tags
TextMate Interactive Input and Snow Leopard
I had some fun today upgrading tm_interactive_input.dylib to make it work with Snow Leopard. Previously, it was busted in a pretty decent way.
I can’t be exactly sure, but it seems that malloc() on Snow Leopard calls read() for some strange reason. Since our overloaded read() implementation does quite a few things, including a lot of malloc()ing we have a problem. The end result was that...
1 tag
Reclaim your home life with AppleScript
Anyone using Mail.app to both work and home combined with MobileMe sync is probably like me and unable to avoid reading work email when at home because you just can’t resist taking a look when you see something new there. A co-worker came up with a good solution to this problem: stop Mail.app from checking for new email in your work account during non work hours.
Here is a simple...