<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://ivoire.dinauz.org/blog/index.php?feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Spill the beans</title>
  <link>http://ivoire.dinauz.org/blog/index.php?</link>
  <atom:link href="http://ivoire.dinauz.org/blog/index.php?feed/rss2" rel="self" type="application/rss+xml"/>
  <description>As a VLC media player developer, I will mainly speak about VLC and some other stuffs I found interesting.</description>
  <language>en</language>
  <pubDate>Thu, 02 Sep 2010 14:19:24 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Free music and VLC</title>
    <link>http://ivoire.dinauz.org/blog/index.php?post/2010/08/18/Free-music-and-VLC</link>
    <guid isPermaLink="false">urn:md5:f5868babca77ef317e8fef4e2148d61b</guid>
    <pubDate>Wed, 18 Aug 2010 15:23:00 +0200</pubDate>
    <dc:creator>ivoire</dc:creator>
        <category>VLC media player</category>
        <category>VideoLAN</category><category>VLC</category>    
    <description>&lt;p&gt;Actually more and more artists are following the Open Source movement and create really nice content (both audio and video). Since the lastest release of VLC media player (1.1.0), we added the ability to access selections of Free Music directly from the playlist. Let's have a look at these contents.&lt;/p&gt;    &lt;p&gt;Free music inside VLC
In the last release of VLC media player, we introduced the ability to browse some selections of free music. The following screenshot shows VLC playing a selection of the 20 most popular albums on jamendo

Actually in the VLC playlist you can access to:

A selection of music from jamendo
A selection of famous free songs... &lt;em&gt;&lt;a href=&quot;http://ivoire.dinauz.org/blog/index.php?post/2010/08/18/Free-music-and-VLC&quot;&gt;Read&lt;/em&gt; Free music and VLC&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://ivoire.dinauz.org/blog/index.php?post/2010/08/18/Free-music-and-VLC#comment-form</comments>
      <wfw:comment>http://ivoire.dinauz.org/blog/index.php?post/2010/08/18/Free-music-and-VLC#comment-form</wfw:comment>
      <wfw:commentRss>http://ivoire.dinauz.org/blog/index.php?feed/atom/comments/8</wfw:commentRss>
      </item>
    
  <item>
    <title>ZFS and shred</title>
    <link>http://ivoire.dinauz.org/blog/index.php?post/2010/07/30/ZFS-and-shred</link>
    <guid isPermaLink="false">urn:md5:40e0f81d73736a6264dd3f03df92b761</guid>
    <pubDate>Fri, 30 Jul 2010 00:02:00 +0200</pubDate>
    <dc:creator>ivoire</dc:creator>
        <category>Geek</category>
        <category>ZFS</category>    
    <description>&lt;p&gt;ZFS is a really powerful and convenient file system but the way ZFS works makes some tools absolutely inefficient...&lt;/p&gt;    &lt;p&gt;ZFS: a short overview
ZFS is a file system designed by Sun Microsystems. The file system is based on the Copy-on-Write (CoW) paradigm. When a file is modified, the blocks that must be changed are never modified in place. Instead the following operations are executed:

Copy the block
Change the new block


A block is never ever modified in... &lt;em&gt;&lt;a href=&quot;http://ivoire.dinauz.org/blog/index.php?post/2010/07/30/ZFS-and-shred&quot;&gt;Read&lt;/em&gt; ZFS and shred&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Saving memory for free</title>
    <link>http://ivoire.dinauz.org/blog/index.php?post/2010/07/14/Saving-memory-for-free</link>
    <guid isPermaLink="false">urn:md5:21f28755759eaf4ada82a1db39bfec69</guid>
    <pubDate>Wed, 14 Jul 2010 16:08:00 +0200</pubDate>
    <dc:creator>ivoire</dc:creator>
        <category>VLC media player</category>
        <category>Optimization</category><category>VideoLAN</category><category>VLC</category>    
    <description>&lt;p&gt;We have reduced the memory footprint of VLC media player only by repacking some important structures. Let's have a look at the way the structures are arranged in memory and its impact on the memory usage.&lt;/p&gt;    &lt;p&gt;Memory representation of  a structure
When creating a structure you do not really care about the representation of this structure in memory. You expect the structure's size to be the sum of its components sizes. Unfortunately the size of a structure also depends on other parameters.
These parameters are mainly:

The CPU architecture (32 or 64... &lt;em&gt;&lt;a href=&quot;http://ivoire.dinauz.org/blog/index.php?post/2010/07/14/Saving-memory-for-free&quot;&gt;Read&lt;/em&gt; Saving memory for free&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Visualisations in VLC</title>
    <link>http://ivoire.dinauz.org/blog/index.php?post/2010/02/01/Visualisations-in-VLC</link>
    <guid isPermaLink="false">urn:md5:059176853bea88183718a6829318ff58</guid>
    <pubDate>Mon, 01 Feb 2010 15:21:00 +0100</pubDate>
    <dc:creator>ivoire</dc:creator>
        <category>VLC media player</category>
        <category>VideoLAN</category><category>VLC</category>    
    <description>    &lt;p&gt;Last summer, I worked on VLC media player as part of the Google Summer of Code,
One part of my job was to integrate libprojectM inside VLC media player.
libprojectM is a library that create visualisation accoring to the samples it receive. As you can see the results are really amazing. And for the next version of VLC media player you will... &lt;em&gt;&lt;a href=&quot;http://ivoire.dinauz.org/blog/index.php?post/2010/02/01/Visualisations-in-VLC&quot;&gt;Read&lt;/em&gt; Visualisations in VLC&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>