<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>singer/ songwriter. solutions brewer. energy consumer. inspiration locator. tropical fruit.

  
 
           
      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://dayglocrazie.us4.list-manage.com/subscribe/post-json?u=b2c97c5dfad8995402d7470f5&amp;id=d1ffc2e430&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>dayglocrazie</title><generator>Tumblr (3.0; @dayglocrazie)</generator><link>http://dayglocrazie.tumblr.com/</link><item><title>@livefrom the console 25 may artists - the F16’s are good!...</title><description>&lt;iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F60136167&amp;liking=false&amp;sharing=false&amp;origin=tumblr" frameborder="0" allowtransparency="true" class="soundcloud_audio_player" width="500" height="116"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;@livefrom the console 25 may artists - the F16’s are good! bright, relaxed, morning sounds. listen to this one.&lt;/p&gt;</description><link>http://dayglocrazie.tumblr.com/post/51130882775</link><guid>http://dayglocrazie.tumblr.com/post/51130882775</guid><pubDate>Thu, 23 May 2013 11:01:13 +0530</pubDate><category>SoundCloud</category><category>The F16's</category><category>Indie</category></item><item><title>Live from The Console, Mumbai (on 25th may)</title><description>&lt;a href="https://www.facebook.com/events/138980322959929/"&gt;Live from The Console, Mumbai (on 25th may)&lt;/a&gt;: &lt;p&gt;morning everyone! i’m playing day after at &lt;a href="https://www.facebook.com/livefromtheconsole"&gt;Live From The Console&lt;/a&gt;, Mehboob Studio. do come! there’s going to be a screening of the making of daft punk’s new album and performances by &lt;a href="https://www.facebook.com/thef16s?directed_target_id=0" data-hovercard="/ajax/hovercard/page.php?id=452000184820006&amp;extragetparams=%7B%22directed_target_id%22%3A0%7D"&gt;The F16’s&lt;/a&gt; and &lt;a href="https://www.facebook.com/thesupersonics?directed_target_id=0" data-hovercard="/ajax/hovercard/page.php?id=19578061310&amp;extragetparams=%7B%22directed_target_id%22%3A0%7D"&gt;The Supersonics&lt;/a&gt;. promises to be good!&lt;/p&gt;</description><link>http://dayglocrazie.tumblr.com/post/51130758761</link><guid>http://dayglocrazie.tumblr.com/post/51130758761</guid><pubDate>Thu, 23 May 2013 10:58:38 +0530</pubDate><category>music</category><category>india</category><category>mumbai</category><category>mehboob studio</category><category>live from the console</category></item><item><title>warp time</title><description>&lt;p&gt;time doesn.t fly. nor does it crawl. it.s fixed. it.s K - a constant. 24 hours make a day. we can.t add or subtract from this. (we won.t go into the logic of what makes up an hour or a second because that isn.t relevant here.)&lt;br/&gt;
now if time is constant, it.s not possible to change it. your day is divided into x hours of work time + y hours of chill time + z hours of sleep time etc. there.s no time to do anything else than what you.re already doing. but here.s a proposal: sure it.s impossible to change time. so what? &lt;/p&gt;

&lt;p&gt;warp it!&lt;/p&gt;

&lt;p&gt;how do you mean? time flies when you.re doing something you like - playing an awesome game, watching an awesome movie, pub hopping with friends, skydiving - and crawls when you.re doing something you don.t like - we all have those boring-as-hell tasks that we postpone till the last minute.&lt;/p&gt;

&lt;p&gt;being in love is a quintessential bittersweet example: it.s always too soon to leave your partner.s side.&lt;/p&gt;

&lt;p&gt;time flies!&lt;/p&gt;</description><link>http://dayglocrazie.tumblr.com/post/51066907854</link><guid>http://dayglocrazie.tumblr.com/post/51066907854</guid><pubDate>Wed, 22 May 2013 18:31:48 +0530</pubDate><category>time</category><category>warp</category><category>inspiration</category><category>love</category><category>hate</category><category>do</category><category>action</category><category>rethink</category></item><item><title>the re-emergence of charanjit singh. find out about him here</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/I2sqx0S6uzA?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;the re-emergence of charanjit singh. find out about him &lt;a href="http://vimeo.com/17763450"&gt;here&lt;/a&gt;&lt;/p&gt;</description><link>http://dayglocrazie.tumblr.com/post/50997120757</link><guid>http://dayglocrazie.tumblr.com/post/50997120757</guid><pubDate>Tue, 21 May 2013 22:14:37 +0530</pubDate><category>charanjit singh</category><category>music</category><category>edm</category><category>1982</category></item><item><title>disillusionist2011:

