#79: DigitalColor Meter RGB color space defaults on Snow Leopard

Solved!

2c7f00d62518cb81e3057462eb797736

OS X ships with a nifty digital pixel color meter called DigitalColor Meter, which outputs the color of the pixel under your cursor in whichever color space you choose (Hex Vlaue, 8-Bit for web development, for example). In Leopard, your preferred color space...

#74: Building just readline.so for Python on OS X

Solved!
I want to build the readline.so module for my Python install, and link it to an installation of GNU readline. As much as I dislike the entire "what's Free" argument about this nonsense, readline simply works better with packages such as IPython than the crummy...