Skip to content Skip to navigation

Michael R. Barrick's blog

Looking Local

So today is one of those typical Vancouver late-Spring/early-Summer days where the forecast is room-temperature warm with rain and sun and then rain again and then maybe more sun. An impossible to dress for day, too warm for a coat, too wet to leave the umbrella at home.

Normally I am just another anonymous commuter at the bus stop. Today, in short sleeves with an umbrella I may as well have had "Lifetime Local" tattooed on my forehead and was everyone's first choice for directions and transit information.


Bureaucracy, A Canadian Tradition Since the Days of the Empire

I am sending in my passport renewal, which in itself is not particularly odious, particularly since it is no longer required to get a notary, CGA or medical doctor to vouch for my identity. I'm slipping everything into the envelope provided and spot a little notice on the back


[Gothic BC] Ordering Prints and Digital Copies

After much deliberation I've decided to finally start offering higher resolution files of the photos for sale.

The files are unwatermarked and are well over twice as big as the freely available, watermarked images.


Digital Copies - Giving Away the Negative

When I set up my photo booth in nightclubs I frequently get asked if I can simply send an electronic copy rather than selling the print. This is a problem since I'm typically not making any kind of  wage, only earning from the sale of prints.

Initialize a Null NotesDocumentCollection

There are times when it is handy to start will a null collection in a NotesDocumentCollection., for example when you want to add documents to a collection programmatically based on something other than selected documents in a view.

Two good methods for doing this are:

Method 1:
Dim session As New NotesSession
Dim db As NotesDatabase
Dim collection As NotesDocumentCollection
               
Set db = session.CurrentDatabase
Set collection = db.GetProfileDocCollection("The name of a non-existent profile document")


Making One Picture from Two Exposures










Above are two exposures of my friend Isaac, a.k.a. DJ Pandemonium, doing his thing at 560 Club last month, shot by another friend and fellow photographer, Michael Dicus.

The first exposure, with no flash, the lights on the DJ decks and in the background look great, but we can't see Isaac at all. In the second one, with the flash, Isaac is well exposed, but we lose all the interesting stuff around him.

Michael was kind enough to upload these shots to my website, Gothic BC and I wanted something for the opening shot of the gallery for the night and decided an combination of these two shots would work. Enter the magic of Photoshop.


Pages

Subscribe to RSS - Michael R. Barrick's blog