<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Xavier Defrang</title>
    <link>http://defrang.com/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Xavier Defrang</description>
    <item>
      <title>Something For Your Mind...</title>
      <description>
&lt;p&gt;Awesome collection of &lt;a href="http://youtube.com/profile_videos?user=88to92"&gt;300+ old school house and rave tracks&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Bonus: a whole bunch of video of &lt;a href="http://youtube.com/profile_videos?user=wwwravehistorycouk"&gt;UK raves from the early 90ies&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Sun,  6 Apr 2008 23:45:00 CEST</pubDate>
      <guid>http://defrang.com/articles/2008/04/06/something-for-your-mind</guid>
      <link>http://defrang.com/articles/2008/04/06/something-for-your-mind</link>
      <category>Nostalgia</category>
      <category>Music</category>
      <category>Video</category>
      <trackback:ping>http://defrang.com/articles/trackback/946</trackback:ping>
    </item>
    <item>
      <title>Ever Meulen Retrospective</title>
      <description>
&lt;p&gt;If you like the &lt;a href="http://en.wikipedia.org/wiki/Ligne_claire"&gt;ligne claire&lt;/a&gt;, you only have one week left to visit the &lt;a href="http://www.beeldbeeld.be/evermeulen/"&gt;Ever Meulen exhibition&lt;/a&gt; in Leuven.

&lt;p&gt;I'm so glad I spotted this a couple of days ago on the door of &lt;a href="http://www.plaizier.be/"&gt;Plaizier&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Sat,  5 Apr 2008 17:51:00 CEST</pubDate>
      <guid>http://defrang.com/articles/2008/04/05/ever-meulen-retrospective</guid>
      <link>http://defrang.com/articles/2008/04/05/ever-meulen-retrospective</link>
      <category>Art</category>
      <category>Belgium</category>
      <category>Design</category>
      <trackback:ping>http://defrang.com/articles/trackback/945</trackback:ping>
    </item>
    <item>
      <title>Last Transmission From Lardossan Cruiser 8-203 X</title>
      <description>&lt;p&gt;Awesome 27 minutes long interview with the late &lt;a href="http://www.discogs.com/artist/James+Stinson"&gt;James Stinson&lt;/a&gt; of &lt;a href="http://www.discogs.com/artist/Drexciya"&gt;Drexciya&lt;/a&gt;, recorded a few months before he passed away.  This was his first and last radio interview and it's like he knew it.&lt;/p&gt;

&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/C-LoZho4HC8"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/C-LoZho4HC8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;</description>
      <pubDate>Sun,  9 Mar 2008 21:44:00 CET</pubDate>
      <guid>http://defrang.com/articles/2008/03/09/last-transmission-from-lardossan-cruiser-8-203-x</guid>
      <link>http://defrang.com/articles/2008/03/09/last-transmission-from-lardossan-cruiser-8-203-x</link>
      <category>Music</category>
      <category>Nostalgia</category>
      <trackback:ping>http://defrang.com/articles/trackback/944</trackback:ping>
    </item>
    <item>
      <title>ActiveResource: A Ride On The Wild Side</title>
      <description>&lt;p&gt;Things have been very quiet down here and hectic everywhere else.  As a proof that this is no lame excuse,  
&lt;a href="http://dev.rubyonrails.org/ticket/10646"&gt;my first Rails patch&lt;/a&gt; was just &lt;a href="http://dev.rubyonrails.org/changeset/8525"&gt;committed&lt;/a&gt; into the trunk.&lt;/p&gt;

&lt;p&gt;For the record, it addresses an issue in ActiveResource which could not locate resources defined
in nested modules.&lt;/p&gt;
&lt;p&gt;I've been using &lt;abbr title="ActiveResource"&gt;ARes&lt;/abbr&gt; a lot in my current project 
in which I've built a rich client-side API packaged into a Rails plugin.  To be honest, I'm into a love-hate relationship with ARes and things were not as smooth as initially &lt;a href="http://www.scribemedia.org/2006/07/09/dhh/"&gt;advertised&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I've experienced some severe hiccups with nested resources, &lt;a href="http://dev.rubyonrails.org/browser/trunk/activeresource/lib/active_resource/base.rb?rev=8528#L223"&gt;inflected collection names&lt;/a&gt;, attributes vs prefix hashes and some nasty XML (un)marshalling oddities.  If I find some time, I will document here the problems I encountered during this wild ride...&lt;/p&gt;

&lt;p&gt;Even though it has given me some serious headaches, I still think this REST approach is better than dealing with a huge black box supposedly implementing some funky flavor of SOAP.&lt;br /&gt;
ARes is not totally mature in its current state but the size of its code base still allows a mere mortal to dive into it and see what's happening.&lt;/p&gt;

&lt;p&gt;If the popularity of REST services keep on rising, ARes will need some real refactoring and internal plumbing work to bring it to the same level as ActiveRecord in the ORM field.&lt;/p&gt;

&lt;p&gt;The bottom line is: ARes is a neat library you may want to play with but you must be warned that things are not as simple as they seem and it may require some significant tweaking on both sides of the wire...&lt;/p&gt;

