<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">technochocolate</title>
    <subtitle type="text">technochocolate:</subtitle>
    <link rel="alternate" type="text/html" href="http://chuckskoda.com/" />
    <link rel="self" type="application/atom+xml" href="http://chuckskoda.com/cs/feed/" />
    <updated>2010-07-01T00:24:16Z</updated>
    <rights>Copyright (c) 2010, Chuck</rights>
    <generator uri="http://expressionengine.com/" version="1.6.7">ExpressionEngine</generator>
    <id>tag:chuckskoda.com,2010:07:01</id>


    <entry>
      <title>turf dancing</title>
              <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=JQRRnAhmB58" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/turf_dancing/" />
      <id>tag:chuckskoda.com,2010:/3.340</id>
      <published>2010-07-28T19:37:16Z</published>
      <updated>2010-07-28T20:38:17Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>These guys are absolutely incredible.
</p>
      ]]>
              <p><a href="http://chuckskoda.com/entry/turf_dancing/" title="">[post-link]</a></p>
          </content>
    </entry>

    <entry>
      <title>javascript 3d rendering</title>
              <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/javascript_3d_rendering/" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/javascript_3d_rendering/" />
      <id>tag:chuckskoda.com,2010:/1.339</id>
      <published>2010-06-30T23:09:15Z</published>
      <updated>2010-07-01T00:24:16Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <script type="text/javascript" src="http://chuckskoda.com/JSRender/vector.js"></script><p> 
</p><script type="text/javascript" src="http://chuckskoda.com/JSRender/color.js"></script><p> 
</p><script type="text/javascript" src="http://chuckskoda.com/JSRender/texcoord.js"></script><p> 
</p><script type="text/javascript" src="http://chuckskoda.com/JSRender/vertex.js"></script><p> 
</p><script type="text/javascript" src="http://chuckskoda.com/JSRender/rasterize.js"></script><p> 
</p><script type="text/javascript" src="http://chuckskoda.com/JSRender/matrix.js"></script><p> 
</p><script type="text/javascript" src="http://chuckskoda.com/JSRender/light.js"></script><p> 
</p><script type="text/javascript" src="http://chuckskoda.com/JSRender/pipeline.js"></script><p> 
</p><script type="text/javascript" src="http://chuckskoda.com/JSRender/main.js"></script><p> </p>

<p>
<b>What I did</b>
</p>
<p>
Once upon a workday, <a href="http://twitter.com/skoda/status/8556970534">I decided it would be fun to learn JavaScript</a>. Web development has been one of my hobbies<sup id="fnr1-2010-06-30"><a href="#fn1-2010-06-30">1</a></sup> for a while now, and JavaScript appears to be an increasingly fundamental piece of the internet pie.
</p>

<p>
As a student at DigiPen Institute of Technology, my greatest interest was in graphics programming. So much so that one of our projects in which we made a primitive 3D rendering pipeline entirely in software was so intriguing  to me that I chose to take it well beyond the course requirements.
</p>

<p>
&#8216;Well,&#8217; I thought, &#8216;to get my 3D renderer to run in JavaScript I&#8217;d <i>really</i> need to get a good grasp of the language.&#8217; It seemed like a sufficient task to keep me motivated. So with that idea, my porting was underway. Here is the result (if your browser supports the canvas tag):
</p>

<div style="margin: auto; width: 320px;">
<canvas id="screenbuffer" width="320" height="240"><p> <br />
	Your browser does not support HTML5 Canvas.
</p></canvas>
</div><p>
	
</p><script type="text/javascript"> 
	renderMain();
</script><p> </p>

<p>
<b>What I learned</b>
</p>
<ol>
<li>
Javascript is an honest-to-God programming language. Sure it&#8217;s made for &#8220;scripting&#8221;, but it&#8217;s very functional and well conceived.
</li>

<li>
Webkit browsers come standard with a decent set of development tools built right in, including a great debugger and profiler. It&#8217;s actually quite an advanced environment. Clearly, there are web developers who use these tools every day. Otherwise, I can&#8217;t imagine how such a thorough toolset magically appeared.
</li>

