<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>roomnoise</title>
	<atom:link href="http://www.roomnoise.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roomnoise.com</link>
	<description>development, design, music, culture</description>
	<lastBuildDate>Tue, 26 Jul 2011 19:10:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>first remix: Twin Sister&#8217;s Lady Daydream</title>
		<link>http://www.roomnoise.com/2011/07/26/first-remix-twin-sisters-lady-daydream/</link>
		<comments>http://www.roomnoise.com/2011/07/26/first-remix-twin-sisters-lady-daydream/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 19:10:29 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.roomnoise.com/?p=54</guid>
		<description><![CDATA[A few months ago I took a crack at my first remix project. Was really drawn to this song &#8216;Lady Daydream&#8217; by Twin Sister. They had stems available so I took those then added some various loops. Was a lot of fun thinking about music in terms of cutting/pasting/adding/subtracting in ways I don&#8217;t normally do [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I took a crack at my first remix project.  Was really drawn to this song &#8216;Lady Daydream&#8217; by Twin Sister.  They had stems available so I took those then added some various loops.  Was a lot of fun thinking about music in terms of cutting/pasting/adding/subtracting in ways I don&#8217;t normally do in Quiet Lights.  Also was much less obsessive.  </p>
<p>Here&#8217;s a link:</p>
<p><object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F6821692"></param><param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F6821692" type="application/x-shockwave-flash" width="100%"></embed></object>  <span><a href="http://soundcloud.com/quiet-lights/twin-sister-lady-daydream-quiet-lights-sleepdrone-lope-remix">Twin Sister : Lady Daydream (quiet lights sleepdrone lope remix)</a> by <a href="http://soundcloud.com/quiet-lights">Quiet Lights</a></span> </p>
<p>I hope to do more soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roomnoise.com/2011/07/26/first-remix-twin-sisters-lady-daydream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erb to Haml Rake Task</title>
		<link>http://www.roomnoise.com/2011/07/19/erb-to-haml-rake-task/</link>
		<comments>http://www.roomnoise.com/2011/07/19/erb-to-haml-rake-task/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 15:09:12 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.roomnoise.com/?p=47</guid>
		<description><![CDATA[Love haml but have erb lurking in your code? I stumbled on this rake task looking up ways to get custom Devise views moved to haml to sit nicely w/ the rest of my code: namespace :erb do &#160;&#160;namespace :to do &#160;&#160;&#160;&#160;task :haml do &#160;&#160;&#160;&#160;&#160;&#160;files = `find . -name *.html.erb` &#160;&#160;&#160;&#160;&#160;&#160;files.each_line do &#124;file&#124; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;file.strip! &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`bundle [...]]]></description>
			<content:encoded><![CDATA[<p>Love haml but have erb lurking in your code? I stumbled on this rake task looking up ways to get custom Devise views moved to haml to sit nicely w/ the rest of my code:<br />
<code><br />
namespace :erb do<br />
&nbsp;&nbsp;namespace :to do<br />
&nbsp;&nbsp;&nbsp;&nbsp;task :haml do<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;files = `find . -name *.html.erb`<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;files.each_line do |file|<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;file.strip!<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`bundle exec html2haml #{file} | cat &gt; #{file.gsub(/\.erb$/, ".haml")}`<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end<br />
&nbsp;&nbsp;&nbsp;&nbsp;end<br />
&nbsp;&nbsp;end<br />
end<br />
</code><br />
So now its as easy as &#8216;rake erb:to:haml&#8217;.</p>
<p>Thanks to this <a href="http://fredwu.me/post/445463159/rails-use-haml-templates-with-devise">post</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.roomnoise.com/2011/07/19/erb-to-haml-rake-task/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quiet Lights : The Big Fear</title>
		<link>http://www.roomnoise.com/2011/07/16/quiet-lights-the-big-fear/</link>
		<comments>http://www.roomnoise.com/2011/07/16/quiet-lights-the-big-fear/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 15:53:13 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[quiet lights]]></category>

		<guid isPermaLink="false">http://www.roomnoise.com/?p=35</guid>
		<description><![CDATA[Recently Quiet Lights put out The Big Fear. An EP created from our Seizure&#8217;s Palace recording sessions. Has a nice flow to it I think as the 4 songs each lend themselves to the next one. Really happy with how it came out.]]></description>
			<content:encoded><![CDATA[<p>Recently Quiet Lights put out The Big Fear.  An EP created from our Seizure&#8217;s Palace recording sessions.  Has a nice flow to it I think as the 4 songs each lend themselves to the next one.  Really happy with how it came out.  </p>
<p><a href="http://www.roomnoise.com/wp-content/uploads/2011/07/cover.jpg"><img src="http://www.roomnoise.com/wp-content/uploads/2011/07/cover-298x300.jpg" alt="" title="cover" width="298" height="300" size-medium wp-image-36" /></a></p>
<p><iframe width="300" height="100" style="position: relative; display: block; width: 300px; height: 100px;" src="http://bandcamp.com/EmbeddedPlayer/v=2/album=3871441727/size=grande/bgcol=FFFFFF/linkcol=4285BB/" allowtransparency="true" frameborder="0"><a href="http://quietlights.bandcamp.com/album/the-big-fear">The Big Fear by Quiet Lights</a></iframe></p>
<p>Put out on <a href="http://quietlights.bigcartel.com/product/the-big-fear-limited-edition-12" target="_blank">12&#8243; white vinyl</a> from our friends at <a href="http://www.oldflamerecords.com" target="_blank">Old Flame Records</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.roomnoise.com/2011/07/16/quiet-lights-the-big-fear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new Quiet Lights video : Break Trouble Wait</title>
		<link>http://www.roomnoise.com/2011/04/15/new-quiet-lights-video-break-trouble-wait/</link>
		<comments>http://www.roomnoise.com/2011/04/15/new-quiet-lights-video-break-trouble-wait/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 16:52:30 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[quiet lights]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://roomnoise.local/?p=32</guid>
		<description><![CDATA[I saw a video for the song &#8216;Dragonfly&#8217; from Porcelain Raft a few months back and thought it was just amazing, like a Lynchian dream. (http://vimeo.com/13864775). Looked up the creator of it on a whim and she agreed to do one for us. I&#8217;m really happy with how it came out. Break Trouble Wait from [...]]]></description>
			<content:encoded><![CDATA[<p>I saw a video for the song &#8216;Dragonfly&#8217; from Porcelain Raft a few months back and thought it was just amazing, like a Lynchian dream. (http://vimeo.com/13864775). Looked up the creator of it on a whim and she agreed to do one for us. I&#8217;m really happy with how it came out.</p>
<p><object width="600" height="338"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=19929224&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=19929224&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="338"></embed></object>
<p><a href="http://vimeo.com/19929224">Break Trouble Wait</a> from <a href="http://vimeo.com/quietlights">Quiet Lights</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roomnoise.com/2011/04/15/new-quiet-lights-video-break-trouble-wait/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tickets &amp; Music video pitch for Web2NewYork</title>
		<link>http://www.roomnoise.com/2010/08/15/tickets-music-video-pitch-for-web2newyork/</link>
		<comments>http://www.roomnoise.com/2010/08/15/tickets-music-video-pitch-for-web2newyork/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 16:51:49 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[tickets]]></category>

		<guid isPermaLink="false">http://roomnoise.local/?p=30</guid>
		<description><![CDATA[Here&#8217;s a video pitch I did for Web2NewYork about ticketsandmusic.com. Thought it came out pretty good in terms of &#8216;site in a nutshell&#8217;. Tickets &#038; Music building API for ticket information]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a video pitch I did for Web2NewYork about ticketsandmusic.com.  Thought it came out pretty good in terms of &#8216;site in a nutshell&#8217;.</p>
<p><embed src="http://blip.tv/play/heZpgePoEwI%2Em4v" type="application/x-shockwave-flash" width="480" height="294" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p><a href="http://web2newyork.com/blog/2010/06/tickets-music-building-api-for-ticket-information/">Tickets &#038; Music building API for ticket information</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.roomnoise.com/2010/08/15/tickets-music-video-pitch-for-web2newyork/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a Better Burb : Architectural proposal competition for suburban Long Island</title>
		<link>http://www.roomnoise.com/2010/07/20/build-a-better-burb-architectural-proposal-competition-for-suburban-long-island/</link>
		<comments>http://www.roomnoise.com/2010/07/20/build-a-better-burb-architectural-proposal-competition-for-suburban-long-island/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:51:09 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://roomnoise.local/?p=28</guid>
		<description><![CDATA[Calling all architects and those with friends who are, a project I did development for is now live. Its an architectural design competition for proposals to rebuild a stretch of land near Levittown or an area near Huntington Stating off the LIRR. Some really nice prizes and a chance to get involved with shaping the [...]]]></description>
			<content:encoded><![CDATA[<p>Calling all architects and those with friends who are, a project I did development for is now live.  Its an architectural design competition for proposals to rebuild a stretch of land near Levittown or an area near Huntington Stating off the LIRR.  Some really nice prizes and a chance to get involved with shaping the future of suburban landscapes.</p>
<p><a href="http://www.buildabetterburb.org"><img src="http://www.roomnoise.com/wp-content/uploads/2010/05/bbb.jpg" alt="bbb" title="bbb" width="500" height="307" class="aligncenter size-full wp-image-96" /></a></p>
<p>The site was developed from the design work and direction from the great <a href="http://www.mesh-arc.com/10x/index.html">10x</a>.  The whole thing came together quite nicely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roomnoise.com/2010/07/20/build-a-better-burb-architectural-proposal-competition-for-suburban-long-island/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quiet Lights</title>
		<link>http://www.roomnoise.com/2010/07/15/quiet-lights/</link>
		<comments>http://www.roomnoise.com/2010/07/15/quiet-lights/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 16:50:22 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[quiet lights]]></category>

		<guid isPermaLink="false">http://roomnoise.local/?p=25</guid>
		<description><![CDATA[Finally have a site up for my new music project, Quiet Lights. The music has a nice subtle tension to it. Everyone in the group has so much to add and I&#8217;m pretty excited about the things we&#8217;ve done so far. Also, Ric&#8217;s documentary which QL did the music for (and featuring some music from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.quietlights.com/"><img alt="quiet lights" src="http://www.quietlights.com/wp-content/images/mysp_logo.jpg"/></a></p>
<p>Finally have a site up for my new music project, <a href="http://www.quietlights.com/">Quiet Lights</a>.  The music has a nice subtle tension to it.  Everyone in the group has so much to add and I&#8217;m pretty excited about the things we&#8217;ve done so far.  </p>
<p>Also, Ric&#8217;s documentary which QL did the music for (and featuring some music from my previous project, <a href="http://www.myspace.com/rivalsongs">Rival Songs</a>) will be completed soon.  We also have a promo in a CBS Criminal Minds spot.  They used the music from our track Throat Cut (stream it <a href="http://www.myspace.com/quietlightsny">here</a>).  You can check it out here:</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7334942&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7334942&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/7334942">Criminal Minds Promo &#8211; Featuring Music from Quiet Lights</a> from <a href="http://vimeo.com/user2554597">Quiet Lights</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roomnoise.com/2010/07/15/quiet-lights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Tickets &amp; Music Launched!</title>
		<link>http://www.roomnoise.com/2010/06/15/new-tickets-music-launched/</link>
		<comments>http://www.roomnoise.com/2010/06/15/new-tickets-music-launched/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 16:49:40 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[tickets]]></category>

		<guid isPermaLink="false">http://roomnoise.local/?p=23</guid>
		<description><![CDATA[I&#8217;m pretty stoked to finally roll out the soft-(re)launch of Tickets and Music. I wanted to create a way for people to get access to the best deals for a given show from any location. I don&#8217;t think searching the 3rd party brokers is always the best way to go, sometimes they have the only [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ticketsandmusic.com"><img src="http://photos-f.ak.fbcdn.net/hphotos-ak-snc3/hs029.snc3/11655_167862640949_167840985949_3329272_1005774_n.jpg"></a></p>
<p>I&#8217;m pretty stoked to finally roll out the soft-(re)launch of <a href="http://www.ticketsandmusic.com">Tickets and Music</a>.  I wanted to create a way for people to get access to the best deals for a given show from any location.  I don&#8217;t think searching the 3rd party brokers is always the best way to go, sometimes they have the only deal and sometimes they don&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roomnoise.com/2010/06/15/new-tickets-music-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cut by cut by cut</title>
		<link>http://www.roomnoise.com/2010/05/25/cut-by-cut-by-cut/</link>
		<comments>http://www.roomnoise.com/2010/05/25/cut-by-cut-by-cut/#comments</comments>
		<pubDate>Tue, 25 May 2010 16:47:54 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[quiet lights]]></category>

		<guid isPermaLink="false">http://roomnoise.local/?p=20</guid>
		<description><![CDATA[My new group/project did the music for this (we don&#8217;t have a name yet, thinking about Lake Fire). Shot by my talented friend Ric Serena The work the artist featured here is just incredible. Really shows how far you can stretch the art of linoleum cuts. Artisan Documentary Teaser &#8211; Dave Lefner from Ric Serena [...]]]></description>
			<content:encoded><![CDATA[<p>My new group/project did the music for this (we don&#8217;t have a name yet, thinking about Lake Fire).  Shot by my talented friend <a href="http://www.ricserena.com/">Ric Serena</a>  The work the artist featured here is just incredible.  Really shows how far you can stretch the art of linoleum cuts.  </p>
<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6822243&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6822243&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object>
<p><a href="http://vimeo.com/6822243">Artisan Documentary Teaser &#8211; Dave Lefner</a> from <a href="http://vimeo.com/user738504">Ric Serena</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Its nice when 3 separate art forms can come together beautifully into one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roomnoise.com/2010/05/25/cut-by-cut-by-cut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not all chances are broken (Argentine &#8211; 2 In the Afternoon)</title>
		<link>http://www.roomnoise.com/2010/05/15/not-all-chances-are-broken-argentine-2-in-the-afternoon/</link>
		<comments>http://www.roomnoise.com/2010/05/15/not-all-chances-are-broken-argentine-2-in-the-afternoon/#comments</comments>
		<pubDate>Sat, 15 May 2010 16:45:52 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[argentine]]></category>

		<guid isPermaLink="false">http://roomnoise.local/?p=16</guid>
		<description><![CDATA[When I first moved to NY I wanted to take a break from playing in bands and maybe concentrate on other things. Of course after about 2 weeks of being up here I was going crazy and wanted to start making music right away. So I fell in with this band Argentine, it was great. [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="argentine" src="http://www.roomnoise.com/images/sine_web.jpg"/></p>
<p>When I first moved to NY I wanted to take a break from playing in bands and maybe concentrate on other things.  Of course after about 2 weeks of being up here I was going crazy and wanted to start making music right away.  </p>
<p>So I fell in with this band Argentine, it was great.  They had shows booked and next thing I knew I was playing all over the city and was contributing to the next album.  I couldn&#8217;t believe my fortune at finding a group of people so fast that thought of music the same way I did, something I never had in Orlando.</p>
<p>Well, the project fizzled in the middle of recording the next album.  However, I&#8217;m still friends with and making music with many of those same people today.  Here&#8217;s one of my favorite tracks from the sessions that will probably never see the light of day.  Its got this great lightness to it interlaced with longing. I play the organ, lead guitar, and do the backup vocals.  Its one of my favorite tracks I&#8217;ve ever played on: 2 In the Afternoon.</p>
<p><a href="http://www.roomnoise.com/music/argentine/2InTheAfternoon.mp3">Argentine &#8211; 2 In the Afternoon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.roomnoise.com/2010/05/15/not-all-chances-are-broken-argentine-2-in-the-afternoon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.roomnoise.com/music/argentine/2InTheAfternoon.mp3" length="8774884" type="audio/mpeg" />
		</item>
	</channel>
</rss>