</description>
      <pubDate>Thu,  3 Jan 2008 23:06:00 CET</pubDate>
      <guid>http://defrang.com/articles/2008/01/03/activeresource-a-ride-on-the-wild-side</guid>
      <link>http://defrang.com/articles/2008/01/03/activeresource-a-ride-on-the-wild-side</link>
      <category>Programming</category>
      <category>Ruby &amp; Rails</category>
      <trackback:ping>http://defrang.com/articles/trackback/943</trackback:ping>
    </item>
    <item>
      <title>Halcyon Days</title>
      <description>&lt;p&gt;If you ever talked &lt;a href="http://en.wikipedia.org/wiki/Assembly_language"&gt;face to face with a computer&lt;/a&gt; or if you just want to take a stroll down the memory lane with some &lt;a href="http://www.dadgum.com/giantlist/list.html"&gt;anonymous heroes&lt;/a&gt;, I highly recommend you to take a look at &lt;a href="http://dadgum.com/halcyon/BOOK/MISC/CONTENTS.HTM"&gt;Halcyon Days&lt;/a&gt;, a collection of interviews with bytes counting and cycles saving übercoders from the golden age of videogaming.&lt;/p&gt;</description>
      <pubDate>Sun,  9 Dec 2007 12:18:00 CET</pubDate>
      <guid>http://defrang.com/articles/2007/12/09/halcyon-days</guid>
      <link>http://defrang.com/articles/2007/12/09/halcyon-days</link>
      <category>Nostalgia</category>
      <category>Programming</category>
      <category>Games &amp;amp; Toys</category>
      <trackback:ping>http://defrang.com/articles/trackback/942</trackback:ping>
    </item>
    <item>
      <title>Welcome to City 17</title>
      <description>&lt;p&gt;This is a screenshot from a &lt;a href="http://news.bbc.co.uk/2/hi/europe/7083911.stm"&gt;news on the BBC website&lt;/a&gt;&lt;/p&gt;

&lt;img src="http://assets.defrang.com/georgia_riot_police.png" alt="Georgia Riot Police" style="margin: 15px 0; border: 1px solid #666" /&gt;

&lt;br /&gt;

&lt;p&gt;Now don't these riot police officers look &lt;a href="http://en.wikipedia.org/wiki/List_of_humanoid_and_synthetic_Combine_in_Half-Life_2#Civil_Protection"&gt;strangely familiar&lt;/a&gt;?  They surely do...&lt;/p&gt;

&lt;img src="http://assets.defrang.com/hl2a.jpg" style="margin: 15px 0; border: 1px solid #666" /&gt;
&lt;img src="http://assets.defrang.com/hl2b.jpg" style="margin: 15px 0; border: 1px solid #666" /&gt;

&lt;br /&gt;

&lt;p&gt;Welcome. Welcome to &lt;a href="http://en.wikipedia.org/wiki/City_17"&gt;City 17&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; I'm not the only one who noticed the &lt;a href="http://www.boingboing.net/2007/11/08/georgian-riot-cops-i.html"&gt;gasmask&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Thu,  8 Nov 2007 00:46:00 CET</pubDate>
      <guid>http://defrang.com/articles/2007/11/08/welcome-to-city-17</guid>
      <link>http://defrang.com/articles/2007/11/08/welcome-to-city-17</link>
      <category>Cyberpunk</category>
      <category>Games &amp;amp; Toys</category>
      <trackback:ping>http://defrang.com/articles/trackback/941</trackback:ping>
    </item>
    <item>
      <title>The Game Will Never Be The Same</title>
      <description>	
&lt;p&gt;I've already tried a few times to write a short review of the &lt;a href="http://apple.com/iphone"&gt;iPhone&lt;/a&gt; but I just can't find the right words.
And so many things have been written already...&lt;/p&gt;

&lt;p&gt;I guess the simple fact that someone who has always dodged PDA's and "smartphones" is actually using one should indicate how great this thing really is.&lt;/p&gt;

