BRILORMAC While Shades does do the job, relatively speaking it is a resource hog. For an app with no UI, it uses 28 to 29 MB of real memory ( as shown in Activity Monitor ). I have several apps with multiple window UIs with real memory usage at 8 to 10 MB. Moreover, the memory usage grows the longer Shades runs. This is a memory managements issues. See leaks below. Also, the code is leaking memory. A quick analysis with the "leaks" command line tool ( via Terminal ) on the running Shades ( had been running for approximately an hour ) shows 37 leaks for 2432 bytes. This keeps accumulating the longer the Shades app runs. A similar analysis with Instruments confirms. This doesn't make Shades a bad app, just one that needs improving ( the Finder in OS X 10.6.4 leaks too ). This would be a 5 star rating except for the leaks and bloated memory usage. (Version 1.2b3) |