<li>
Firefox appears to be way behind Safari/Chrome in JavaScript performance. Granted it may just be tuned to normal case scripting tasks. I doubt JavaScript was initially conceived with a 3D software rasterizer in mind.
</li>

<li>
Most importantly, I learned how much there is to learn. I still know nothing of this so called jQuery business. Maybe one of these days I&#8217;ll actually get a good idea, and make a iOS web app.
</li>
</ol>

<p>
<b>Is this useful?</b>
</p>

<p>
Probably not. This renderer is far from optimized. I&#8217;m sure the JavaScript code is creating way too many objects. Also, it&#8217;s lacking many optimizations standard to a rendering system. No z-buffer, no clipping, and it&#8217;s doing full per-pixel hyperbolic interpolation too, which you don&#8217;t understand, but it was fun to say.
</p>

<p>
I hope you&#8217;ve found this interesting. I normally write about Apple and other tech stuff here. If that interests you, feel free to <a href="http://chuckskoda.com/feed/">subscribe</a>, or follow <a href="http://twitter.com/skoda">@skoda on twitter</a>. Or not, I don&#8217;t care.
</p>

<div class="footnotes"><p> 
</p><hr /><p> 
</p><ol> 
<li id="fn1-2010-06-30"> 
<p>Hobbies, as I refer to them, are only differentiated from work in that no one gives me money for them (yet)<a href="#fnr1-2010-06-30"  class="footnoteBackLink"  title="Jump back to footnote 1 in the text.">&#8617;</a></p><p> 
</p></li><p> 
</p></ol><p> 
</p></div>
      ]]>
          </content>
    </entry>

    <entry>
      <title>one hot iphone?</title>
              <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/one_hot_iphone/" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/one_hot_iphone/" />
      <id>tag:chuckskoda.com,2010:/1.338</id>
      <published>2010-06-30T21:04:40Z</published>
      <updated>2010-06-30T22:06:41Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>
A fellow coworker from work just saw this on his brand new iPhone 4:
</p>

<p>
<img src="http://dl.dropbox.com/u/474099/SitePhotos/hotiphone.png" style="padding: 20px 0px;" alt="One hot iPhone." />
</p>

<p>
The funniest part is that it was completely cool to the touch. I have never seen this message on any iPhone. Has anyone else experienced this?
</p>
      ]]>
          </content>
    </entry>

    <entry>
      <title>status bar mania</title>
              <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/status_bar_mania/" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/status_bar_mania/" />
      <id>tag:chuckskoda.com,2010:/1.337</id>
      <published>2010-06-29T23:02:12Z</published>
      <updated>2010-06-30T00:22:13Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>
A number of times recently I&#8217;ve seen ridicule from fellow Apple enthusiasts toward Android&#8217;s hideous status bar. While it&#8217;s true in normal situations you&#8217;re likely to have a much nicer and less cluttered status bar on an iPhone when compared with Android, the gap is closing. And unfortunately it&#8217;s not because Android&#8217;s bar is getting better. I whipped up this scenario today on my iPhone:
</p>

<p>
<img src="http://dl.dropbox.com/u/474099/SitePhotos/fullstatus.jpg" style="padding: 20px 0px;" alt="Full iPhone status bar." />
</p>

<p>
The kicker is, Apple knows that this is way too many icons. My phone is set to display battery percentage as well, but when too many icons get crammed up there the setting appears to get ignored to get some extra space. Maybe it&#8217;s time to rethink which of these things deserve status icons, or maybe even give control to the user which get displayed, as with the icons displayed on the Menu Bar on a Mac.
</p>
      ]]>
          </content>
    </entry>

    <entry>
      <title>origami hang glider</title>
              <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=jnwc0meV3SI" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/origami_hang_glider/" />
      <id>tag:chuckskoda.com,2010:/3.336</id>
      <published>2010-06-16T20:38:37Z</published>
      <updated>2010-06-16T21:40:38Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>I can&#8217;t wait to give origami hang gliding a shot. (via <a href="http://twitter.com/philcoffman/status/16320211177">Phil Coffman</a>)