&lt;p&gt;I could never understand why people were buying such devices and why would anyone care about the mobile internet when all you had in the field were half-assed browsers with clumsy user interfaces.&lt;br /&gt;
I would have never imagined that it was actually enjoyable to check emails and google up some stuff
on the go.  The Google Maps integration is brilliant, so is the
address book (it's so fun that you just want to fill it up).  There are so many details about &lt;a href="http://www.cc.gatech.edu/classes/cs6751_97_fall/projects/ms-squared/ubicomp/sam_essay.html"&gt;user feedback&lt;/a&gt; and the screen is so gorgeous that this thing seems alive.&lt;/p&gt;

&lt;p&gt;I've never been a mobile phone freak but this one is just too cool!&lt;/p&gt;
</description>
      <pubDate>Sat,  3 Nov 2007 18:14:00 CET</pubDate>
      <guid>http://defrang.com/articles/2007/11/03/the-game-will-never-be-the-same</guid>
      <link>http://defrang.com/articles/2007/11/03/the-game-will-never-be-the-same</link>
      <category>Geekitude</category>
      <category>Hardware</category>
      <category>Mac</category>
      <trackback:ping>http://defrang.com/articles/trackback/940</trackback:ping>
    </item>
    <item>
      <title>The Return Of The Ponytail Man</title>
      <description>&lt;p&gt;For the other weirdos into B-Movies: you may want to read this &lt;a href="http://www.aintitcool.com/node/34507"&gt;breathtaking review&lt;/a&gt; of Steven Seagal's latest &lt;abbr="Direct To Video"&gt;DTV&lt;/abbr&gt; release entitled &lt;a href="http://www.amazon.com/Urban-Justice-Eddie-Griffin/dp/B000VECACQ"&gt;Urban Justice&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; the movie is indeed pretty damn good for the Seagal DTV standards.  Seagal displays some serious street cred, the man's spittin' ebonics like a real brother!&lt;/p&gt;</description>
      <pubDate>Wed, 31 Oct 2007 14:20:00 CET</pubDate>
      <guid>http://defrang.com/articles/2007/10/31/the-return-of-the-ponytail-man</guid>
      <link>http://defrang.com/articles/2007/10/31/the-return-of-the-ponytail-man</link>
      <category>Humor</category>
      <category>Movies</category>
      <trackback:ping>http://defrang.com/articles/trackback/939</trackback:ping>
    </item>
    <item>
      <title>Let's Pretend I Actually Cared About This...</title>
      <description>&lt;p&gt;It looks like some folks in Javaland are &lt;a href="http://www.javalobby.org/java/forums/t102936.html"&gt;pissed at Apple&lt;/a&gt; because Leopard did not ship with Java 1.6.&lt;/p&gt;

&lt;p&gt;I still doesn't understand why Apple should be held responsible in any way for the port of a third party technology such as Java to its operating system.&lt;br /&gt;
Isn't Sun supposed to make sure the JDK works on all major operating systems or are they too low on cash to afford their ADC renewal?&lt;/p&gt;

&lt;p&gt;Sure, OS X ships with some popular open source programming tools as part of its UNIX layer, but I just see it as freebie which saves me a few minutes
of compilation and surely not as some human right.&lt;/p&gt;

&lt;p&gt;It's not like it should come as a surprise neither since Apple has been continuously shying away from Java which 
used to be one of the languages of choice to build Cocoa applications.&lt;br /&gt;
The Java/Objective-C bridge has been &lt;a href="http://developer.apple.com/documentation/Cocoa/Conceptual/LanguageIntegration/index.html"&gt;discontinued since Tiger&lt;/a&gt;
while Leopard &lt;a href="http://developer.apple.com/leopard/overview/apptech.html"&gt;saw the addition of this technology for Ruby and Python&lt;/a&gt;, including Xcode integration.&lt;/p&gt;

&lt;p&gt;As usual, John Gruber &lt;a href="http://daringfireball.net/linked/2007/october#tue-30-gosling"&gt;sums it up nicely&lt;/a&gt; (or on a more &lt;a href="http://daringfireball.net/2007/10/shipping_means_prioritizing"&gt;serious tone&lt;/a&gt;).&lt;/p&gt;</description>
      <pubDate>Wed, 31 Oct 2007 02:09:00 CET</pubDate>
      <guid>http://defrang.com/articles/2007/10/31/let-s-pretend-i-actually-cared-about-this</guid>
      <link>http://defrang.com/articles/2007/10/31/let-s-pretend-i-actually-cared-about-this</link>
      <category>Programming</category>
      <category>Mac</category>
      <trackback:ping>http://defrang.com/articles/trackback/938</trackback:ping>
    </item>
    <item>
      <title>This Must Be The Funniest Thing I Have Ever Seen</title>
      <description>&lt;p&gt;And I mean it!  I'm still crying and my throat hurts as I write this post...&lt;/p&gt;

&lt;object width="425" height="350"&gt;&lt;param name="movie" value="http://www.youtube.com/v/fNoZg9kl-zE"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/fNoZg9kl-zE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"&gt;&lt;/embed&gt;&lt;/object&gt;

&lt;p&gt;Be sure you check out the 
&lt;a href="http://www.youtube.com/watch?v=ttaqVd0rOjA"&gt;other&lt;/a&gt; 
&lt;a href="http://www.youtube.com/watch?v=EEwIRZ9pLCM"&gt;videos&lt;/a&gt;
 from &lt;a href="http://www.youtube.com/user/StSanders"&gt;this guy&lt;/a&gt;.  He made my day!&lt;/p&gt;</description>
      <pubDate>Wed, 26 Sep 2007 23:43:00 CEST</pubDate>
      <guid>http://defrang.com/articles/2007/09/26/this-must-be-the-funniest-thing-i-have-ever-seen</guid>
      <link>http://defrang.com/articles/2007/09/26/this-must-be-the-funniest-thing-i-have-ever-seen</link>
      <category>Humor</category>
      <category>Music</category>
      <trackback:ping>http://defrang.com/articles/trackback/937</trackback:ping>
    </item>
  </channel>
</rss>
