<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>scripts/lucky-image</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -12,8 +12,15 @@ end
 users = YAML.load(open(USERS_YML))
 users.each do |id, user|
   users[id] ||= {}
-  users[id]['image'] ||= File.exists?(&quot;images/tronches/#{id}.jpg&quot;) ? \
-    &quot;/images/tronches/#{id}.jpg&quot; : &quot;/scripts/google-image.php?q=#{id}&amp;amp;cache=0&quot;        #' style='opacity:.3'&quot;
+  users[id]['nick'] ||= id
+
+  Thread.new(id) {
+    `#{File.dirname(__FILE__)}/lucky-image '#{id}' &gt; 'images/tronches/lucky/#{id}'`
+  }
+
+  #users[id]['image'] ||= File.exists?(&quot;images/tronches/#{id}.jpg&quot;) ? \
+  #  &quot;/images/tronches/#{id}.jpg&quot; : &quot;/scripts/google-image.php?q=#{id}&amp;amp;cache=0&quot;
+  users[id]['image'] = &quot;/images/tronches/lucky/#{id}&quot;
   users[id]['nick'] ||= id
 end
 users = users.sort_by { |id, user| user.nick.downcase }</diff>
      <filename>scripts/gen_tronchi.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>61edb51ab7d2fe16cc95ce17b92675509ad7717e</id>
    </parent>
  </parents>
  <author>
    <name>Sunny</name>
    <email>negatif@gmail.com</email>
  </author>
  <url>http://github.com/sunny/escalope.net/commit/15468a6e7eaa6ee05318f08b2b898b8864e2a9e9</url>
  <id>15468a6e7eaa6ee05318f08b2b898b8864e2a9e9</id>
  <committed-date>2009-06-11T06:32:08-07:00</committed-date>
  <authored-date>2009-06-11T06:32:08-07:00</authored-date>
  <message>Now bakes the profile images by downloading them</message>
  <tree>586a423bd6e70eb0e51051866819ad16fde8ffb9</tree>
  <committer>
    <name>Sunny</name>
    <email>negatif@gmail.com</email>
  </committer>
</commit>
