<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><description>
  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Join our Mailing List
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://lchbusiness.us1.list-manage.com/subscribe/post-json?u=812469614731c820c1f9af016&amp;id=849a0b3c07&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 </description><title>@lindseycholmes</title><generator>Tumblr (3.0; @lindseycholmes)</generator><link>http://lindseycholmes.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Lindseycholmes" /><feedburner:info uri="lindseycholmes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://tumblr.superfeedr.com/" /><item><title>conversemusic:

TommyPom digs Converse’s new music Tumblr.
</title><description>&lt;img src="http://24.media.tumblr.com/4cfbee556941638395860e5d8dd5a8f9/tumblr_mmv4l3klRs1snn2p6o1_r1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://conversemusic.tumblr.com/post/50550487193/tommypom-digs-converses-new-music-tumblr" target="_blank"&gt;conversemusic&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;TommyPom digs Converse’s new music Tumblr.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/PmXj-AIsLZc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/PmXj-AIsLZc/50589621063</link><guid isPermaLink="false">http://lindseycholmes.com/post/50589621063</guid><pubDate>Thu, 16 May 2013 14:24:15 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50589621063</feedburner:origLink></item><item><title>transmediatic:

Game Changers - What’s the future of...</title><description>&lt;img src="http://24.media.tumblr.com/82f62ab6793edd0350c2b808aa9df05a/tumblr_mmwiip66Ux1r5tujfo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://www.transmediatic.co/post/50585959308" target="_blank"&gt;transmediatic&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;h1 class="article-title"&gt;&lt;strong&gt;Game Changers - What’s the future of Gaming? &lt;/strong&gt;&lt;/h1&gt;
&lt;h1 class="article-title"&gt;&lt;span&gt;“The image of the 1990s’ teenage gaming geek is at odds with today’s fast-changing and thriving gaming market. A broadening of both the type of games played and the hardware through which they are consumed has led to a flourishing and expanding gaming audience. From the soaring popularity of mobile games such as Angry Birds, to the immersive experiences of the big budget AAA titles, how is the industry changing shape, and where is it going?”&lt;/span&gt;&lt;a href="http://www.gfk.com/magazine/techtalk/techtalk-content-delivery---how-a-stream-turned-into-a-torrent/game-changers-whats-the-future-of-gaming" target="_blank"&gt; Read the complete article&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;(&lt;a href="http://www.gfk.com/magazine/techtalk/techtalk-content-delivery---how-a-stream-turned-into-a-torrent/game-changers-whats-the-future-of-gaming" target="_blank"&gt;Source: Christoph Zeh &amp; Nigel James - GFK&lt;/a&gt;)&lt;/p&gt;
&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/Rb11U0t0Tj8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/Rb11U0t0Tj8/50587650198</link><guid isPermaLink="false">http://lindseycholmes.com/post/50587650198</guid><pubDate>Thu, 16 May 2013 13:48:09 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50587650198</feedburner:origLink></item><item><title>frankgruber:

techcocktail:

