CINXE.COM

theweeklyflickr | Flickr Blog

<!DOCTYPE html> <html lang="en"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://blog.flickr.net/category/theweeklyflickr/","20190520061325","https://web.archive.org/","web","/_static/", "1558332805"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="flickr:embedr:footer" content="false"> <meta name="flickr:embedr:header" content="false"> <title>theweeklyflickr | Flickr Blog</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://blog.flickr.net/xmlrpc.php"> <link rel="icon" href="https://web.archive.org/web/20190520061325im_/https://flickrtheblog.wordpress.com/files/2008/11/favicon.gif" type="image/x-icon"/> <link rel="shortcut icon" href="https://web.archive.org/web/20190520061325im_/https://flickrtheblog.wordpress.com/files/2008/11/favicon.gif" type="image/x-icon"/> <link rel="alternate" type="application/rss+xml" href="https://web.archive.org/web/20190520061325/https://blog.flickr.net/feed"/> <style type="text/css"> .untranslated { color: red; } .unstranlated a { color: red; } </style> <meta name="keywords" content="theweeklyflickr"/> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.remove(); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[i].remove(); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://web.archive.org/web/20190520061325/https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://web.archive.org/web/20190520061325/https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://web.archive.org/web/20190520061325/https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://web.archive.org/web/20190520061325/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cDovL2Jsb2cuZmxpY2tyLm5ldA%3D%3D" + "&wpcomid=957851" + "&time=1558332805"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20190520061325/http://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190520061325/http://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190520061325/http://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190520061325/http://flickrtheblog.wordpress.com/"/> <link rel="alternate" type="application/rss+xml" title="Flickr Blog » theweeklyflickr Category Feed" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/category/theweeklyflickr/feed/"/> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20190520061325\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20190520061325\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20190520061325\/https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2.1-alpha-45354"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="all-css-0-1" href="https://web.archive.org/web/20190520061325cs_/https://s2.wp.com/_static/??-eJx9UVtSwzAMvBCuaGnpF8NZbEdJ1Pg1tkKa26MkNAwD+Mez0uyutBZMSdkYGAODH1VyY0ehgKMBC9yQk7aDWquDLeUJ/qZTaCkQzzvYyRSsGxvxkgY0VBiMi6ulyTrPUHh2ePAUavY2ZpS+T5oXhseGNDr0QqvJJmo65G30hhXjvSrx6fUxaIG9pK8Gn5KwlTEpYylKXk+jV9zLbr91Wxs+KEHryA5ZndbdvK7Hf+RotUUT43YPE+9fn7cqCUJkEnHZQc2yw6jkDpophh+Fap2mXJNmlAt2Art1+e/yv7z9GToXjXYL4d2/HS+X6+l8vL483z4BySLuuA==?cssminify=yes" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20190520061325js_/https://s1.wp.com/_static/??-eJyFkOsKwjAMhV/IrrgL/hKfZdZspuvNJt3Qp7fDiYhTIZBAPnLOiZyCQKdMOgFJneuSIF6XVmjayF+AsNjHlqGw6J6w8o7B8cwGT2yBqO1hZWv9EQ2IRBAz4DjLdH6Fe7eEbkSY/mIaOLRqEBEIbx/qfIbsS44YZGdQDVGU84nHvJaawivg93ct1MHut01Tl1W1q2t9B5epg2A="></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://flickrtheblog.wordpress.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress.com"/> <link rel="openid.server" href="http://flickrtheblog.wordpress.com/?openidserver=1"/> <link rel="openid.delegate" href="http://flickrtheblog.wordpress.com/"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/osd.xml" title="Flickr Blog"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190520061325/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <style> .wpcom-related-posts ul li { list-style-type: none; display: inline-block; } </style> <meta name="application-name" content="Flickr Blog"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-task" content="name=Subscribe;action-uri=http://blog.flickr.net/en/feed/;icon-uri=https://s1.wp.com/i/favicon.ico"/><style type="text/css" id="syntaxhighlighteranchor"></style> <link rel="stylesheet" id="custom-css-css" type="text/css" href="https://web.archive.org/web/20190520061325cs_/https://s2.wp.com/?custom-css=1&amp;csblog=41bd&amp;cscache=6&amp;csrev=7"/> <!--[if lt IE 9]> <script src="https://s2.wp.com/wp-content/themes/vip/flickr-2/js/ie-fallbacks.js"></script> <![endif]--> <script src="https://web.archive.org/web/20190520061325js_/https://s.yimg.com/ss/rapid-3.30.js"></script> </head> <body class="archive category category-theweeklyflickr category-547459332 mp6 customizer-styles-applied group-blog highlander-enabled highlander-light infinite-scroll"> <div class="background"></div> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <div class="wrap header-wrap"> <div class="site-branding"> <h1 class="site-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/" rel="home">Flickr Blog</a></h1> </div> <form role="search" method="get" class="searchform" id="searchform" action="https://web.archive.org/web/20190520061325/http://blog.flickr.net/"> <div><label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s"/> <input type="submit" id="searchsubmit" value="Search"/> </div> </form> <nav id="site-navigation" class="main-navigation" role="navigation"> <h1 class="menu-toggle"><span class="genericon genericon-menu"></span></h1> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="menu-top-nav-container"><ul id="menu-top-nav" class="menu"><li id="menu-item-53903" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-53903"><a href="#">Categories</a> <ul class="sub-menu"> <li id="menu-item-53905" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53905"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/category/flickrfriday/">Flickr Friday</a></li> <li id="menu-item-56109" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-56109"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/category/photographer-spotlight/">Photographer Spotlight</a></li> <li id="menu-item-53906" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53906"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/category/commons/">The Commons</a></li> <li id="menu-item-78352" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-78352"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2017/02/28/top-tag-tuesday-6/">Top Tag Tuesday</a></li> <li id="menu-item-53952" class="menu-item menu-item-type-taxonomy menu-item-object-category current-menu-item menu-item-53952"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/category/theweeklyflickr/" aria-current="page">The Weekly Flickr</a></li> </ul> </li> <li id="menu-item-56110" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-56110"><a href="https://web.archive.org/web/20190520061325/https://www.flickr.com/photos/flickr/galleries/">Galleries</a></li> <li id="menu-item-54915" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54915"><a title="The Latest about the Flickr API" href="https://web.archive.org/web/20190520061325/https://code.flickr.net/">Code Blog</a></li> <li id="menu-item-81923" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-81923"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/submit-your-flickr-story/">Your Story</a></li> <li id="menu-item-53904" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-53904"><a href="https://web.archive.org/web/20190520061325/https://www.flickr.com/">flickr.com</a></li> </ul></div> </nav><!-- #site-navigation --> </div> </header><!-- #masthead --> <div id="content" class="site-content"> <section id="primary" class="content-area wrap"> <header class="page-header"> <h1 class="loop-title">theweeklyflickr</h1> <div class="loop-description"> </div><!-- .loop-description --> </header><!-- .page-header --> <main id="main" class="site-main" role="main"> <article id="post-73535" class="archive-item post-73535 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-abuse tag-assault tag-california tag-camera tag-compassion tag-dijon-bowden tag-drugs tag-empathy tag-empowering tag-facebook tag-feminism tag-homelessness tag-hostage tag-inspiration tag-kidnapping tag-photographer tag-photography tag-photos tag-power tag-rape tag-redeem tag-redemption tag-san-francisco tag-sexual-assault tag-souls-of-san-francisco tag-souls-of-society tag-street-photographer tag-tumblr tag-twf tag-viral tag-weekly-flickr tag-womens-rights post-1 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/12/17/photographer-finds-inspiration-in-everyday-encounters/" title="Photographer Finds Inspiration in Everyday Encounters"> <img src="https://web.archive.org/web/20190520061325im_/http://i0.wp.com/farm9.staticflickr.com/8093/8471328473_e6e3b8edfe_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/12/17/photographer-finds-inspiration-in-everyday-encounters/" rel="bookmark">Photographer Finds Inspiration in Everyday&nbsp;Encounters</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/12/17/photographer-finds-inspiration-in-everyday-encounters/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-12-17T15:53:49-07:00">December 17, 2015</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Street photographer Dijon Bowden may have started as a filmmaker, but when he began the photography project titled <i>Souls of San Francisco, </i>he quickly knew he had found his true calling. Although pictures are his medium, Dijon primarily sees himself forging connections with people that his camera simply makes possible.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-73472" class="archive-item post-73472 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-adventure tag-anwar-anan tag-arrest tag-athlete tag-athleticism tag-bangkok tag-boyfriend tag-california tag-carpe-diem tag-climb tag-cops tag-cory-demeyers tag-danger tag-dangerous tag-dangle tag-death-defying tag-emily-ibarra tag-farang tag-fashion tag-fear tag-fernando-arce tag-fire-escape tag-freerunner tag-freerunning tag-global tag-grand-canyon tag-gymnastics tag-international tag-jason-paul tag-jesse-la-flair tag-jump tag-leap tag-lifestyle tag-parkour tag-pasha-petkuns tag-photographer tag-photography tag-photos tag-police tag-risk tag-rooftopper tag-rooftopping tag-san-jose tag-scary tag-security tag-skyscraper tag-sport tag-sports tag-terrifying tag-thailand tag-travel post-2 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/12/04/extreme-photos-at-extreme-heights/" title="Extreme photos at extreme heights"> <img src="https://web.archive.org/web/20190520061325im_/http://i0.wp.com/farm6.staticflickr.com/5768/20604342043_34c42ab1b6_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/12/04/extreme-photos-at-extreme-heights/" rel="bookmark">Extreme photos at extreme&nbsp;heights</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/12/04/extreme-photos-at-extreme-heights/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-12-04T06:00:16-07:00">December 4, 2015</time><time class="byline-date updated" datetime="2016-07-07T11:49:52-07:00">July 7, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>For seven years, Emily Ibarra has traveled the world photographing the death-defying adventures of professional parkour and freerunning athletes. Captured at sites ranging from the Grand Canyon to the Far East, her photos reveal their fearless exploits as they scale skyscrapers, fly across rooftops, and banish fear in precarious poses. Emily loves her job. “It’s exciting. It’s terrifying, and it’s dangerous, and I get to capture that,” she gushes.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-73038" class="archive-item post-73038 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-19th tag-8mm tag-art tag-artist tag-artistic tag-black-and-white tag-borderline-personality-disorder tag-bpd tag-castle tag-cathedral tag-century tag-colorize tag-dreamscape tag-edwardian tag-eleanor tag-england tag-film tag-filmmaker tag-filmmaking tag-fine-art tag-flickr tag-hand-paint tag-healing tag-hope tag-imaginary tag-imaginary-friend tag-imagination tag-introvert tag-katie tag-katie-eleanor tag-london tag-mental-illness tag-monarchy tag-nineteenth tag-painterly tag-painting tag-photographic-artist tag-pictorialism tag-pictorialist tag-recovery tag-refuge tag-saint-wanderer tag-saint-wanderers-hospital tag-shy tag-twf tag-uk tag-united-kingdom tag-victorian tag-wales tag-weekly-flickr post-3 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/11/20/photography-as-art-therapy/" title="Photography as Art Therapy"> <img src="https://web.archive.org/web/20190520061325im_/http://i1.wp.com/farm8.staticflickr.com/7565/15915850452_d47f9f0689_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/11/20/photography-as-art-therapy/" rel="bookmark">Photography as Art&nbsp;Therapy</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/11/20/photography-as-art-therapy/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-11-20T06:00:48-07:00">November 20, 2015</time><time class="byline-date updated" datetime="2015-11-20T06:00:50-07:00">November 20, 2015</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Photographer Katie Eleanor began cultivating imaginary friends and dream worlds at a young age, and rather than discarding these dreamscapes in her teen years, she took up photography as a way of bringing them to life. When Katie found herself facing mental illness in her early 20s, she drew from the well of inspiration in her work to find healing.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-72190" class="archive-item post-72190 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-249882 tag-31-days-of-halloween tag-addams-family tag-al-hammond tag-alabama tag-alice-in-wonderland tag-amanda tag-american-horror-story tag-autumn tag-avatar tag-batman tag-billy-butcherson tag-bone-marrow-transplant tag-c3po tag-cat-in-the-hat tag-cancer tag-chapman tag-charlie-chaplin tag-chemotherapy tag-cheshire-cat tag-chucky tag-comics tag-coralline tag-corpse-bride tag-cosplay tag-costume tag-daryl-dixon tag-disney tag-dobby tag-doug-jones tag-dress-up tag-edward-scissorhands tag-effie tag-elsa tag-fall tag-family tag-flickr tag-frankenstein tag-freddie-krueger tag-frozen tag-greg-chapman tag-grinch tag-halloween tag-hannibal-lector tag-harry-potter tag-hollywood tag-hope tag-hunger-games tag-images tag-inside-out tag-jack-skellington tag-jack-sparrow tag-jared-leto tag-jareth tag-jessica-rabbit tag-johnny-depp tag-lone-ranger tag-lydia-deetz tag-lymphoma tag-mad-hatter tag-make-up tag-makeup tag-maleficent tag-marge-simpson tag-mom tag-mortician tag-mother tag-movies tag-munsters tag-muscle-shoals tag-mystique tag-napoleon-dynamite tag-nightmare-before-christmas tag-non-hodkins-lymphoma tag-october tag-pale-man tag-pans-labyrinth tag-photographer tag-photography tag-poison-ivy tag-queen-of-hearts tag-rick-grimes tag-rocky-horror-picture-show tag-roger-rabbit tag-sadness tag-scary tag-silence-of-the-lambs tag-sleeping-beauty tag-snow-white tag-spock tag-star-wars tag-stay-positive tag-sugar-skull tag-sweeney-todd tag-television tag-threepio tag-tim-burton tag-tin-man tag-tonto tag-treatment tag-tv tag-twf tag-uncanny tag-vfx tag-visual-effects tag-voldemort tag-walkers tag-walking-dead tag-wedding-photographer tag-wednesday-addams tag-white-rabbit tag-willy-wonka tag-wizard-of-oz tag-x-men tag-zombie post-4 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/10/29/31-days-of-halloween-mom-transforms-herself-into-unforgettable-characters/" title="31 Days of Halloween: Mom Transforms Herself Into Unforgettable Characters"> <img src="https://web.archive.org/web/20190520061325im_/http://i1.wp.com/farm9.staticflickr.com/8052/8076656278_da73983649_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/10/29/31-days-of-halloween-mom-transforms-herself-into-unforgettable-characters/" rel="bookmark">31 Days of Halloween: Mom Transforms Herself Into Unforgettable&nbsp;Characters</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/10/29/31-days-of-halloween-mom-transforms-herself-into-unforgettable-characters/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-10-29T10:08:54-07:00">October 29, 2015</time><time class="byline-date updated" datetime="2015-10-29T11:22:57-07:00">October 29, 2015</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Amanda Chapman was born on Christmas Day, but her favorite holiday has always been Halloween. When her husband, Greg, was diagnosed with cancer in 2012, she was devastated. She decided that for every day in October, she would take and share a portrait of herself made up as a different character from a movie or story she loved.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-71451" class="archive-item post-71451 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-adobe tag-airplane tag-airport tag-around-the-world tag-banana tag-big-ben tag-black-cab tag-britain tag-british-airways tag-cab tag-candle tag-commute tag-composite tag-creativity tag-darts tag-effect tag-england tag-flickr tag-flight tag-girlfriend tag-heathrow tag-iconic tag-images tag-international tag-james tag-landing tag-landmarks tag-lazy-morning tag-light tag-light-of-the-world tag-london tag-london-eye tag-mask tag-matte tag-mind-the-gap tag-original tag-originality tag-overground tag-packing-light tag-passion tag-passport tag-photographer tag-photography tag-photos tag-photoshop tag-popsys tag-positive tag-rough-landing tag-saint-pauls tag-selfie tag-sleeping-mask tag-sleeping-tourist tag-st-pauls tag-subway tag-suitcase tag-taxi tag-the-tube tag-theweeklyflickr tag-tracks tag-travel tag-trick tag-twf tag-underground tag-vfx tag-wet-floor tag-wheel post-5 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/10/09/one-photographers-antidote-to-selfies/" title="One Photographer’s Antidote to Selfies"> <img src="https://web.archive.org/web/20190520061325im_/http://i1.wp.com/c1.staticflickr.com/9/8676/15945758682_6b3c1f20b1_z.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/10/09/one-photographers-antidote-to-selfies/" rel="bookmark">One Photographer’s Antidote to&nbsp;Selfies</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/10/09/one-photographers-antidote-to-selfies/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-10-09T06:00:53-07:00">October 9, 2015</time><time class="byline-date updated" datetime="2017-10-16T11:46:12-07:00">October 16, 2017</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>James Popsys had never given photography much thought until he purchased a point-and-shoot camera to document a once-in-a-lifetime trip around the world. But it was the discovery of Photoshop compositing that really helped him craft his unique and amusing style.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-70784" class="archive-item post-70784 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-200-days tag-8157 tag-adventure tag-africa tag-air-force tag-astronaut tag-astrosamantha tag-captain tag-climate-change tag-cologne tag-cristoforetti tag-douglas-adams tag-dreams tag-earth tag-equality tag-esa tag-europe tag-european-space-agency tag-female-astronaut tag-feminism tag-feminist tag-first-italian-woman-in-space tag-flickr tag-forty-two tag-germany tag-global-warming tag-good-night-from-space tag-hero tag-hitchhikers-guide-to-the-galaxy tag-horn-of-africa tag-houston tag-international tag-international-space-station tag-iss tag-italy tag-italia tag-launch tag-longest-space-flight tag-lower-orbit tag-milan tag-nasa tag-north-africa tag-orbit tag-outer-space tag-patagonia tag-phd tag-photographer tag-photography tag-photos tag-pilot tag-propulsion tag-rocket tag-russia tag-s-corveja tag-sahara tag-samantha tag-science tag-solar-panel tag-soyuez tag-space tag-space-suit tag-space-travel tag-space-walk tag-spacesuit tag-star-trek tag-star-trek-next-generation tag-star-wars tag-stars tag-station tag-tank tag-texas tag-training tag-transcendent tag-twf tag-two-hundred tag-weekly-flickr tag-woman post-6 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/09/25/italys-first-female-astronaut-shares-her-iss-journey-on-flickr/" title="Italy’s first female astronaut shares her ISS journey on Flickr"> <img src="https://web.archive.org/web/20190520061325im_/http://i2.wp.com/farm9.staticflickr.com/8572/16440897142_65d8dc19d6_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/09/25/italys-first-female-astronaut-shares-her-iss-journey-on-flickr/" rel="bookmark">Italy&#8217;s first female astronaut shares her ISS journey on&nbsp;Flickr</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/09/25/italys-first-female-astronaut-shares-her-iss-journey-on-flickr/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-09-25T06:03:43-07:00">September 25, 2015</time><time class="byline-date updated" datetime="2015-09-25T11:16:21-07:00">September 25, 2015</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>When astronaut Samantha Cristoforetti received her first assignment &#8212; to spend a record 200 days aboard the International Space Station &#8212; she knew she wanted to document the opportunity of a lifetime through photography. The resulting images are breathtaking. </p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-70513" class="archive-item post-70513 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-accessories tag-adorable tag-animal tag-apartment tag-artist tag-ashton tag-ashton-kutcher tag-bark tag-bra tag-brazil tag-brazillian tag-bull-terrier tag-carangola tag-celebrity tag-collar tag-couture tag-cute tag-decor tag-design tag-designer tag-divorce tag-dog tag-dog-lover tag-draw tag-drawing tag-ex-wife tag-family tag-fashion tag-fashion-icon tag-fashion-week tag-flickr tag-funny tag-handbag tag-heartbreak tag-high-fashion tag-images tag-instagram tag-jimmy tag-jimmy-choo tag-mans-best-friend tag-mantesso tag-marker tag-marriage tag-microphone tag-nyfw tag-painter tag-photographer tag-photography tag-photos tag-punk tag-puppy tag-purse tag-rafael tag-sensation tag-sharpie tag-shoes tag-sketch tag-snoopy tag-turntable tag-viral tag-weekly-flickr tag-white post-7 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/09/11/how-a-dog-named-jimmy-became-a-fashion-icon/" title="How a dog named Jimmy became a fashion icon"> <img src="https://web.archive.org/web/20190520061325im_/http://i2.wp.com/farm6.staticflickr.com/5636/20420032580_57d8159c5f_z.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/09/11/how-a-dog-named-jimmy-became-a-fashion-icon/" rel="bookmark">How a dog named Jimmy became a fashion&nbsp;icon</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/09/11/how-a-dog-named-jimmy-became-a-fashion-icon/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-09-11T06:00:00-07:00">September 11, 2015</time><time class="byline-date updated" datetime="2015-09-11T06:00:02-07:00">September 11, 2015</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>When <a href="https://web.archive.org/web/20190520061325/https://www.flickr.com/photos/rafaelmantesso">Rafael Mantesso’s</a> wife left him, he had nothing left but his dog, Jimmy, and an empty apartment. But when he started doodling on the floors and walls, and snapping photos of Jimmy alongside the sketches, he was unwittingly changing the course of their lives.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-69952" class="archive-item post-69952 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-blacklivesmatter tag-handsup tag-ilovebaltimore tag-1960s tag-67224 tag-48041 tag-african-american tag-allen tag-anger tag-baltimore tag-barricade tag-beauty tag-best-friend tag-black-america tag-black-lives-matter tag-black-neighborhood tag-black-panthers tag-bloods tag-burning-car tag-bydvnlln tag-civil-rights tag-civil-rights-movement tag-community tag-cover-story tag-crime tag-crips tag-d-list-celebrity tag-david-von-drehle tag-death tag-devin tag-devin-allen tag-diversity tag-dont-shoot tag-dreams-come-true tag-drugs tag-dvnlln tag-eric-garner tag-ferguson tag-fire tag-flickr tag-freddie-gray tag-funeral tag-gang-violence tag-gangs tag-gun tag-hands-up tag-i-cant-breathe tag-ice-cube tag-inspirational tag-inspire tag-instagram tag-kajieme-powell tag-law-enforcement tag-looting tag-martin-luther-king tag-michael-brown tag-murder tag-neighborhood tag-overcome tag-pain tag-passion tag-paul-moakley tag-peacemaker tag-peacemaking tag-photographer tag-photography tag-photography-saved-my-life tag-police tag-police-brutality tag-police-car tag-protestors tag-protests tag-public-safety tag-race tag-racial-profiling tag-racial-tensions tag-racism tag-reconciliation tag-redemption tag-renisha-mcbride tag-rihanna tag-riot tag-riots tag-salvation tag-selma tag-smash tag-social-media tag-solidarity tag-straight-outta-compton tag-streets tag-tamon-robinson tag-time tag-time-cover tag-time-inc tag-time-magazine tag-tragedy tag-trayvon-martin tag-tweet tag-twf tag-twitter tag-unbiased tag-unity tag-usher tag-vandal tag-vandalism tag-violence tag-viral tag-west-baltimore post-8 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/08/21/baltimore-riots-the-story-behind-times-iconic-cover/" title="Baltimore Riots: The story behind TIME’s iconic cover"> <img src="https://web.archive.org/web/20190520061325im_/http://i1.wp.com/farm6.staticflickr.com/5784/20661383381_151ed78841_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/08/21/baltimore-riots-the-story-behind-times-iconic-cover/" rel="bookmark">Baltimore Riots: The story behind TIME&#8217;s iconic&nbsp;cover</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/08/21/baltimore-riots-the-story-behind-times-iconic-cover/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-08-21T11:01:48-07:00">August 21, 2015</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Devin Allen grew up in west Baltimore surrounded by crime, drugs, and murder. Photography offered him not only a means of rediscovering his community’s beauty, but also literally saved his life. Still, he never dreamed that one of his photos would land him on the cover of <i>Time</i> magazine.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-69417" class="archive-item post-69417 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-adorable tag-amazon tag-back-yard tag-backyard tag-blipphoto tag-buckaroo tag-camera tag-champagne tag-christmas tag-comedy tag-concert tag-crossfit tag-cute tag-drum-kit tag-drum-set tag-ellis tag-england tag-fishing-line tag-flickr tag-fluffy tag-food tag-funny tag-games tag-garden tag-glastonbury tag-goals tag-great-escape tag-guitar tag-hair-brush tag-halloween tag-holiday tag-horn tag-household-items tag-humor tag-instagram tag-iphone tag-jack-o-lantern tag-jenga tag-london tag-max tag-max-ellis tag-maxs-junkyard tag-miniature tag-mohawk tag-motorcycle tag-never-mind-the-bollocks tag-never-mind-the-nuts tag-peanut-butter tag-photographer tag-photography tag-photos tag-physique tag-physique-photography tag-polaroid tag-pumpkin tag-punk tag-rock-band tag-scaffold tag-sex-pistols tag-sex-squirrels tag-sidecar tag-small-guitar tag-small-umbrella tag-sombrero tag-squirrels tag-stag tag-startle tag-steve-mcqueen tag-sunflower-seeds tag-tank tag-tequila tag-the-great-escape tag-the-weekly-flickr tag-toys tag-trees tag-umbrella tag-war tag-weekly-flickr tag-weights tag-yard post-9 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/08/07/capturing-the-secret-lives-of-squirrels/" title="Capturing the secret lives of squirrels"> <img src="https://web.archive.org/web/20190520061325im_/http://i1.wp.com/farm1.staticflickr.com/438/18744051266_00c1d7d1f9_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/08/07/capturing-the-secret-lives-of-squirrels/" rel="bookmark">Capturing the secret lives of&nbsp;squirrels</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/08/07/capturing-the-secret-lives-of-squirrels/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-08-07T06:00:53-07:00">August 7, 2015</time><time class="byline-date updated" datetime="2015-08-07T06:00:55-07:00">August 7, 2015</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Max Ellis may not know what the squirrels in his backyard are going to do next, but there’s no doubt it will be interesting – and probably hilarious.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-68924" class="archive-item post-68924 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-203229 tag-a-christmas-story tag-addams-family tag-adorable tag-alien tag-apollo-13 tag-australia tag-back-to-the-future tag-batman tag-big-lebowski tag-boxes tag-breakfast-club tag-breaking-bad tag-bruce-willis tag-cardboard tag-cardboard-box-office tag-castaway tag-chewbacca tag-children tag-cute tag-dark-knight tag-die-hard tag-diehard tag-diy tag-dumb-and-dumber tag-e-t tag-e-t-the-extra-terrestrial tag-exhaustion tag-family tag-family-bonding tag-family-photo tag-family-portrait tag-family-time tag-fear-and-loathing-in-las-vegas tag-film tag-filmmaking tag-flickr tag-forrest-gump tag-frances-ford-coppola tag-free-willy tag-fun tag-funny tag-game-of-thrones tag-garth tag-gilligan tag-gilligans-island tag-godfather tag-goldfinger tag-goonies tag-graham-norton tag-grease tag-gundy tag-han-solo tag-hilarious tag-hollywood tag-home tag-honey-i-shrunk-the-kids tag-household-items tag-humor tag-humorous tag-indiana-jones tag-inexpensive tag-james-bond tag-james-cameron tag-jaws tag-john-hughes tag-johnny-depp tag-jurassic-world tag-kate-winslet tag-laughing-squid tag-lebowski tag-leia tag-leon-mackie tag-leonard-dicaprio tag-life-aquatic tag-lilly-mackie tag-lion-king tag-lord-of-the-rings tag-luke-skywalker tag-m-a-s-h tag-mad-max tag-mash tag-media-attention tag-movie-night tag-movies tag-napoleon-dynamite tag-neverending-story tag-new-baby tag-new-parents tag-new-zealand tag-orson tag-orson-mackie tag-oscar-selfie tag-parenting tag-photography tag-photos tag-pirates-of-the-caribbean tag-pulp-fiction tag-quentin-tarrantino tag-sandlot tag-saturday-night tag-sixteen-candles tag-skipper tag-social tag-speed tag-stanley-kubrick tag-star-wars tag-teddy-bear tag-television tag-terminator tag-terminator-2-judgment-day tag-the-life-aquatic-with-steve-zissou tag-the-shining tag-the-thing tag-titanic tag-tom-hank tag-top-gun tag-tv tag-viral tag-wayne tag-waynes-world tag-webby tag-wellington tag-wes-anderson tag-willy-wonka post-10 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/07/24/new-parents-cope-with-exhaustion-by-recreating-iconic-movies-scenes/" title="New parents cope with exhaustion by recreating iconic movies scenes"> <img src="https://web.archive.org/web/20190520061325im_/http://i0.wp.com/farm9.staticflickr.com/8838/18031245789_20255bcef8_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/07/24/new-parents-cope-with-exhaustion-by-recreating-iconic-movies-scenes/" rel="bookmark">New parents cope with exhaustion by recreating iconic movies&nbsp;scenes</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/07/24/new-parents-cope-with-exhaustion-by-recreating-iconic-movies-scenes/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-07-24T07:57:40-07:00">July 24, 2015</time><time class="byline-date updated" datetime="2015-07-24T08:00:48-07:00">July 24, 2015</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Learn how distance from friends and family, combined with the stress of being new parents, led Leon and Lilly Mackie to create an internet sensation with their empty moving boxes.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-68498" class="archive-item post-68498 post type-post status-publish format-standard hentry category-en category-theweeklyflickr post-11 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/07/10/fashion-photographers-life-changed-by-chance-encounter/" title="Fashion photographer’s life changed by chance encounter"> <img src="https://web.archive.org/web/20190520061325im_/http://i0.wp.com/farm5.staticflickr.com/4007/4579872330_d0e9cf5e61_z.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/07/10/fashion-photographers-life-changed-by-chance-encounter/" rel="bookmark">Fashion photographer’s life changed by chance&nbsp;encounter</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/07/10/fashion-photographers-life-changed-by-chance-encounter/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-07-10T06:00:21-07:00">July 10, 2015</time><time class="byline-date updated" datetime="2015-07-10T06:00:24-07:00">July 10, 2015</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Rick Giudotti left a successful career as a fashion photographer to advocate for people with albinism and other genetic conditions. His pictures connect with the beautiful, human side of people too often seen as suffering from disorders.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-68158" class="archive-item post-68158 post type-post status-publish format-standard hentry category-en category-theweeklyflickr tag-human-interest tag-1960s-batman tag-1960s-tv tag-60s-batman tag-60s-tv tag-acceptance tag-adam-west tag-al-vasquez tag-alter-ego tag-alterego tag-anime tag-arkham tag-arrow tag-baterang tag-batman tag-before-after tag-before-and-after tag-behind-the-scenes tag-belonging tag-black-canary tag-black-widow tag-bruce-wayne tag-bullying tag-catwoman tag-charity tag-childhood tag-childrens-hospital tag-comic-book tag-comic-book-movies tag-comic-con tag-comiccon tag-community tag-corey-hayes tag-coreyhayesphoto tag-cosplay tag-costume tag-costume-play tag-dc-comics tag-dc-universe tag-deadpool tag-dex-starr tag-dress-up tag-friends tag-friendship tag-gina tag-gou-matsouka tag-grandfather tag-grappling-gun tag-green-lantern tag-harley-quinn tag-haseo tag-in-costume tag-kindness tag-loki tag-magik tag-makeup tag-man-bat tag-marvel-comics tag-marvel-universe tag-movies tag-nerds tag-nerdy tag-new-york-city tag-new-york-comic-con tag-nyc tag-nyc-comic-con tag-nycc tag-out-of-costume tag-phantasm tag-photographer tag-photography tag-photos tag-portrait tag-portraits tag-portraiture tag-rejection tag-rikku tag-ruby-rinekso tag-san-diego tag-scarecrow tag-sdcc tag-side-by-side tag-starfire tag-studio tag-superhero tag-television tag-thor tag-victorian post-12 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/06/30/photos-reveal-a-side-of-cosplayers-you-wont-see-at-comic-con/" title="Photos reveal a side of cosplayers you won’t see at Comic Con"> <img src="https://web.archive.org/web/20190520061325im_/http://i0.wp.com/farm1.staticflickr.com/525/18054507044_27f90656bd_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/06/30/photos-reveal-a-side-of-cosplayers-you-wont-see-at-comic-con/" rel="bookmark">Photos reveal a side of cosplayers you won’t see at Comic&nbsp;Con</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2015/06/30/photos-reveal-a-side-of-cosplayers-you-wont-see-at-comic-con/" rel="bookmark"><time class="byline-date entry-date published" datetime="2015-06-30T06:00:45-07:00">June 30, 2015</time><time class="byline-date updated" datetime="2015-06-30T09:19:44-07:00">June 30, 2015</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>New York Portrait photographer Corey Hayes’ Alter Ego series features the real-life heroes of cosplay, people who dress as their favorite comic book and anime characters.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <nav class="navigation paging-navigation" role="navigation"> <h1 class="screen-reader-text">Posts navigation</h1> <div class="nav-links"> <div class="nav-previous"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/category/theweeklyflickr/page/2/"><span class="meta-nav">&larr;</span> Older posts</a></div> </div><!-- .nav-links --> </nav><!-- .navigation --> </main><!-- #main --> </section><!-- #primary --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-119381793-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20190520061325/https://ssl' : 'https://web.archive.org/web/20190520061325/http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </div><!-- #content --> <div id="sidebar" class="widget-area sidebar" role="complementary"> <div class="wrap sidebar-wrap"> <div class="sidebar-footer-one sidebar-footer"> <aside id="flickr_photographer_spotlight-2" class="widget widget_photographer_spotlight"><h3 class="widget-title">Featured Photographer</h3> <section class="featured-photographer"> <div class="featured-photographer-excerpt"> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" title="Brooke Shaden: “Your voice needs to be heard”"><img class="photographer-mug alignleft" src="https://web.archive.org/web/20190520061325im_/https://flickrtheblog.files.wordpress.com/2019/03/shaden_headshot2.jpg?w=150&amp;h=150&amp;crop=1"/></a> <span class="featured-photographer-title"><a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" title="Brooke Shaden: “Your voice needs to be heard”">Brooke Shaden</a></span> <p>In honor of International Women’s Day, we’re featuring the work of one of our most universally beloved Flickr photographers: Brooke Shaden.</p> <p>Brooke is a fine art photographer who specializes in self-portraiture, conceptual photography, and creative photo manipulation. She joined Flickr over ten years ago to share her surreal, dreamy stories with a broader community of photographers.</p> </div> </section> </aside> </div> <div class="sidebar-footer-two sidebar-footer"> <aside id="facebook-likebox-3" class="widget widget_facebook_likebox"><h3 class="widget-title"><a href="https://web.archive.org/web/20190520061325/https://www.facebook.com/flickr/">Stay up to date with Flickr</a></h3> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/flickr/" data-width="340" data-height="432" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/flickr/"><a href="https://web.archive.org/web/20190520061325/https://www.facebook.com/flickr/">Stay up to date with Flickr</a></blockquote></div> </div> </aside> </div> <div class="sidebar-footer-three sidebar-footer"> <aside id="text-3" class="widget widget_text"><h3 class="widget-title">About</h3> <div class="textwidget"><p>Welcome to the companion blog for Flickr, the home for all your photos. Flickr is the best site on the web for organizing, sharing and storing your photos. We provide you the tools for easy collaboration with one of the world&#8217;s most passionate photo communities.</p> </div> </aside> </div> </div> </div><!-- #secondary --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="wrap footer-wrap"> <div class="site-info"> <span class="countries-list"> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/de" class="">Deutsch</a> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/en" class="selected">English</a> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/es" class="">Espa&#241;ol</a> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/fr" class="">Fran&#231;ais</a> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/id" class="">Bahasa Indonesia</a> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/it" class="">Italiano</a> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/ko" class="">한글</a> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/pt" class="">Portugu&#234;s</a> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/vi" class="">Tiếng Việt</a> <a href="https://web.archive.org/web/20190520061325/http://blog.flickr.net/zh" class="">繁體中文</a> </span> <span class="copywrite"> &#169; 2019 Flickr, Inc. All rights reserved. Powered&nbsp;by&nbsp;<a href="https://web.archive.org/web/20190520061325/http://vip.wordpress.com/">WordPress.com&nbsp;VIP</a> </span> </div><!-- .site-info --> </div> </footer><!-- #colophon --> </div><!-- #page --> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = JSON.parse( decodeURIComponent( '%7B%22settings%22%3A%7B%22id%22%3A%22content%22%2C%22ajaxurl%22%3A%22http%3A%5C%2F%5C%2Fblog.flickr.net%5C%2F%3Finfinity%3Dscrolling%22%2C%22type%22%3A%22click%22%2C%22wrapper%22%3Atrue%2C%22wrapper_class%22%3A%22wrap%22%2C%22footer%22%3Afalse%2C%22click_handle%22%3A%221%22%2C%22text%22%3A%22Load%20more%20posts%22%2C%22totop%22%3A%22Scroll%20back%20to%20top%22%2C%22currentday%22%3A%2217.12.15%22%2C%22order%22%3A%22DESC%22%2C%22scripts%22%3A%5B%5D%2C%22styles%22%3A%5B%5D%2C%22google_analytics%22%3Afalse%2C%22offset%22%3A0%2C%22history%22%3A%7B%22host%22%3A%22blog.flickr.net%22%2C%22path%22%3A%22%5C%2Fcategory%5C%2Ftheweeklyflickr%5C%2Fpage%5C%2F%25d%5C%2F%22%2C%22use_trailing_slashes%22%3Atrue%2C%22parameters%22%3A%22%22%7D%2C%22query_args%22%3A%7B%22category_name%22%3A%22theweeklyflickr%22%2C%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22%22%2C%22pagename%22%3A%22%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22tag%22%3A%22%22%2C%22cat%22%3A547459332%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22posts_per_page%22%3A12%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Afalse%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D%2C%22last_post_date%22%3A%222015-06-30%2006%3A00%3A45%22%2C%22stats%22%3A%22blog%3D957851%26v%3Dwpcom%26tz%3D-7%26user_id%3D0%26subd%3Dflickrtheblog%26x_pagetype%3Dinfinite-click%22%7D%7D' ) ); //]]> </script> <!-- wpcom_wp_footer --> <script type="text/javascript" src="//web.archive.org/web/20190520061325js_/http://0.gravatar.com/js/gprofiles.js?ver=201921y"></script> <script type="text/javascript"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190520061325js_/https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h"></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> </div> <div id="carousel-reblog-box"> <form action="#" name="carousel-reblog"> <textarea id="carousel-reblog-content" name="carousel-reblog-content" placeholder="Add your thoughts here... (optional)"></textarea> <label for="carousel-reblog-to-blog-id" id="carousel-reblog-lblogid">Post to</label> <select name="carousel-reblog-to-blog-id" id="carousel-reblog-to-blog-id"> </select> <div class="submit"> <span class="canceltext"><a href="#" class="cancel">Cancel</a></span> <input type="submit" name="carousel-reblog-submit" class="button" id="carousel-reblog-submit" value="Reblog Post"/> <input type="hidden" id="carousel-reblog-blog-id" value="957851"/> <input type="hidden" id="carousel-reblog-blog-url" value="http://blog.flickr.net"/> <input type="hidden" id="carousel-reblog-blog-title" value="Flickr Blog"/> <input type="hidden" id="carousel-reblog-post-url" value=""/> <input type="hidden" id="carousel-reblog-post-title" value=""/> </div> <input type="hidden" id="_wpnonce" name="_wpnonce" value="7de5dc236c"/><input type="hidden" name="_wp_http_referer" value="/category/theweeklyflickr/"/> </form> <div class="arrow"></div> </div> <link rel="stylesheet" id="all-css-0-2" href="https://web.archive.org/web/20190520061325cs_/https://s0.wp.com/_static/??/wp-content/mu-plugins/carousel/jetpack-carousel.css,/wp-content/mu-plugins/tiled-gallery/tiled-gallery.css?m=1524699534j&amp;cssminify=yes" type="text/css" media="all"/> <script type="text/javascript"> /* <![CDATA[ */ var jpfbembed = {"appid":"249643311490","locale":"en_US"}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var wpcomVipAnalytics = {"is_404":"0","is_home":"0","is_single":"0","is_front_page":"0","is_archive":"1","percentToTrack":"1"}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/web.archive.org\/web\/20190520061325\/http:\/\/blog.flickr.net\/wp-admin\/admin-ajax.php","nonce":"cf52f7988a","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"1","require_name_email":"1","login_url":"https:\/\/web.archive.org\/web\/20190520061325\/https:\/\/flickrtheblog.wordpress.com\/wp-login.php?redirect_to=http%3A%2F%2Fblog.flickr.net%2Fen%2F2015%2F12%2F17%2Fphotographer-finds-inspiration-in-everyday-encounters%2F","blog_id":"957851","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<p id=\"jp-carousel-commenting-as\">You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in<\/a> to post a comment.<\/p>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=957851&v=wpcom&tz=-7&user_id=0&subd=flickrtheblog","is_public":"1","reblog_enabled":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190520061325js_/https://s2.wp.com/_static/??-eJyVUMtOAzEM/CGCadWKXhCfgryJF5zNi9jZ0r8nFdoV4hCJk58znjFci7E5KSUFL+BoZUvl69HLA/waxWZKaO+cBAIvJPDZqNEHJheoDpY5zZxYb3sy2PWkBe0Cb5wszGhpynkxFCdyA9TRrFzu0nswmDDclK0MAOgiJzNhhYiiVHtm8kq1suu+9t4/GbR26fvZ7iC0O13XJdc5T56s/mXc6NZ+OAOKkMqPkV6XSjJyYbHmJhS2r5mt0TGv8eVwPj+fDpfL09F/A5uYtIE="></script> <script type="text/javascript" src="https://web.archive.org/web/20190520061325js_/http://platform.twitter.com/widgets.js?ver=20111117"></script> <script type="text/javascript" src="https://web.archive.org/web/20190520061325js_/https://s0.wp.com/_static/??-eJyVy0sOQEAMANALqcZnluIsmGbSUTUZRdyerZVYvsXDM8G0qpEaLjsk2QPrhnayGWUYZZjmkbOHxIRKB2VSzxrKuBX456bvx0IewiBC+XrrWf3SVc61deOquo03DQdDyw=="></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script type="text/javascript"> jQuery.extend( infiniteScroll.settings.scripts, ["jquery-core","jquery-migrate","jquery","postmessage","mobile-useragent-info","jquery_inview","jetpack_resize","flickr-js","spin","jquery.spin","grofiles-cards","wpgroho","devicepx","jetpack_likes_queuehandler","the-neverending-homepage","jetpack-facebook-embed","wpcom-vip-analytics","wpcom-masterbar-js","wpcom-masterbar-tracks-js","swfobject","videopress","jetpack-carousel","twitter-widgets","twitter-widgets-infinity","twitter-widgets-pending","tiled-gallery"] ); jQuery.extend( infiniteScroll.settings.styles, ["jetpack_likes","the-neverending-homepage","wp-block-library","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","mp6hacks","wpcom-bbpress2-staff-css","flickr-style","jetpack_facebook_likebox","noticons","geo-location-flair","reblogging","h4-global","jetpack-carousel","tiled-gallery"] ); </script><script src="//web.archive.org/web/20190520061325js_/http://stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'957851','blog_tz':'-7','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'957851','v':'wpcom','tz':'-7','user_id':'0','subd':'flickrtheblog'}]); function st_vt() {var x=document.createElement("img");x.src="https://web.archive.org/web/20190520061325/http://pixel.wp.com/g.gif?blog=957851&v=wpcomvt&tz=-7&user_id=0&subd=flickrtheblog&rand="+Math.random();} _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTd1LERUSXUlY2t6XWRwWiYmcnkwR3ZJLTlpZVt4RTYlekE1a0hGTk51W1JLakZQSVlxSz1oUEpQbXo2PXR4JVZBbTV1Ti40SF1xejlyc3h3ZW5uUjY4UWFYW1RlUnZ0RV8/cjdLNl8xP0s/Ly5ua3FtOU52eUpGcFZVVHxLWzN+LlN2Sj8rS2xhRldTX09fMVlGMVhXd1ZFLENdblhGQ202L2xdTjdkWyslfkhhTmwlTEhDZE9keDVraXFlakJvTixWLUVWZTZ6d1BUZVhCY0w='}]); _stq.push([ 'clickTrackerInit', '957851', '0' ]); </script> <noscript><img src="https://web.archive.org/web/20190520061325im_/http://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt=""/></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//web.archive.org/web/20190520061325/http://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script> <script async src="https://web.archive.org/web/20190520061325js_/https://embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> <script type="text/javascript"> new YAHOO.i13n.Rapid({spaceid:1197792308, tracked_mods:['content']}); </script> </body> </html> <!-- generated in 0.187 seconds 62842 bytes batcached for 300 seconds --> <!-- FILE ARCHIVED ON 06:13:25 May 20, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 08:01:32 Dec 11, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.499 exclusion.robots: 0.023 exclusion.robots.policy: 0.013 esindex: 0.01 cdx.remote: 12.483 LoadShardBlock: 244.149 (3) PetaboxLoader3.datanode: 230.609 (4) PetaboxLoader3.resolve: 197.677 (2) load_resource: 236.167 -->

Pages: 1 2 3 4 5 6 7 8 9 10