</p>
      ]]>
              <p><a href="http://chuckskoda.com/entry/origami_hang_glider/" title="">[post-link]</a></p>
          </content>
    </entry>

    <entry>
      <title>what is i.b.m.’s watson?</title>
              <link rel="alternate" type="text/html" href="http://www.nytimes.com/2010/06/20/magazine/20Computer-t.html" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/what_is_i.b.m.s_watson/" />
      <id>tag:chuckskoda.com,2010:/3.335</id>
      <published>2010-06-16T20:32:26Z</published>
      <updated>2010-06-16T21:37:27Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>Taking the fiction out of science fiction. (via <a href="http://daringfireball.net/linked/2010/06/16/watson">Daring Fireball</a>)
</p>
      ]]>
              <p><a href="http://chuckskoda.com/entry/what_is_i.b.m.s_watson/" title="">[post-link]</a></p>
          </content>
    </entry>

    <entry>
      <title>tip for apple</title>
              <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/tip_for_apple/" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/tip_for_apple/" />
      <id>tag:chuckskoda.com,2010:/1.334</id>
      <published>2010-06-16T15:39:33Z</published>
      <updated>2010-06-16T21:50:34Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>
Citing issues with the WiFi at the recent keynote presentation at this year&#8217;s WWDC, I&#8217;d like to offer a suggestion to Apple to prevent such issues in the future:
</p>

<p>
Stream the keynote live yourselves!
</p>

<p>
If Apple streamed their presentations live, it would obviate the need for all the live blogging, video streams, audio streams, etc. No one would be concerned about breaking the news. All the blog sites could be kept current by people watching the keynote remotely. Also, I&#8217;d get way more excited about watching the presentations if I knew I was seeing it live.
</p>

<p>
Just a friendly suggestion.
</p>
      ]]>
          </content>
    </entry>

    <entry>
      <title>calling all innovators, make me some new peripherals</title>
              <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/calling_all_innovators_make_me_some_new_peripherals/" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/calling_all_innovators_make_me_some_new_peripherals/" />
      <id>tag:chuckskoda.com,2010:/1.333</id>
      <published>2010-06-11T22:26:09Z</published>
      <updated>2010-06-11T23:30:10Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>
Today I was sent this link for a new <a href="http://www.wired.com/gadgetlab/2010/06/tablet-concept-video/">tablet concept</a>. The big feature being touted? Three USB ports. Sigh&#8230;
</p>

<p>
Let&#8217;s all stop and imagine for a second what it would be like to use an otherwise wireless tablet connected to three different peripherals with cables all at once. I don&#8217;t need to elaborate, any 5-year-old imagination should see how terrible that would be.
</p>

<p>
As it is, I can&#8217;t wait to be rid of that old iPod dock-connector on my iPad. Wireless everything. That&#8217;s the future. Putting USB ports on a tablet hinders forward progress by maintaining the idea that wired peripherals are good enough, and we don&#8217;t need to move on.
</p>

<p>
&#8220;But I can&#8217;t print from my iPad!&#8221;
</p>

<p>
Well, maybe the problem isn&#8217;t with your iPad! Why can&#8217;t I just email a PDF to my printer from whatever device I&#8217;m on, and let the printer figure out how to print? Device drivers suck. Just mentioning them makes me cringe a little. Why can&#8217;t someone make peripherals that suit the way I use technology now, rather than expecting newer devices to support an interface that&#8217;s decades old?
</p>
      ]]>
          </content>
    </entry>

    <entry>
      <title>modify the look of the safari 5 reader function</title>
              <link rel="alternate" type="text/html" href="http://www.macosxhints.com/article.php?story=2010060813435933" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/modify_the_look_of_the_safari_5_reader_function/" />
      <id>tag:chuckskoda.com,2010:/3.332</id>
      <published>2010-06-11T20:19:15Z</published>
      <updated>2010-06-11T21:22:17Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>Love Safari&#8217;s new Reader feature, but wish it was just a little different? You can edit the CSS yourself. No more justified text! Woot!
</p>
      ]]>
              <p><a href="http://chuckskoda.com/entry/modify_the_look_of_the_safari_5_reader_function/" title="">[post-link]</a></p>
          </content>
    </entry>

    <entry>
      <title>the next mobile battleground</title>
              <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/the_next_mobile_battleground/" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/the_next_mobile_battleground/" />
      <id>tag:chuckskoda.com,2010:/1.331</id>
      <published>2010-05-21T22:47:12Z</published>
      <updated>2010-05-22T00:16:14Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>