public bus, kolkata
</title><description>&lt;img src="http://25.media.tumblr.com/7c390dc5fa930eebb0890da6165f25ea/tumblr_mn58qnvrxL1r041s9o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://disillusionist2011.tumblr.com/post/50980826934/public-bus-kolkata"&gt;disillusionist2011&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;public bus, kolkata&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://dayglocrazie.tumblr.com/post/50987801518</link><guid>http://dayglocrazie.tumblr.com/post/50987801518</guid><pubDate>Tue, 21 May 2013 19:03:32 +0530</pubDate></item><item><title>disillusionist2011:

rose garden at home. all creatures are...</title><description>&lt;img src="http://25.media.tumblr.com/d3d2e0e095391fad1685227adce5fd4d/tumblr_mn155lPf6d1r041s9o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://disillusionist2011.tumblr.com/post/50790438308/rose-garden-at-home-all-creatures-are-loving-the"&gt;disillusionist2011&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;rose garden at home. all creatures are loving the weather here.&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://dayglocrazie.tumblr.com/post/50897939556</link><guid>http://dayglocrazie.tumblr.com/post/50897939556</guid><pubDate>Mon, 20 May 2013 15:40:28 +0530</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/a94474a9e7ebc0aa7221cea23ba3e7de/tumblr_mmw5a6e5T31r041s9o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://dayglocrazie.tumblr.com/post/50897933171</link><guid>http://dayglocrazie.tumblr.com/post/50897933171</guid><pubDate>Mon, 20 May 2013 15:40:16 +0530</pubDate></item><item><title>disillusionist2011:

metal foragers #shivajipark #mumbai
</title><description>&lt;img src="http://24.media.tumblr.com/9f4aaf416799d2bbf2e08e4610ff3d0c/tumblr_mmsmhxCkT61r041s9o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://disillusionist2011.tumblr.com/post/50421787614/metal-foragers-shivajipark-mumbai"&gt;disillusionist2011&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;metal foragers #shivajipark #mumbai&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://dayglocrazie.tumblr.com/post/50422738090</link><guid>http://dayglocrazie.tumblr.com/post/50422738090</guid><pubDate>Tue, 14 May 2013 20:40:04 +0530</pubDate></item><item><title>"We forget we’re 
mostly water
till the rain falls
and every atom
in our body
starts to go home"</title><description>““We forget we’re &lt;br/&gt;
mostly water&lt;br/&gt;
till the rain falls&lt;br/&gt;
and every atom&lt;br/&gt;
in our body&lt;br/&gt;
starts to go home””&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Albert Huffstickler  (via &lt;a class="tumblr_blog" href="http://smaugtheterrible.tumblr.com/"&gt;smaugtheterrible&lt;/a&gt;)&lt;/em&gt;</description><link>http://dayglocrazie.tumblr.com/post/50422702597</link><guid>http://dayglocrazie.tumblr.com/post/50422702597</guid><pubDate>Tue, 14 May 2013 20:39:16 +0530</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/1c6bf8556d6364fe0109aacd6bd8023e/tumblr_mmmbvco8mx1rwgj3ko1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://dayglocrazie.tumblr.com/post/50405147203</link><guid>http://dayglocrazie.tumblr.com/post/50405147203</guid><pubDate>Tue, 14 May 2013 11:48:22 +0530</pubDate></item><item><title>awesome stuff at http://www.incidentalcomics.com/
also see what...</title><description>&lt;img src="http://25.media.tumblr.com/315d3be85528cddba098e66353e46ec0/tumblr_mmpzjgil7W1rxmb0jo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;awesome stuff at &lt;a href="http://www.incidentalcomics.com/"&gt;http://www.incidentalcomics.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;also &lt;a href="http://www.incidentalcomics.com/2013/04/day-jobs-of-poets.html"&gt;see&lt;/a&gt; what great poets had to do to earn a living - your art won’t pay.&lt;/p&gt;</description><link>http://dayglocrazie.tumblr.com/post/50321535421</link><guid>http://dayglocrazie.tumblr.com/post/50321535421</guid><pubDate>Mon, 13 May 2013 10:08:04 +0530</pubDate><category>freelance</category><category>artist</category><category>srt</category><category>money</category><category>finances</category><category>rules</category></item><item><title>mirror neurons and performance</title><description>&lt;p&gt;&lt;p class="p1"&gt;&lt;span&gt;a friend was giving me feedback on my performance the other day. he was telling me it&amp;#8217;s not just about tripping to your music while playing - that the artist needs to engage her audience. &lt;/span&gt;&lt;span&gt;he&amp;#8217;s right: an artist DOES need to do that. but he fails to see the many ways by which this can be done.&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span&gt;enter mirror neurons. &lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span&gt;these are certain neurons in your brain that &amp;#8216;mirror&amp;#8217; the same response that you observe. eg - when you see someone cut himself, your mirror neurons fire the same signals it would if YOU had cut your hand. in this way you &amp;#8216;feel&amp;#8217; his pain. mirror neurons are the reason we feel empathy - and why we love watching movies. actors are basically exploiting your mirror neuron&amp;#8217;s ability to make you feel a certain way.* it&amp;#8217;s much &lt;a href="https://www.youtube.com/watch?v=l7AWnfFRc7g"&gt;more complex&lt;/a&gt; and inextricably linked to our nature but we&amp;#8217;re only concerned with their relation to performance for now.  &lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span&gt;so if we apply this principle to watching an artist trip while performing, we can be sure that we&amp;#8217;ll feel the same way she does while &lt;a href="http://www.youtube.com/watch?v=PHi4tFz-F0g"&gt;she loses herself.&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span&gt;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span&gt;* that&amp;#8217;s probably also why you want to smoke when you see someone smoke in a movie (and hence the &amp;#8216;pointless&amp;#8217; warning against smoking at the bottom of the screen every time someone lights up).&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;</description><link>http://dayglocrazie.tumblr.com/post/50230533104</link><guid>http://dayglocrazie.tumblr.com/post/50230533104</guid><pubDate>Sun, 12 May 2013 11:21:00 +0530</pubDate><category>mirror neurons</category><category>science</category><category>performance</category><category>inspiration</category><category>dna</category><category>hiromi</category><category>movie</category><category>brain</category><category>mind</category><category>music</category></item><item><title>disillusionist2011:

