<?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>Of Melon Light</title>
	<atom:link href="http://www.sinaiman.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sinaiman.com</link>
	<description>sina iman - programmer, dj, producer, melon light aficionado</description>
	<lastBuildDate>Sat, 10 Jul 2010 06:14:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Uni-form Rails Plugin</title>
		<link>http://www.sinaiman.com/2010/07/uni-form-rails-plugin/</link>
		<comments>http://www.sinaiman.com/2010/07/uni-form-rails-plugin/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 06:14:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[fork]]></category>
		<category><![CDATA[form helper]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby 1.9]]></category>
		<category><![CDATA[ruby 1.9.1]]></category>
		<category><![CDATA[uni-form]]></category>
		<category><![CDATA[uniform]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.sinaiman.com/?p=166</guid>
		<description><![CDATA[I&#8217;m leveraging uni-form based forms for an application I&#8217;m working on, using a plugin for Rails to enable this functionality. I upgraded to Ruby 1.9.1 and received a ton of syntax errors when starting up my app. This was due to a change in the way Ruby 1.9 changed the case-when syntax to require &#8220;then&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m leveraging <a href="http://sprawsm.com/uni-form/">uni-form based forms</a> for an application I&#8217;m working on, using a <a href="http://github.com/antono/uni-form">plugin for Rails</a> to enable this functionality. I upgraded to Ruby 1.9.1 and received a ton of syntax errors when starting up my app. This was due to a change in the way <a href="http://blog.grayproductions.net/articles/getting_code_ready_for_ruby_19">Ruby 1.9 changed the case-when syntax</a> to require &#8220;then&#8221; in the when clause, instead of a colon.</p>
<p>I&#8217;ve made a minor change to the <a href="http://github.com/hubsmoke/uni-form">uni-form rails plugin</a> to enable Ruby 1.9 support.</p>
<p>The code is available at <a href="http://github.com/hubsmoke/uni-form">http://github.com/hubsmoke/uni-form</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinaiman.com/2010/07/uni-form-rails-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workling Fix!</title>
		<link>http://www.sinaiman.com/2010/05/workling-fix/</link>
		<comments>http://www.sinaiman.com/2010/05/workling-fix/#comments</comments>
		<pubDate>Mon, 17 May 2010 05:53:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bad command line format]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[flush_all]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[memcache error]]></category>
		<category><![CDATA[memcacheerror]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[raise_on_error_response]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[starling]]></category>
		<category><![CDATA[workling]]></category>

		<guid isPermaLink="false">http://www.sinaiman.com/?p=142</guid>
		<description><![CDATA[The version of Workling I was using was calling flush_all in the memcache_queue_client. When I tried to monitor Starling (script/starling_status.rb) using the original code, I got an error like: memcache.rb:918:in `raise_on_error_response!&#8217;: bad command line format (MemCache::MemCacheError) &#8230;blah blah blah&#8230; from script/starling_status.rb:36 According to a comment from Joshua Krall on a blog post about workling/starling, &#8220;The [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://github.com/purzelrakete/workling/issues/#issue/5">version of Workling I was using</a> was calling flush_all in the memcache_queue_client. When I tried to monitor Starling (script/starling_status.rb) using the original code, I got an error like:</p>
<p style="padding-left: 30px;"><em>memcache.rb:918:in `raise_on_error_response!&#8217;: bad command line format  (MemCache::MemCacheError)</em></p>
<p style="padding-left: 30px;"><em>&#8230;blah blah blah&#8230;</em></p>
<p style="padding-left: 30px;"><em>from script/starling_status.rb:36</em></p>
<p>According to a comment from <a href="http://github.com/jkrall">Joshua Krall</a> on <a href="http://transfs.com/devblog/2009/04/06/goodbye-backgroundrb-hello-workling-starling/">a blog post about workling/starling</a>,</p>
<blockquote><p>&#8220;The problem I ran into was related to workling sending a “flush_all”  command, which apparently Starling does not support.&#8221;</p></blockquote>
<p>For some reason I was getting a timeout error when doing script/plugin  install git://github.com/jkrall/workling.git but I was able to manually <a href="http://github.com/jkrall/workling">download Josh&#8217;s fix</a>. I then renamed the plugin&#8217;s root folder and  unzipped it to RAILS_ROOT/vendor/plugins.</p>
<p>Then I tried to use  script/plugin to install workling, but it gave me &#8220;plugin not found&#8221; or  &#8220;plugin already installed&#8221; errors So, I installed it manually by doing ruby  RAILS_ROOT/vendor/plugins/workling/install.rb BUT it complained that  RAILS_ROOT wasn&#8217;t set.</p>
<p>In a very ugly way I just added RAILS_ROOT=&#8221;/path/to/your/rails/app&#8221;  to the workling install.rb and executed the script. Then I tested it by executing  script/starling_status.rb and it seemed to work. Big up to Josh  for getting this working.</p>
<p>Honestly, all I think he did was uncomment the call to flush_all in memcache_queue_client.rb, so I probably could have saved the time reinstalling the plugin by simply commenting out that one line, but I wasn&#8217;t 100% sure if he had made any other changes. In any case, big thanks to Josh for pointing out the error, and supplying the fix!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinaiman.com/2010/05/workling-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beer I&#8217;ve Been Drinking Lately</title>
		<link>http://www.sinaiman.com/2010/05/beer-ive-been-drinking-lately/</link>
		<comments>http://www.sinaiman.com/2010/05/beer-ive-been-drinking-lately/#comments</comments>
		<pubDate>Sun, 16 May 2010 05:44:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[dead guy ale]]></category>
		<category><![CDATA[pyrate fleet beers]]></category>
		<category><![CDATA[sea dog blue paw]]></category>
		<category><![CDATA[tactical nuclear penguin]]></category>

		<guid isPermaLink="false">http://www.sinaiman.com/?p=132</guid>
		<description><![CDATA[Pyrate Fleet Beers: Loose Cannon &#8211; American Hop3 Ale Very heavy and bitter, they advertise it as hops^3 because that is just accurate. Sea Dog Microbew: Blue Paw Wheat Ale I don&#8217;t know why, but I just love blueberries and I think this beer is just the right combination of blueberries and a solid wheat [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hsbeer.com/loose-cannon-american-hop3-ale">Pyrate Fleet Beers: Loose Cannon &#8211; American Hop3 Ale</a></p>
<p>Very heavy and bitter, they advertise it as hops^3 because that is just accurate.</p>
<p><a href="http://www.seadogbrewing.com/seadogbrews.php">Sea Dog Microbew: Blue Paw Wheat Ale</a></p>
<p>I don&#8217;t know why, but I just love blueberries and I think this beer is just the right combination of blueberries and a solid wheat beer. Very big on the blueberry, not so much on the wheat in my opinion.</p>
<p><a href="http://www.rogue.com/beers/dead-guy-ale.php">Rogue Ales: Dead Guy Ale</a></p>
<p>Big and bitter, but gets really sweet like a honey flavor with a pleasant honey/syrupy mouthfeel after a few minutes of sipping on this, I really like it. The first few swigs are very bitter, but you get used to it and the sweetness really comes out.</p>
<p>Wishlist:</p>
<p><a href="http://www.brewdog.com/product.php?id=46">BrewDog Beer: Tactical Nuclear Penguin</a></p>
<p>Very rare stateside, but it&#8217;s packing an incredible amount of alcohol. I&#8217;m just curious if it&#8217;s drinkable more than anything. At ~$50 (US) for a bottle, I&#8217;m just damn curious! An acquaintance of mine requested an order at the local Village Pump in College Park, perhaps they&#8217;ll start ordering it, but who knows! If I get some spare cash for this I&#8217;d love to try it with a friend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinaiman.com/2010/05/beer-ive-been-drinking-lately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Ubuntu Eyecandy</title>
		<link>http://www.sinaiman.com/2010/05/quick-ubuntu-eyecandy/</link>
		<comments>http://www.sinaiman.com/2010/05/quick-ubuntu-eyecandy/#comments</comments>
		<pubDate>Sun, 16 May 2010 05:27:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[3d effects]]></category>
		<category><![CDATA[appearance]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[eye candy]]></category>
		<category><![CDATA[eyecandy]]></category>
		<category><![CDATA[for dummies]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sinaiman.com/2010/05/quick-ubuntu-nice-ities/</guid>
		<description><![CDATA[Get all the updates: sudo apt-get dist-upgrade Enable some cool 3D effects: Go to System-&#62;Preferences-&#62;Appearance then hit Visual Effects and mark Extra Get Compiz Settings Manager: sudo apt-get install compizconfig-settings-manager Then just go to System-&#62;Preferences-&#62;Compiz Settings Manager to play with and enable any of the plugins you like.]]></description>
			<content:encoded><![CDATA[<p>Get all the updates:</p>
<p>sudo apt-get dist-upgrade</p>
<p>Enable some cool 3D effects:<br />
Go to System-&gt;Preferences-&gt;Appearance then hit Visual Effects and mark Extra</p>
<p>Get Compiz Settings Manager:<br />
sudo apt-get install compizconfig-settings-manager</p>
<p>Then just go to System-&gt;Preferences-&gt;Compiz Settings Manager to play with and enable any of the plugins you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinaiman.com/2010/05/quick-ubuntu-eyecandy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workling + Starling + Rails + Ubuntu</title>
		<link>http://www.sinaiman.com/2010/05/workling-starling-rails-ubuntu/</link>
		<comments>http://www.sinaiman.com/2010/05/workling-starling-rails-ubuntu/#comments</comments>
		<pubDate>Sun, 16 May 2010 05:03:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[starling]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[workling]]></category>

		<guid isPermaLink="false">http://www.sinaiman.com/?p=123</guid>
		<description><![CDATA[So I got Ubuntu working. I tried UNetbootin, but I couldn&#8217;t even get it to work. The issue was that when I booted to my USB I wasn&#8217;t able to download the correct installation packages for some reason, my best guess is that my wireless card wasn&#8217;t being picked up so I had no internet [...]]]></description>
			<content:encoded><![CDATA[<p>So I got Ubuntu working. I tried <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, but I couldn&#8217;t even get it to work. The issue was that when I booted to my USB I wasn&#8217;t able to download the correct installation packages for some reason, my best guess is that my wireless card wasn&#8217;t being picked up so I had no internet connectivity. Whatever. Instead I used <a href="http://wubi-installer.org/">Wubi</a> to install Ubuntu on my <a href="http://www.microcenter.com/single_product_results.phtml?product_id=0280099">MicroCenter 8gb USB drive</a>. The process was very simple and worked without a hitch. Unfortunately, the read/write speed for that USB proved to be incredibly lacking. I was getting ~30mb/s reads (able to verify that using Ubuntu&#8217;s built-in disk benchmarking tool), and this was simply not enough. The installation was sluggish&#8230;<em>everything</em> was a pain. Every few seconds one of my programs would hang. Terrible.</p>
<p>So I ditched the USB and just used Wubi to install Ubuntu onto my Windows drive. Wubi is a great tool. I did a 16gb install, which is way more than enough. The bare minimum is about 3gb, but you should probably go for 5-6gb if possible. I didn&#8217;t have to deal with partitioning my drive, which is great because I hate doing that, it&#8217;s a very cumbersome process, and not as easy to undo as simply one-click uninstalling Wubi. So I finally have a beautiful Ubuntu 10.4 install that I can use for all of my forking needs. I really love Ubuntu, so much just makes sense in the OS from a design perspective. I was skeptical of the social media integration (see <a href="http://live.gnome.org/Empathy">Empathy</a>) but it turned out to be a solid system and I was also able to successfully add all my Facebook, AIM, and Twitter contacts out of the box.</p>
<p>I installed <a href="http://www.jetbrains.com/ruby/">RubyMine</a> as my Rails IDE. It&#8217;s a great tool, it integrates all the useful things I need for developing a Rails app, definitely check it out if you&#8217;re looking for a good Rails IDE. It&#8217;s only a 30 day trial, so I will use this to help motivate me to complete my application within the month. (A lofty goal, but I think this will help me move it along)</p>
<p>So, getting Workling and Starling to work correctly had a slight learning curve, but I was able to get them up and running. I have yet to determine if it will be 100% effective for what I&#8217;m going for. I basically need a background process that will run every second to perform some simple business logic and send messages to subscribed clients when certain conditions occur. This is completely possible from what I can tell, but until I actually implement it, I won&#8217;t know how effective it will be.</p>
<p>I&#8217;m not going to post the steps I took to do these things but I have made a point to document it all (I am very forgetful, I also like to drink a few beers when I code for fun, so I absolutely must write everything down). If you are reading this and are interested in the steps, I can post them no problem. I&#8217;ll be quick about it too <img src='http://www.sinaiman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for hangin wit me on dis, be back once I get things going.</p>
<p>-Sina (duh)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinaiman.com/2010/05/workling-starling-rails-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forking Windows</title>
		<link>http://www.sinaiman.com/2010/05/forking-windows/</link>
		<comments>http://www.sinaiman.com/2010/05/forking-windows/#comments</comments>
		<pubDate>Tue, 11 May 2010 01:01:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[starling]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[UNetbootin]]></category>

		<guid isPermaLink="false">http://www.sinaiman.com/?p=120</guid>
		<description><![CDATA[Looks like Starling needs fork(). Instead of using a clunky Cygwin implementation of fork() for Windows, I will just get an install of Ubuntu going. I am really interested in Starling it seems so simple, so I&#8217;m downloading Ubuntu-10.4-server-amd64 (from my school, University of Maryland &#8212; by the way, the torrent just finished in 11 [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like <a href="http://github.com/starling/starling">Starling</a> needs fork(). Instead of using a clunky Cygwin implementation of fork() for Windows, I will just get an install of Ubuntu going. I am really interested in Starling it seems so simple, so I&#8217;m <a href="http://mirror.umoss.org/ubuntu-iso/lucid/">downloading Ubuntu-10.4-server-amd64</a> (from my school, University of Maryland &#8212; by the way, the torrent just finished in 11 minutes) and I plan on <a href="http://unetbootin.sourceforge.net/">installing it on my USB stick using UNetbootin</a>. I love Ubuntu, I used it a lot when it was first released a few years ago, but I need Windows for <a href="http://www.propellerheads.se/">my audio production software</a>, so I stopped using it. Well, if I can get this all working I suppose I&#8217;ll be doing most of my development in Ubuntu, which is nice since my target architecture is Unix x86_64.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinaiman.com/2010/05/forking-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SnatchBang!</title>
		<link>http://www.sinaiman.com/2010/05/snatchbang/</link>
		<comments>http://www.sinaiman.com/2010/05/snatchbang/#comments</comments>
		<pubDate>Thu, 06 May 2010 22:25:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[activemq]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajaxmessaging]]></category>
		<category><![CDATA[backgroundrb]]></category>
		<category><![CDATA[comet]]></category>
		<category><![CDATA[cometdaily]]></category>
		<category><![CDATA[juggernaut]]></category>
		<category><![CDATA[morbidq]]></category>
		<category><![CDATA[orbited]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[shooting_star]]></category>
		<category><![CDATA[starling]]></category>
		<category><![CDATA[stomp]]></category>
		<category><![CDATA[workling]]></category>

		<guid isPermaLink="false">http://www.sinaiman.com/?p=112</guid>
		<description><![CDATA[This solution seemed as nice as it was going to get for me. No Flash was a big plus, also Orbited runs on both Windows and Linux.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a simple proof of concept for a push-server that I can use with Rails. It uses <a href="http://orbited.org/">Orbited</a> and <a href="http://www.morbidq.com/">MorbidQ</a> and it looks like it can effectively push data to subscribed clients in real time.</p>
<p>I was looking into <a href="http://juggernaut.rubyforge.org/">Juggernaut</a> to implement push-server functionality, but there seemed to be issues with its implementation. I never tried it, but I saw complaints about some firewalls blocking the port opened by the Flash player. Although the developer reportedly fixed this by changing the socket connection&#8217;s port, I doubted the solution would be fool-proof. I was almost set on trying Juggernaut, but I figured I should keep looking. My thinking being that if there was a chance that the system wouldn&#8217;t work for all clients (those behind corporate firewalls, etc), I would be wasting my time implementing a prototype.</p>
<p>So, I kept looking and glanced over two other solutions, <a href="http://code.google.com/p/ajaxmessaging/">AjaxMessaging </a>and <a href="http://rubyforge.org/projects/shooting-star/">shooting_star</a>. The issue with AjaxMessaging is that it seems to require Mongrel to work. I couldn&#8217;t be tied down to a specific server, so I searched for a better solution. I looked at shooting_star as well, it seemed like an excellent solution, but I couldn&#8217;t find very much documentation and there was no Windows implementation (I&#8217;m not going to install Linux just to do this!) so I simply moved along, figuring something better would come along.</p>
<p>So I took a look at <a href="http://cometdaily.com/">CometDaily</a> and checked out <a href="http://cometdaily.com/?s=rails&amp;x=0&amp;y=0">some articles on there</a> and was pleasantly surprised to find an <a href="http://fuglyatblogging.wordpress.com/2008/10/">excellent tutorial</a> on putting together a push-server system using a <a href="http://stomp.codehaus.org/">STOMP</a> client, a STOMP messaging queue server, and Orbited &#8211; a pure Javascript/HTML in-browser socket solution with a Python-based HTTP daemon that listens for requests in the background. This solution seemed as nice as it was going to get for me. No Flash was a big plus, also Orbited runs on both Windows and Linux. I&#8217;m deploying on a Unix server, so I need the compatibility. In addition, I&#8217;m using a <a href="http://github.com/mallio/orbited">Rails plugin for Orbited</a> that made integration much smoother and saved me some steps from the tutorial. Also, it seemed that some of the tutorial code was either incorrect or outdated, so I fixed these small issues and was able to get it up and running. While I <em>am</em> using MorbidQ for my STOMP messaging queue server, I will definitely use this only for development and then switch to something like <a href="http://activemq.apache.org/">ActiveMQ</a>, simply because the MorbidQ developers themselves advocate switching for scalability in production.</p>
<p>Next steps are integrating a background task processor that will intermittently send messages to appropriate clients using this push server implementation. I first looked at <a href="http://backgroundrb.rubyforge.org/">BackgroundRB</a>, and I was excited to try it out, but then I found <a href="http://transfs.com/devblog/2009/04/06/goodbye-backgroundrb-hello-workling-starling/">this post</a> and my head became filled with doubts! If accurate, the numbers seem to speak for themselves, BackgroundRB uses way more resources than a <a href="http://github.com/purzelrakete/workling">Workling</a> and <a href="http://github.com/starling/starling">Starling</a> implementation for background task processing in Rails. Granted, that was posted over a year ago, so perhaps the BackgroundRB guys have made some changes since then, but it seems like none of these projects have been updated for at least a year. I will likely go with Workling and Starling to implement scheduled background task processing.</p>
<p>These are my personal notes so that I can keep my head straight when I actually deploy this thing. I made many assumptions in the process of researching these technologies, as I am impatient and I will stop looking at a solution if it seems too difficult to implement. Orbited and MorbidQ were very easy to get up and running. Next up is Workling and Starling, I&#8217;ll let you know how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinaiman.com/2010/05/snatchbang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busy busy</title>
		<link>http://www.sinaiman.com/2009/06/busy-busy/</link>
		<comments>http://www.sinaiman.com/2009/06/busy-busy/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 06:54:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Stuff]]></category>

		<guid isPermaLink="false">http://www.sinaiman.com/?p=110</guid>
		<description><![CDATA[I will update this for real soon. Lots of exciting things I&#8217;m looking forward to in the near future!]]></description>
			<content:encoded><![CDATA[<p>I will update this for real soon. Lots of exciting things I&#8217;m looking forward to in the near future!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinaiman.com/2009/06/busy-busy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow Tune Progress (but that is good) &amp; DubFWD</title>
		<link>http://www.sinaiman.com/2009/02/slow-tune-progress-but-that-is-good-dubfwd/</link>
		<comments>http://www.sinaiman.com/2009/02/slow-tune-progress-but-that-is-good-dubfwd/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 08:19:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[baltimore]]></category>
		<category><![CDATA[binge records]]></category>
		<category><![CDATA[bmore]]></category>
		<category><![CDATA[crackpot]]></category>
		<category><![CDATA[DubFWD]]></category>
		<category><![CDATA[dustep]]></category>
		<category><![CDATA[hubsmoke]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[wix]]></category>
		<category><![CDATA[wmuc]]></category>

		<guid isPermaLink="false">http://www.sinaiman.com/?p=85</guid>
		<description><![CDATA[I&#8217;m taking extra care with the rest of my music making fun so I may not post tunes for a while, but I&#8217;m working hard to get stuff out that I can really be proud of. I&#8217;m now affiliated with Binge Records and am actively looking for dubstep talent to sign. If you want to send [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m taking extra care with the rest of my music making fun so I may not post tunes for a while, but I&#8217;m working hard to get stuff out that I can really be proud of.</p>
<p>I&#8217;m now affiliated with <a href="http://www.binge-records.com/" target="_blank">Binge Records</a> and am actively looking for dubstep talent to sign. If you want to send some tunes in for consideration an avenue of contact is the contact form on this blog. If you prefer, my AIM screenname is &#8220;hubsmoke&#8221;. This would all be easier with DubFWD&#8230;</p>
<p>Which brings me to update that the DubFWD service is coming along nicely. I am nearly feature complete (WiX mentioned a cool idea to me today, so I&#8217;m going to have to add that before I consider it feature-complete) Anyhow, soon on to minor GUI fixes, then internal testing, then public testing. Woo! It&#8217;s really cool and will smooth out the process of sending people tunes better than any other service out there (and for free!)</p>
<p>Also, DubFWD &#8211; Dubstep Radio (formerly The Crackpot: Dubstep Radio) will commence this Sunday morning from 12AM-2AM (Saturday night/Sunday morning!) on WMUC 88.1 FM broadcasting from College Park, MD</p>
<p>Show Profile: <a href="http://wmucradio.com/station/shows/876" target="_blank">http://wmucradio.com/station/shows/876</a></p>
<p>Listen every Sunday from 0000-0200: <a href="http://wmucradio.com/wmuc-high.m3u" target="_blank">http://wmucradio.com/wmuc-high.m3u</a></p>
<p>Big ups to everyone that has given us support so far for the DUB:FWD show in Bmore! Much respect! </p>
<p>Big ups to Danny for getting his design portfolio up and running: <a href="http://www.coldfrontdesigns.com" target="_blank">http://www.coldfrontdesigns.com</a></p>
<p>Big ups to Steve and Caylan for making shit happen!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinaiman.com/2009/02/slow-tune-progress-but-that-is-good-dubfwd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://wmucradio.com/wmuc-high.m3u" length="33" type="audio/x-mpegurl" />
		</item>
		<item>
		<title>Upcoming Shows</title>
		<link>http://www.sinaiman.com/2009/02/upcoming-shows-slow-tune-progress-but-that-is-good/</link>
		<comments>http://www.sinaiman.com/2009/02/upcoming-shows-slow-tune-progress-but-that-is-good/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 01:40:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[baltimore]]></category>
		<category><![CDATA[braptizm]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[DubFWD]]></category>
		<category><![CDATA[dubstep]]></category>
		<category><![CDATA[ec09]]></category>
		<category><![CDATA[harrisburg]]></category>
		<category><![CDATA[hubsmoke]]></category>
		<category><![CDATA[liquid charm]]></category>
		<category><![CDATA[numbernin6]]></category>
		<category><![CDATA[orpheus]]></category>
		<category><![CDATA[philadelphia]]></category>
		<category><![CDATA[shows]]></category>
		<category><![CDATA[spy club]]></category>
		<category><![CDATA[ultrablack]]></category>
		<category><![CDATA[wix]]></category>

		<guid isPermaLink="false">http://www.sinaiman.com/?p=76</guid>
		<description><![CDATA[Hey all! I&#8217;ve teamed up with WiX and Coda of JumpDownMusic to present you with the following Baltimore dubstep event for March 18th, 2009. It&#8217;s gonna be a great time, so make sure you get out and party with us, along with brilliant dubstep producers ULTRABLACK and NUMBERNIN6 Also the day before, Ultrablack, WiX, Coda, and [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all! I&#8217;ve teamed up with <a href="http://www.myspace.com/wixdnb" target="_blank">WiX</a> and Coda of JumpDownMusic to present you with the following Baltimore dubstep event for March 18th, 2009. It&#8217;s gonna be a great time, so make sure you get out and party with us, along with brilliant dubstep producers <a href="http://www.myspace.com/ultrablackmtz" target="_blank">ULTRABLACK</a> and <a href="http://www.myspace.com/numbernin6" target="_blank">NUMBERNIN6</a></p>
<p><a href="http://www.sinaiman.com/wp-content/uploads/2009/02/dubfwdflyer.jpg"><img class="alignnone size-medium wp-image-77" title="dubfwdflyer" src="http://www.sinaiman.com/wp-content/uploads/2009/02/dubfwdflyer-300x203.jpg" alt="" width="300" height="203" /></a></p>
<p><br style="clear: both;" /></p>
<p>Also the day before, Ultrablack, WiX, Coda, and myself will be performing in Philly as part of the Magical Ultrablack + Hubsmoke + WiX + Coda Topless Two Day Tour of Philly and Bmore!</p>
<p><span style="color: #0000ee; text-decoration: underline;"><a href="http://www.sinaiman.com/wp-content/uploads/2009/02/ultrablack1.jpg"></a><a href="http://www.sinaiman.com/wp-content/uploads/2009/02/ultrablack2.jpg"><img class="size-medium wp-image-81 alignleft" title="ultrablack2" src="http://www.sinaiman.com/wp-content/uploads/2009/02/ultrablack2-175x300.jpg" alt="" width="175" height="300" /></a></span></p>
<p><strong>Update (2/19/09): Harrisburg, PA show now confirmed Braptizm @ Spy Club (Friday, March 20th) Flyer on the way.</strong></p>
<p><a href="http://www.sinaiman.com/wp-content/uploads/2009/02/braptizm.jpg"><img class="alignnone size-medium wp-image-95" title="braptizm" src="http://www.sinaiman.com/wp-content/uploads/2009/02/braptizm-202x300.jpg" alt="" width="202" height="300" /></a></p>
<p>So all the info:</p>
<p>3/17/09 &#8211; EC09 @ Liquid Charm (Philadelphia, PA)</p>
<p>3/18/09 &#8211; DUB:FWD @ Club Orpheus (Baltimore, MD)</p>
<p>3/20/09 &#8211; Braptizm @ Spy Club (Harrisburg, PA)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinaiman.com/2009/02/upcoming-shows-slow-tune-progress-but-that-is-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