Tech Cocktail Receives $2.5M...</title><description>&lt;img src="http://25.media.tumblr.com/32bb85fe717cf546311476fc80c04c89/tumblr_mmu907nY7V1qz8e14o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://frankgruber.me/post/50581411201/techcocktail-tech-cocktail-receives-2-5m" target="_blank"&gt;frankgruber&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://techcocktail.tumblr.com/post/50491024126/tech-cocktail-receives-2-5m-investment-from-tony" target="_blank"&gt;techcocktail&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://gd.is/VybGxJ" target="_blank"&gt;Tech Cocktail Receives $2.5M Investment from Tony Hsieh’s Downtown Project&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Here is our big announcement. More to come! :)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Go TC!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/GQVwhglFG2k" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/GQVwhglFG2k/50582004249</link><guid isPermaLink="false">http://lindseycholmes.com/post/50582004249</guid><pubDate>Thu, 16 May 2013 12:00:32 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50582004249</feedburner:origLink></item><item><title>Yay! Check out my interview w/ Tony Hsieh of @Zappos/ @DowntownProjLV in @SXSW Mag. http://sxsw.uberflip.com/issue/130442/41</title><description>Yay! Check out my interview w/ Tony Hsieh of @Zappos/ @DowntownProjLV in @SXSW Mag....&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/KFy5jUn0vl0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/KFy5jUn0vl0/50581687450</link><guid isPermaLink="false">http://lindseycholmes.com/post/50581687450</guid><pubDate>Thu, 16 May 2013 11:53:56 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50581687450</feedburner:origLink></item><item><title>Shiphawk Offers Headache-Free Shipping</title><description>by Lindsey C. Holmes for Tech.co
Do you sell on auction sites like eBay or Amazon? Like money, but...&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/E2FGVE6qcYo" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/E2FGVE6qcYo/50503147399</link><guid isPermaLink="false">http://lindseycholmes.com/post/50503147399</guid><pubDate>Wed, 15 May 2013 12:36:17 -0400</pubDate><category>ifttt</category><category>lchfbpage</category><category>lchtumblr</category><category>rss</category><category>tech cocktail</category><category>tech.co</category><category>wordpress draft Lindsey C. Holmes</category><feedburner:origLink>http://lindseycholmes.com/post/50503147399</feedburner:origLink></item><item><title>thisistheverge:

Square introduces $299 stand aimed at replacing...</title><description>&lt;img src="http://24.media.tumblr.com/c7c21337bfd2843d0a2431f32d7b606a/tumblr_mmspfeipZB1r3kmkso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://thisistheverge.tumblr.com/post/50424736006/square-introduces-299-stand-aimed-at-replacing" class="tumblr_blog" target="_blank"&gt;thisistheverge&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://www.theverge.com/2013/5/14/4330120/square-introduces-299-stand-aimed-at-replacing-cash-registers" target="_blank"&gt;Square introduces $299 stand aimed at replacing cash registers&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;#want&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/3EA6-bf7alU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/3EA6-bf7alU/50501317208</link><guid isPermaLink="false">http://lindseycholmes.com/post/50501317208</guid><pubDate>Wed, 15 May 2013 12:00:14 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50501317208</feedburner:origLink></item><item><title>sephora:

VIDEO: BEAUTY EXPEDITION TO TOKYO’S AKIHABARA...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/0T7K3YfmErg?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://sephora.tumblr.com/post/50432522691/493-p-the-latest-technology-blinks-glimmers-becko" class="tumblr_blog" target="_blank"&gt;sephora&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;VIDEO: BEAUTY EXPEDITION TO TOKYO’S AKIHABARA NEIGHBORHOOD&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Discover Akihabara and its unique anime-inspired local take on nail art.&lt;/p&gt;
&lt;p&gt;The latest technology blinks, glimmers, beckons in packed store windows. Bright, bold images of famed anime and manga stars are splashed on billboards and posters. Throngs of Japanese locals and tourists flock to the shops to point, to purchase—to dive into the experience they’ve heard so much about. &lt;/p&gt;
&lt;p&gt;This is Akihabara, the “Electric Town”—Tokyo’s mecca of electronic goods new and old. &lt;/p&gt;
&lt;p&gt;Here, technology has manifested itself in two ways: the highest concentration of electronic products in the city meets a propensity for anime and manga (the Japanese cartoons popular all around the world). Akihabara is defined by an animated reality, which turns art into a three-dimensional experience—and proves to be the defining characteristic of this neighborhood. Watch our video to see anime-inspired nail art in action. LENA PARK&lt;/p&gt;
&lt;p&gt;&lt;a href="http://theglossy.sephora.com/search?q=tokyo+nails" target="_blank"&gt;&lt;strong&gt;WATCH OUR OTHER TOKYO NAIL VIDEOS ▸&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sephora.com/nails-makeup?om_mmc=oth-tum-051313-tokyonails-video" target="_blank"&gt;&lt;strong&gt;SHOP NAILS AT SEPHORA ▸&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Nails! A la Tokyo!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/Xdd389DkWoM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/Xdd389DkWoM/50499600045</link><guid isPermaLink="false">http://lindseycholmes.com/post/50499600045</guid><pubDate>Wed, 15 May 2013 11:24:25 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50499600045</feedburner:origLink></item><item><title>neurosciencestuff:

Study shows that individual brain cells...</title><description>&lt;img src="http://25.media.tumblr.com/ae8a007a150a425a17e914e7af0d2c2e/tumblr_mm9zcyMErF1rog5d1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://neurosciencestuff.tumblr.com/post/49623948983/study-shows-that-individual-brain-cells-track" class="tumblr_blog" target="_blank"&gt;neurosciencestuff&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://newsroom.ucla.edu/portal/ucla/ucla-neurophysicists-find-that-245726.aspx" target="_blank"&gt;&lt;strong&gt;Study shows that individual brain cells track where we are and how we move&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Leaving the house in the morning may seem simple, but with every move we make, our brains are working feverishly to create maps of the outside world that allow us to navigate and to remember where we are.&lt;/p&gt;
&lt;p&gt;Take one step out the front door, and an individual brain cell fires. Pass by your rose bush on the way to the car, another specific neuron fires. And so it goes. Ultimately, the brain constructs its own pinpoint geographical chart that is far more precise than anything you’d find on Google Maps.&lt;/p&gt;
&lt;p&gt;But just how neurons make these maps of space has fascinated scientists for decades. It is known that several types of stimuli influence the creation of neuronal maps, including visual cues in the physical environment — that rose bush, for instance — the body’s innate knowledge of how fast it is moving, and other inputs, like smell. Yet the mechanisms by which groups of neurons combine these various stimuli to make precise maps are unknown.&lt;/p&gt;
&lt;p&gt;To solve this puzzle, UCLA neurophysicists built a virtual-reality environment that allowed them to manipulate these cues while measuring the activity of map-making neurons in rats. Surprisingly, they found that when certain cues were removed, the neurons that typically fire each time a rat passes a fixed point or landmark in the real world instead began to compute the rat’s relative position, firing, for example, each time the rodent walked five paces forward, then five paces back, regardless of landmarks. And many other mapping cells shut down altogether, suggesting that different sensory cues strongly influence these neurons.&lt;/p&gt;
&lt;p&gt;Finally, the researchers found that in this virtual world, the rhythmic firing of neurons that normally speeds up or slows down depending on the rate at which an animal moves, was profoundly altered. The rats’ brains maintained a single, steady rhythmic pattern.&lt;/p&gt;
&lt;p&gt;The findings, reported in the May 2 online edition of the journal &lt;a href="http://www.sciencemag.org/content/early/2013/05/01/science.1232655" target="_blank"&gt;&lt;em&gt;Science&lt;/em&gt;&lt;/a&gt;, provide further clues to how the brain learns and makes memories.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The mystery of how cells determine place&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;“Place cells” are individual neurons located in the brain’s hippocampus that create maps by registering specific places in the outside environment. These cells are crucial for learning and memory. They are also known to play a role in such conditions as post-traumatic stress disorder and Alzheimer’s disease when damaged.&lt;/p&gt;
&lt;p&gt;For some 40 years, the thinking had been that the maps made by place cells were based primarily on visual landmarks in the environment, known as distal cues — a tall tree, a building — as well on motion, or gait, cues. But, as UCLA neurophysicist and senior study author Mayank Mehta points out, other cues are present in the real world: the smell of the local pizzeria, the sound of a nearby subway tunnel, the tactile feel of one’s feet on a surface. These other cues, which Mehta likes to refer to as “stuff,” were believed to have only a small influence on place cells.&lt;/p&gt;
&lt;p&gt;Could it be that these different sensory modalities led place cells to create individual maps, wondered Mehta, a professor with joint appointments in the departments of neurology, physics and astronomy. And if so, do these individual maps cooperate with each other, or do they compete? No one really knew for sure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Virtual reality reveals new clues&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To investigate, Mehta and his colleagues needed to separate the distal and gait cues from all the other “stuff.” They did this by crafting a virtual-reality maze for rats in which odors, sounds and all stimuli, except distal and gait cues, were removed. As video of a physical environment was projected around them, the rats, held by a harness, were placed on a ball that rotated as they moved. When they ran, the video would move along with them, giving the animals the illusion that they were navigating their way through an actual physical environment.&lt;/p&gt;
&lt;p&gt;As a comparison, the researchers had the rats — six altogether — run a real-world maze that was visually identical to the virtual-reality version but that included the additional “stuff” cues. Using micro-electrodes 10 times thinner than a human hair, the team measured the activity of some 3,000 space-mapping neurons in the rats’ brains as they completed both mazes.&lt;/p&gt;
&lt;p&gt;What they found intrigued them. The elimination of the “stuff” cues in the virtual-reality maze had a huge effect: Fully half of the neurons being recorded became inactive, despite the fact that the distal and gate cues were similar in the virtual and real worlds. The results, Mehta said, show that these other sensory cues, once thought to play only a minor role in activating the brain, actually have a major influence on place cells.&lt;/p&gt;
&lt;p&gt;And while in the real world, place cells responded to fixed, absolute positions, spiking at those same positions each time rats passed them, regardless of the direction they were moving — a finding consistent with previous experiments — this was not the case in the virtual-reality maze.&lt;/p&gt;
&lt;p&gt;“In the virtual world,” Mehta said, “we found that the neurons almost never did that. Instead, the neurons spiked at the same relative distance in the two directions as the rat moved back and forth. In other words, going back to the front door-to-car analogy, in a virtual world, the cell that fires five steps away from the door when leaving your home would not fire five steps away from the door upon your return. Instead, it would fire five steps away from the car when leaving the car. Thus, these cells are keeping track of the relative distance traveled rather than absolute position. This gives us evidence for the individual place cell’s ability to represent relative distances.”&lt;/p&gt;
&lt;p&gt;Mehta thinks this is because neuronal maps are generated by three different categories of stimuli — distal cues, gait and “stuff” — and that all are competing for control of neural activity. This competition is what ultimately generates the “full” map of space.&lt;/p&gt;
&lt;p&gt;“All the external stuff is fixed at the same absolute position and hence generates a representation of absolute space,” he said. “But when all the stuff is removed, the profound contribution of gait is revealed, which enables neurons to compute relative distances traveled.”&lt;/p&gt;
&lt;p&gt;The researchers also made a new discovery about the brain’s theta rhythm. It is known that place cells use the rhythmic firing of neurons to keep track of “brain time,” the brain’s internal clock. Normally, Mehta said, the theta rhythm becomes faster as subjects run faster, and slower as running speed decreases. This speed-dependent change in brain rhythm was thought to be crucial for generating the ‘brain time’ for place cells. But the team found that in the virtual world, the theta rhythm was uninfluenced by running speed.&lt;/p&gt;
&lt;p&gt;“That was a surprising and fascinating discovery, because the ‘brain time’ of place cells was as precise in the virtual world as in the real world, even though the speed-dependence of the theta rhythm was abolished,” Mehta said. “This gives us a new insight about how the brain keeps track of space-time.”&lt;/p&gt;
&lt;p&gt;The researchers found that the firing of place cells was very precise, down to one-hundredth of a second, “so fast that we humans cannot perceive it but neurons can,” Mehta said. “We have found that this very precise spiking of neurons with respect to ‘brain-time’ is crucial for learning and making new memories.”&lt;/p&gt;
&lt;p&gt;Mehta said the results, taken together, provide insight into how distinct sensory cues both cooperate and compete to influence the intricate network of neuronal activity. Understanding how these cells function is key to understanding how the brain makes and retains memories, which are vulnerable to such disorders as Alzheimer’s and PTSD.&lt;/p&gt;
&lt;p&gt;“Ultimately, understanding how these intricate neuronal networks function is a key to developing therapies to prevent such disorders,” he said.&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/tUx_dDEPeVA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/tUx_dDEPeVA/50497950904</link><guid isPermaLink="false">http://lindseycholmes.com/post/50497950904</guid><pubDate>Wed, 15 May 2013 10:48:20 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50497950904</feedburner:origLink></item><item><title>emergentfutures:

Game Theory and the Treatment of...</title><description>&lt;img src="http://24.media.tumblr.com/c9f78a7a184ebc40ba91d89bb4580ed7/tumblr_mms4vbJt9p1qz5ttno1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://emergentfutures.tumblr.com/post/50432713238/game-theory-and-the-treatment-of-cancer" class="tumblr_blog" target="_blank"&gt;emergentfutures&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;h1&gt;&lt;strong&gt;Game Theory and the Treatment of Cancer&lt;/strong&gt;&lt;/h1&gt;


&lt;p class="intro"&gt;Thinking about cancer as an ecosystem is giving biologists access to a new armoury of mathematical tools for tackling it, such as evolutionary game theory&lt;/p&gt;

&lt;p class="intro"&gt;Full Story: &lt;a href="http://www.technologyreview.com/view/514821/game-theory-and-the-treatment-of-cancer/?utm_campaign=newsletters&amp;utm_source=newsletter-daily-all&amp;utm_medium=email&amp;utm_content=20130514" target="_blank"&gt;Technology Review&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/WhGjnGzy6m0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/WhGjnGzy6m0/50496381440</link><guid isPermaLink="false">http://lindseycholmes.com/post/50496381440</guid><pubDate>Wed, 15 May 2013 10:12:20 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50496381440</feedburner:origLink></item><item><title>thisistheverge:

Message received: is BBM for Android and iPhone...</title><description>&lt;img src="http://24.media.tumblr.com/251677c1db8021d2607901233a961d79/tumblr_mmt38qPeOk1r3kmkso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://thisistheverge.tumblr.com/post/50442442582/message-received-is-bbm-for-android-and-iphone-a" class="tumblr_blog" target="_blank"&gt;thisistheverge&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://www.theverge.com/2013/5/14/4331038/blackberry-messenger-free-cross-platform-why-now" target="_blank"&gt;Message received: is BBM for Android and iPhone a sign of strength… or desperation?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;BlackBerry’s popular messenger app will no longer be an exclusive club&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;#Idunno&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/tkTRMTEei9c" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/tkTRMTEei9c/50494865164</link><guid isPermaLink="false">http://lindseycholmes.com/post/50494865164</guid><pubDate>Wed, 15 May 2013 09:36:05 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50494865164</feedburner:origLink></item><item><title>Shiphawk Offers Headache-Free Shipping</title><description>Do you sell on auction sites like eBay or Amazon? Like money, but hate shipping?  Me too!  ShipHawk...&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/kl8MLYBP7OU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/kl8MLYBP7OU/50457170238</link><guid isPermaLink="false">http://lindseycholmes.com/post/50457170238</guid><pubDate>Tue, 14 May 2013 20:11:38 -0400</pubDate><category>ifttt</category><category>lchfbpage</category><category>lchtumblr</category><category>rss</category><category>tech cocktail</category><category>tech.co</category><category>wordpress draft</category><feedburner:origLink>http://lindseycholmes.com/post/50457170238</feedburner:origLink></item><item><title>Cool.
letsbuildahome-fr:

A range of colourful buildings of both...</title><description>&lt;img src="http://24.media.tumblr.com/3612ff6aefa73dab400d4558f9e5fa01/tumblr_mmsgb9834O1qd8br9o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Cool.&lt;/p&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://letsbuildahome.fr/post/50416390736/a-range-of-colourful-buildings-of-both-chinese-and" target="_blank"&gt;letsbuildahome-fr&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A range of colourful buildings of both Chinese and Western design have been built on a bridge in Linshi Wine Town, southwest China’s Chongqing Municipality&lt;/p&gt;
&lt;p&gt;Picture: HAP/Quirky China News / Rex Features&lt;/p&gt;
&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/h3SHayM3PDw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/h3SHayM3PDw/50444922557</link><guid isPermaLink="false">http://lindseycholmes.com/post/50444922557</guid><pubDate>Tue, 14 May 2013 17:24:30 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50444922557</feedburner:origLink></item><item><title>thisistheverge:

ABC brings live TV to iOS app: can networks cut...</title><description>&lt;img src="http://25.media.tumblr.com/86280dac07ee2596621d29e03fba2a36/tumblr_mmsytghOe81r3kmkso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://thisistheverge.tumblr.com/post/50435804803/abc-brings-live-tv-to-ios-app-can-networks-cut" class="tumblr_blog" target="_blank"&gt;thisistheverge&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://www.theverge.com/2013/5/14/4330520/abc-brings-live-tv-streaming-ios-app" target="_blank"&gt;ABC brings live TV to iOS app: can networks cut Aereo off at the pass?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;As expected, ABC today brought live TV streaming to its iOS app for users in New York City and Philadelphia. The new functionality has been delivered in an update to ABC’s existing app — now renamed Watch ABC. &lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/u8luI6Hy20U" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/u8luI6Hy20U/50443037076</link><guid isPermaLink="false">http://lindseycholmes.com/post/50443037076</guid><pubDate>Tue, 14 May 2013 16:59:02 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50443037076</feedburner:origLink></item><item><title>Got my #TechCrunch Disrupt winnings courtesy of @Volusion today!...</title><description>&lt;img src="http://24.media.tumblr.com/e03d9dbb7ee45954774d77e1b88231d5/tumblr_mmt3j7C2Pj1qapu4mo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Got my #TechCrunch Disrupt winnings courtesy of @Volusion today! I won $1000 to create something awesome. Thanks for rewarding #innovation @Volusion! #DoSomething #Tech #Innovation #CompaniesThatGiveBack #Winning &lt;a href="http://bit.ly/13iWxv1" target="_blank"&gt;http://bit.ly/13iWxv1&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/i3GcC_kg4SU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/i3GcC_kg4SU/50442899899</link><guid isPermaLink="false">http://lindseycholmes.com/post/50442899899</guid><pubDate>Tue, 14 May 2013 16:57:07 -0400</pubDate><category>IFTTT</category><category>Instagram</category><feedburner:origLink>http://lindseycholmes.com/post/50442899899</feedburner:origLink></item><item><title>3D Printing!!!!! #Obsessed.
emergentfutures:


A More Efficient...</title><description>&lt;img src="http://25.media.tumblr.com/8b5d6d389f6e23e3f3dfda811ea0f718/tumblr_mms4xr4e5V1qz5ttno1_400.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;3D Printing!!!!! #Obsessed.&lt;/p&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://emergentfutures.tumblr.com/post/50439160065/a-more-efficient-jet-engine-is-made-from-lighter" target="_blank"&gt;emergentfutures&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;

&lt;h1&gt;&lt;strong&gt;A More Efficient Jet Engine Is Made from Lighter Parts, Some 3-D Printed&lt;/strong&gt;&lt;/h1&gt;
&lt;p class="intro"&gt;Full Story: &lt;a href="http://www.technologyreview.com/news/514656/a-more-efficient-jet-engine-is-made-from-lighter-parts-some-3-d-printed/?utm_campaign=newsletters&amp;utm_source=newsletter-daily-all&amp;utm_medium=email&amp;utm_content=20130514" target="_blank"&gt;Technology Review&lt;/a&gt;&lt;/p&gt;
&lt;p class="intro"&gt;Composite and 3-D-printed components will mean jet engines that use 15 percent less fuel.&lt;/p&gt;
&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/sDYl9DBr7V0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/sDYl9DBr7V0/50442254709</link><guid isPermaLink="false">http://lindseycholmes.com/post/50442254709</guid><pubDate>Tue, 14 May 2013 16:48:19 -0400</pubDate><category>3d printing</category><feedburner:origLink>http://lindseycholmes.com/post/50442254709</feedburner:origLink></item><item><title>Filling In The Gaps With Tim O’Reilly: some great insights (hat tip to Dug Campbell)</title><description>Filling In The Gaps With Tim O’Reilly: some great insights (hat tip to Dug Campbell):...&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/KxZyC-kDHR8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/KxZyC-kDHR8/50441583404</link><guid isPermaLink="false">http://lindseycholmes.com/post/50441583404</guid><pubDate>Tue, 14 May 2013 16:39:05 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50441583404</feedburner:origLink></item><item><title>Hotel Wifi Report - 2013 </title><description>Hotel Wifi Report - 2013 : visualoop:


Via&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/lZHmQZ_AZjA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/lZHmQZ_AZjA/50345202146</link><guid isPermaLink="false">http://lindseycholmes.com/post/50345202146</guid><pubDate>Mon, 13 May 2013 11:24:12 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50345202146</feedburner:origLink></item><item><title>thisistheverge:

Zact tries to out-uncarrier T-Mobile with...</title><description>&lt;img src="http://24.media.tumblr.com/7e7daba45e87386f514d57642fea67c9/tumblr_mmqlxrigDP1r3kmkso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://thisistheverge.tumblr.com/post/50338373436/zact-tries-to-out-uncarrier-t-mobile-with" class="tumblr_blog" target="_blank"&gt;thisistheverge&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://www.theverge.com/2013/5/13/4325682/zact-tries-to-out-uncarrier-t-mobile-with-new-mobile-service" target="_blank"&gt;Zact tries to out-uncarrier T-Mobile with customizable mobile plans&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Plans and parental controls could cut total costs by more than $1,000, but you’ll have to settle for last year’s phones&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/KzGga1LxOWQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/KzGga1LxOWQ/50343526324</link><guid isPermaLink="false">http://lindseycholmes.com/post/50343526324</guid><pubDate>Mon, 13 May 2013 10:48:04 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50343526324</feedburner:origLink></item><item><title>asaya:

Black Hole (by Elena Kalis)
</title><description>&lt;img src="http://25.media.tumblr.com/efe993baabdc716fda58eca14a24e9db/tumblr_mikapkLkx31qzaoevo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://asaya.tumblr.com/post/50337997919/black-hole-by-elena-kalis" target="_blank"&gt;asaya&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Black Hole (by &lt;a href="http://www.flickr.com/photos/sugarock/5539161131/sizes/l/" target="_blank"&gt;Elena Kalis&lt;/a&gt;)&lt;/p&gt;
&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/oKjvrij9cDY" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/oKjvrij9cDY/50341989446</link><guid isPermaLink="false">http://lindseycholmes.com/post/50341989446</guid><pubDate>Mon, 13 May 2013 10:12:49 -0400</pubDate><feedburner:origLink>http://lindseycholmes.com/post/50341989446</feedburner:origLink></item><item><title>Another M-Day favorite — my super supportive Grandma...</title><description>&lt;img src="http://24.media.tumblr.com/6f819536ddb97e3004c0a5de3f0868cc/tumblr_mmp0j4LCuA1qapu4mo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Another M-Day favorite — my super supportive Grandma wearing my cotillion bow! #RestInPeace #HappyMother’sDay &lt;a href="http://bit.ly/ZYJL7A" target="_blank"&gt;http://bit.ly/ZYJL7A&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Lindseycholmes/~4/04oSO0m975k" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Lindseycholmes/~3/04oSO0m975k/50264991059</link><guid isPermaLink="false">http://lindseycholmes.com/post/50264991059</guid><pubDate>Sun, 12 May 2013 12:01:52 -0400</pubDate><category>IFTTT</category><category>Instagram</category><feedburner:origLink>http://lindseycholmes.com/post/50264991059</feedburner:origLink></item></channel></rss>
