Archive for Mac

Desktop Eye Candy

I’ve uploaded full-size versions of some of my photos that make good desktop backgrounds. Click the download link in the sidebar next to each picture to download a full resolution version.

Enjoy :-)

Comments

How to re-combine JPEG + RAW in Aperture 2.0

I am currently playing around with the trial version of Aperture 2.0. As the Canon G9′s RAW format was not supported in Mac OS X until very recently, I kept the JPEGs in iPhoto, and the RAW images in folders somewhere else.

Aperture can show the JPEG + RAW of the same picture as a single image, so they do not take up unnecessary screen real estate. The RAW or JPEG master can be selected through the context menu:

masters.png

But I couldn’t find a way to re-combine the JPEGs I had imported from iPhoto, and the RAW files from a separate location, though it worked fine when importing directly from the camera. A workaround would of course be to use stacks (easy, thanks to auto-stack), but that would mean that stacks are pretty much unusable for other purposes.

I tried throwing JPEGs + RAWs together in a folder, and re-import them, hoping that Aperture would then recognize them as belonging together. Didn’t work. In the end it turns out that Aperture only creates a combined master if the modification date of both files is exactly the same.

This can of course easily be done in Terminal (my RAW files were still unmodified and thus had the original date, so I used those as the reference date, it would of course also work the other way round):

for f in `ls *.CR2`; do touch -r $f `basename $f .CR2`.JPG; done

I’m still glad that I don’t have years of such files to re-combine, but at least it is a lot less annoying than using stacks for them. If anyone knows of a better way, please let me know :-)

Comments (1)

Hi from San Francisco

I’m in San Francisco for this year’s WWDC. Looking forward to meeting all of you there :-)

Went to the Haight Ashbury Street Fair today … here are some pictures I took.

Haight Ashbury Street Fair

Yummy Food Dazed Out Guy Smokin’ Kermit Hare Krishna Chanters

Comments (1)

That Posting on Spyware

A while ago I posted a response to a discussion on the Mac User Groups volunteer mailing list about spyware. Opinions in the discussion ranged from claims that Macs are not in danger at all, to end-of-the-world scenarios. There was also a lot of confusion about the different types of malware that are out there. By now, my posting is all over the web, so I guess I can put it on my website as well ;-)

Read it …

Comments

Preparations for WWDC

The Moscone Center being decorated for WWDC:

Moscone West being prepared for WWDC

There is also some cool sunset pictures in today’s gallery :-)

Comments

« Previous entries Next Page » Next Page »