Flash was just a minor skirmish. Today Adobe Flash has little (and <a href="http://online.wsj.com/article/SB10001424052748704912004575252662401694670.html">steadily decreasing</a>) relevance in the internet landscape. The cloud is going to be the next major battleground of the mobile revolution. The latest breakthrough software has been based on internet services coupled with well integrated client applications. Here are a few examples that iPhone users should be well aware of:
</p>

<ul><li>Dropbox</li><li>Twitter</li><li>Instapaper</li><li>Simplenote</li></ul>

<p>
These are some pioneers of the <i>real</i> cloud services that have seemed like a pipe dream for the last decade.
</p>

<p>
Google has been banking on the cloud. They&#8217;ve been pushing their web apps for years. They offer a wide range of free, ad-supported tools and services to anyone who will choose a username and password.
</p>

<p>
The iPhone, and more importantly the App Store, has brought a many of these cloud based services to mobile devices in an effective and usable way for the first time in history. No longer is a phone relegated to calls, texts, and email.
</p>

<p>
Google has recently been pushing hard to catch up with devices that can stand next to the iPhone. They&#8217;ve been having a <a href="http://mediamemo.allthingsd.com/20100510/is-android-really-outselling-apple/">good bit of success</a>. Apple, on the other hand, is anemic when it comes to hosting cloud services. They have <a href="http://me.com/">MobileMe</a> which consists of email, file storage, photo sharing, contact and calendar syncing, etc., all for an expensive (relative to Google) annual subscription. But by reputation, MobileMe is widely considered a joke.
</p>

<p>
It appears that Apple is building up some infrastructure to start making headway in this direction. They acquired Lala streaming music service, which has led to somewhat obvious rumors that some kind of <a href="http://www.tuaw.com/2010/05/14/rumor-itunes-online-music-streaming-to-debut-at-wwdc/">streaming iTunes</a> is on the way. It&#8217;s also been published that they&#8217;re building a <a href="http://www.appleinsider.com/articles/09/05/23/apple_said_building_1_billion_server_farm.html">server farm</a> in North Carolina, which could very well support a lot more cloud based services. They&#8217;ve recently updated the <a href="http://www.apple.com/mobileme/news/2010/05/the-next-mobileme-mail-now-in-beta.html">email web app</a> for MobileMe, and there have been yet more rumors that MobileMe is soon to become a <a href="http://www.macdailynews.com/index.php/weblog/comments/rumor_apple_to_make_mobileme_free/">free service</a>. All that said, Apple is still extremely quiet about plans for expanding their presence in the cloud.
</p>

<p>
Granted there are a host of third parties with great services, but Apple knows better than anyone the power of controlling the software for your devices. Google has lots of first party services that are getting well integrated into Android. If Apple wants to keep on top of its share of the mobile device market, they need to create some compelling new services. Google doesn&#8217;t appear to be cutting them a lot of slack. Let&#8217;s just say I hope that, come June 7th, we hear about a lot more than just a new iPhone.
</p>
      ]]>
          </content>
    </entry>

    <entry>
      <title>you will laugh</title>
              <link rel="alternate" type="text/html" href="http://twitpic.com/1oola7" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/you_will_laugh/" />
      <id>tag:chuckskoda.com,2010:/3.330</id>
      <published>2010-05-17T20:07:33Z</published>
      <updated>2010-05-17T21:07:34Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>This is the funniest picture I&#8217;ve seen in months.
</p>
      ]]>
              <p><a href="http://chuckskoda.com/entry/you_will_laugh/" title="">[post-link]</a></p>
          </content>
    </entry>

    <entry>
      <title>fly the eco&#45;friendly skies</title>
              <link rel="alternate" type="text/html" href="http://web.mit.edu/newsoffice/2010/nplus3-0517.html" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/fly_the_eco-friendly_skies/" />
      <id>tag:chuckskoda.com,2010:/3.329</id>
      <published>2010-05-17T20:04:19Z</published>
      <updated>2010-05-17T21:16:20Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>A team from MIT makes an airplane that runs on 70% less fuel than conventional planes as part of a NASA initiative to create more fuel efficient aircraft.
