This is a selective color black and white of Maggie. She is a vivid example of sectoral
heterochromatic eyes—eyes that have a portion (sector) of a different color (heterochromatic). I tried to get this shot a couple of weeks ago and failed as I did not have enough light to get the exposure without blur. But on Saturday, I was able to try again and this time the frame was crisp.
Today at work I finished up on a little side project to help out the other engineers. The project needed a simple flash programmer for two different types of flash devices. One of the hardware engineers suggested doing a flash query to determine the type of flash device so the different flashes could be programmed according to their needs. Enter the
Common Flash memory Interface (CFI). After a little work, I discovered the way we had been dealing with one of the flash devices was wrong, based on the information I obtained from the CFI. The information gave me everything I needed to know about the device. After I finished the implementation a thought dawned on me: didn't I just reinvent the wheel? Surely someone must have written this interface before. After a bit of searching around, I didn't find one. Interesting.