nigel rajaratnam #skydrop was the last act...</title><description>&lt;img src="http://24.media.tumblr.com/07fef98fd1c400b99487b0b8ad922065/tumblr_mmkhlmKkx31r041s9o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://disillusionist2011.tumblr.com/post/50071685808/nigel-rajaratnam-skydrop-was-the-last-act-at"&gt;disillusionist2011&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;nigel rajaratnam #skydrop was the last act at #kino108 last night. good show!&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://dayglocrazie.tumblr.com/post/50149673460</link><guid>http://dayglocrazie.tumblr.com/post/50149673460</guid><pubDate>Sat, 11 May 2013 12:20:22 +0530</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lnx1irSeNP1qfmbfwo1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://dayglocrazie.tumblr.com/post/49920603723</link><guid>http://dayglocrazie.tumblr.com/post/49920603723</guid><pubDate>Wed, 08 May 2013 12:55:40 +0530</pubDate></item><item><title>maati ke laal (red ant dream), a docu by sanjay kak about the...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/0Qs9hYNV1IA?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;maati ke laal (red ant dream), a docu by sanjay kak about the people’s revolution in india. it’s being &lt;span&gt;screened at stein auditorium, IHC, new delhi on 7 may 13 - at 7 pm.&lt;/span&gt;&lt;span&gt; he explains his film thus:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;“Will the Maoists succeed with their revolution? Will the adivasis of Niyamgiri manage to hold on to their hills? Will the small farmers and peasants of Punjab manage to rally around older symbols of revolt and extricate themselves from the crisis that agriculture is in? We don’t know. But we know that there is such a thing as a fair and honourable fight, and that’s the Red Ant Dream in some ways.”&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;an article by sunday guardian about the film &lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;a href="http://www.sunday-guardian.com/artbeat/the-deaf-state-depletes-trust-and-the-people-must-respond"&gt;here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;IHC details: &lt;span&gt;Lodi Road, Lodi Estate, Lodi Colony, &lt;/span&gt;&lt;span&gt;New Delhi, India 110003. PH: &lt;/span&gt;&lt;span&gt;011 2468 2001&lt;/span&gt;&lt;/p&gt;</description><link>http://dayglocrazie.tumblr.com/post/49683796162</link><guid>http://dayglocrazie.tumblr.com/post/49683796162</guid><pubDate>Sun, 05 May 2013 19:00:00 +0530</pubDate><category>maati ke laal</category><category>red ant dream</category><category>sanjay kak</category><category>revolution</category><category>india</category><category>documentary</category></item><item><title>This Rain by Roshni Baptist - interesting! live performance.</title><description>&lt;iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F89145655&amp;liking=false&amp;sharing=false&amp;origin=tumblr" frameborder="0" allowtransparency="true" class="soundcloud_audio_player" width="500" height="116"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;This Rain by Roshni Baptist - interesting! live performance.&lt;/p&gt;</description><link>http://dayglocrazie.tumblr.com/post/49669971497</link><guid>http://dayglocrazie.tumblr.com/post/49669971497</guid><pubDate>Sun, 05 May 2013 15:04:35 +0530</pubDate><category>SoundCloud</category><category>Roshni Baptist.</category><category>Pop\ Country</category><category>Original</category><category>live</category><category>Acoustic</category></item><item><title>playing at kino 108, mumbai this thursday. listening to the...</title><description>&lt;iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F55707681&amp;liking=false&amp;sharing=false&amp;origin=tumblr" frameborder="0" allowtransparency="true" class="soundcloud_audio_player" width="500" height="116"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;playing at kino 108, mumbai this thursday. listening to the other artists who’re going to play. skydrops/ nigel rajaratnam is good! loving this track called epileptix. check it out!&lt;/p&gt;</description><link>http://dayglocrazie.tumblr.com/post/49663114221</link><guid>http://dayglocrazie.tumblr.com/post/49663114221</guid><pubDate>Sun, 05 May 2013 12:43:51 +0530</pubDate><category>SoundCloud</category><category>SkyDrops/Nigel Rajaratnam</category><category>Acoustic Electronic</category></item><item><title>disillusionist2011:

rahul plays guitar in the band #skyrabbit....</title><description>&lt;img src="http://25.media.tumblr.com/a7ddd50a33e701ac0c48606a4219e905/tumblr_mm5o1lZOyI1r041s9o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://disillusionist2011.tumblr.com/post/49420020490/rahul-plays-guitar-in-the-band-skyrabbit-he-also"&gt;disillusionist2011&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;rahul plays guitar in the band #skyrabbit. he also has a solo project called #snowshoe&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://dayglocrazie.tumblr.com/post/49432285493</link><guid>http://dayglocrazie.tumblr.com/post/49432285493</guid><pubDate>Thu, 02 May 2013 17:31:15 +0530</pubDate></item><item><title>cutting a cd?</title><description>&lt;p&gt;some of my friends are cutting albums. some have already mastered their tracks, some are going to start recording, while others have made cd covers and artwork. here’s some thoughts:&lt;/p&gt;
&lt;p&gt;when was the last time you bought a cd? &lt;/p&gt;
&lt;p&gt;people buy music online (if they’re not downloading torrents or ripping it directly off bandcamp/ soundcloud).&lt;/p&gt;
&lt;p&gt;where are the music stores? who’s gonna stock it to sell them for you?&lt;/p&gt;
&lt;p&gt;we all know the deal with albums. the first and last two songs can be expected to be awesome: with obscure tracks in the middle. who wants to listen to those?&lt;/p&gt;
&lt;p&gt;even YOU don’t love all your music.&lt;/p&gt;
&lt;p&gt;of course you can make some money off merchandising when you play at festivals/ venues but how much is that worth? how does it compare in your income vs expense analysis (assuming you’re looking to earn from it)?&lt;/p&gt;
&lt;p&gt;it’s okay of course, if you’re doing it just for fun. but then why spend unnecessary money on it when you can simply upload it on soundcloud/ bandcamp for free? send us links!&lt;/p&gt;
&lt;p&gt;it’s easier (and cheaper) to distribute virtual links than to distribute physical cds. is there something else you could use that money for?&lt;/p&gt;
&lt;p&gt;when was the last time u listened to an entire album?&lt;/p&gt;
&lt;p&gt;the audience’s behaviour has changed. cherry picking is what it’s about. don’t give them a basket-full of it.&lt;/p&gt;
&lt;p&gt;amanda palmer is releasing singles &lt;a href="http://amandapalmer.net/blog/20130407/"&gt;three days after&lt;/a&gt; she’s made it!&lt;/p&gt;</description><link>http://dayglocrazie.tumblr.com/post/49164112379</link><guid>http://dayglocrazie.tumblr.com/post/49164112379</guid><pubDate>Tue, 30 Apr 2013 16:41:00 +0530</pubDate><category>music</category><category>cd</category><category>album</category><category>cut</category><category>amanda palmer</category><category>market</category></item><item><title>Nick Miller: The Little Things . . .</title><description>&lt;a href="http://nickmiller.tumblr.com/post/45739861066/the-little-things"&gt;Nick Miller: The Little Things . . .&lt;/a&gt;: &lt;p&gt;&lt;a class="tumblr_blog" href="http://nickmiller.tumblr.com/post/45739861066/the-little-things"&gt;nickmiller&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;I read a piece in &lt;/span&gt;&lt;em&gt;Cook’s Illustrated&lt;/em&gt;&lt;span&gt; that encouraged—when preparing homemade broth for old-fashioned chicken soup—“hacking a whole bird into pieces” because “breaking the bones allows the rich marrow to permeate the broth.”&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In Hemingway’s own words: “I rewrote the ending to Farewell to…&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://dayglocrazie.tumblr.com/post/49245530089</link><guid>http://dayglocrazie.tumblr.com/post/49245530089</guid><pubDate>Tue, 30 Apr 2013 12:38:07 +0530</pubDate></item></channel></rss>