</p>
      ]]>
              <p><a href="http://chuckskoda.com/entry/fly_the_eco-friendly_skies/" title="">[post-link]</a></p>
          </content>
    </entry>

    <entry>
      <title>software recognizes sarcastic tweets</title>
              <link rel="alternate" type="text/html" href="http://science.slashdot.org/story/10/05/17/1541236/Software-Recognizes-Sarcastic-Tweets" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/software_recognizes_sarcastic_tweets/" />
      <id>tag:chuckskoda.com,2010:/3.328</id>
      <published>2010-05-17T17:40:47Z</published>
      <updated>2010-05-17T18:43:48Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>This is an interesting idea. I wouldn&#8217;t know where to start to come up with an algorithm for detecting sarcasm. It would be cool to build this into an instant message client to automatically notify people of possibly sarcastic statements (I know some people who could use the hints).
</p>
      ]]>
              <p><a href="http://chuckskoda.com/entry/software_recognizes_sarcastic_tweets/" title="">[post-link]</a></p>
          </content>
    </entry>

    <entry>
      <title>nintendo ds testing platform revealed by fcc</title>
              <link rel="alternate" type="text/html" href="http://www.wirelessgoodness.com/2010/04/30/nintendo-ds-testing-platform-revealed-by-fcc/" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/nintendo_ds_testing_platform_revealed_by_fcc/" />
      <id>tag:chuckskoda.com,2010:/3.327</id>
      <published>2010-05-17T16:21:31Z</published>
      <updated>2010-05-17T17:37:32Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>There goes the FCC, leaking someone&#8217;s hardware platform again.
</p>
      ]]>
              <p><a href="http://chuckskoda.com/entry/nintendo_ds_testing_platform_revealed_by_fcc/" title="">[post-link]</a></p>
          </content>
    </entry>

    <entry>
      <title>advertising gone right</title>
              <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/advertising_gone_right/" />
            <link rel="alternate" type="text/html" href="http://chuckskoda.com/entry/advertising_gone_right/" />
      <id>tag:chuckskoda.com,2010:/1.326</id>
      <published>2010-05-14T21:48:25Z</published>
      <updated>2010-05-17T17:00:26Z</updated>
      <author>
            <name>Chuck</name>
            <email>cskoda@digipen.edu</email>
            <uri>http://chuckskoda.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>
As a follow up to my mention of the appalling ads in Wired&#8217;s RSS feed, I thought I&#8217;d take the opportunity to point out someone who has managed to get advertising on the web right &mdash; just right. <a href="http://fusionads.net/">Fusion Ads</a> has the best ad platform I&#8217;ve seen on the web. Both their advertising and publishing partners create great things, and Fusion&#8217;s ad spots are a great way to discover them.
</p>

<blockquote><p>
Our passion is to serve ads that are downright <b>gorgeous</b>, accepting only <b>relevant</b> advertisers of the highest calibre. We choose from among <b>cream-of-the-crop</b> publishers who exclusively show only a <b>single ad per page</b>.
</p></blockquote>

<p>
Take a look back at the <a href="http://www.flickr.com/photos/cskoda/2840968918/">ds.ign.com homepage</a> around the release of Lock&#8217;s Quest. It&#8217;s clear that not everyone adheres to this same ideal of advertising. Many sites out there have such distracting ads that the content is actually second-order.
</p>

<p>
I&#8217;ve discovered many services that I use quite regularly in Fusion Ads. In fact, I&#8217;m drafting this post in Simplenote right now, a Fusion-supported free iPhone and web app for writing/synchronizing text notes across devices. On various occasions I&#8217;ve refreshed <a href="http://seansperte.com/">Geek &amp; Mild</a> repeatedly just to see if there are new ads that might interest me. That&#8217;s a high mark for any advertiser, to create ads that draw customer attention. It seems the standard M.O. of advertisers is to force feed ad impressions.
</p>

<p>
Additionally, their new touch network has enabled developers to provide some very useful tools for the iPhone OS platform free of charge. I feel as though they&#8217;re adding value to my experience online, not taking away from it. Fusion Ads, good show.
</p>
      ]]>
          </content>
    </entry>


</feed>