San Francisco in 1958

San Francisco 1958I just came across some more old, mesmerizing footage that needed to be shared. In this montage of home movie clips, we get to see what the Bay Area was like more than 50 years ago. I love the decidedly retro, supersaturated, and almost grainy look and feel of the 16mm footage. It actually invokes a strange feeling of nostalgia in me; one that makes me wish that I was alive back then to see all of it first hand.

Although the footage alone is compelling enough, it’s the accompanying song that really sets this apart from the pack. The name of it is “Alone in Kyoto” by Air, which may or may not be familiar to you; it was used in the soundtrack of the critically-acclaimed 2003 film Lost in Translation, starring Bill Murray and Scarlett Johansson.

The priceless shot in this is the one with the silhouetted man smoking a cigar while overlooking the entire city. In this shot we can make out major landmarks in the background like the Bay Bridge, Coit Tower, and the Ferry Building.

Read More

// $(document).ready(function () { // // To get the most commented posts // var disqusPublicKey = "1gK0KABqNLANnjQPocoCIHrCPPiWkNkXanwRBOPF4XDu4NNCuoivLa25x2wZL5g9"; // var disqusShortname = "jetcomx"; // var mostCommentedArray = []; // // $('article').each(function () { // var url = $(this).attr('data-disqus-url'); // mostCommentedArray.push('link:' + url); // }); // // $.ajax({ // type: 'GET', // url: "https://disqus.com/api/3.0/threads/set.jsonp", // data: { api_key: disqusPublicKey, forum : disqusShortname, thread : mostCommentedArray }, // cache: false, // dataType: 'jsonp', // success: function (result) { // for (var i in result.response) { // var countText = " comments"; // var count = result.response[i].posts; // if (count === 1) // countText = " comment"; // $('article[data-disqus-url="' + result.response[i].link + '"]').html('

' + count + countText + '

'); // } // } // }); // });