<feed xmlns="http://www.w3.org/2005/Atom">
  <title>last nine thoughts</title>
  <id>http://hyle.appspot.com/feed</id>
  <link href="http://hyle.appspot.com/feed" rel="self" />
  <updated>2008-08-08T06:51:25Z</updated>

  <entry>
    <id>http://hyle.appspot.com/entry/palinsesto</id>
    <title>Rai 4 and Beyond</title>
    <content type="html"><![CDATA[The <a href="/palinsesto/rai4">Rai 4 TV listing</a> (<a href="/palinsesto/rai4/domani">tomorrow schedule</a>).<br>
<br>
<strong>Rai</strong> is the Italian public service broadcaster.]]></content>
    <author><name>hyle</name></author>
    <updated>2008-08-08T06:51:25Z</updated>
  </entry>

  <entry>
    <id>http://hyle.appspot.com/entry/fixin-time</id>
    <title>Fixin' Time</title>
    <content type="html"><![CDATA[Support for transactions (tnx I/O) and better use of Memcache(d).]]></content>
    <author><name>hyle</name></author>
    <updated>2008-06-15T10:07:01Z</updated>
  </entry>

  <entry>
    <id>http://hyle.appspot.com/entry/ux</id>
    <title>Google UX</title>
    <content type="html"><![CDATA[Badly.<br>
<br>
<em>update</em>: like <a href="http://www.google.com/intl/en/corporate/ux.html">this</a>]]></content>
    <author><name>hyle</name></author>
    <updated>2008-06-12T22:23:03Z</updated>
  </entry>

  <entry>
    <id>http://hyle.appspot.com/entry/atom</id>
    <title>Atom</title>
    <content type="html"><![CDATA[And remember: <strong>RFC3339</strong> date-time resembles <code>"Y-m-d\TH:i:s\Z"</code>.]]></content>
    <author><name>hyle</name></author>
    <updated>2008-05-30T09:02:33Z</updated>
  </entry>

  <entry>
    <id>http://hyle.appspot.com/entry/simplejson</id>
    <title>JSON on GAE</title>
    <content type="html"><![CDATA[<code># omit needless words.<br>
<br>
from django.utils import simplejson<br>
<br>
data = {"models": [{"name": "Raquel Zimmermann", "year": 1983},<br>
       {"name": "Sasha Pivovarova", "year": 1985},<br>
       {"name": "Doutzen Kroes", "year": 1985},]}<br>
<br>
self.response.content_type = "application/json"<br>
simplejson.dump(data, self.response.out)</code>]]></content>
    <author><name>hyle</name></author>
    <updated>2008-05-29T12:38:14Z</updated>
  </entry>

  <entry>
    <id>http://hyle.appspot.com/entry/before-after</id>
    <title>Before and After</title>
    <content type="html"><![CDATA[miss || off (no memcache(d))<br>
on && hit (w/ memcache(d) and hit)<br>
<br>
<code>miss || off - / 200 36ms 2 kb<br>
on && hit - / 200 15ms 2 kb<br>
<br>
miss || off - /entry/memcache 200 27ms 1 kb<br>
on && hit - /entry/memcache 200 9ms 1 kb<br>
<br>
miss || off - /entry/zipimport 200 28ms 1 kb<br>
on && hit - /entry/zipimport 200 9ms 1 kb</code>]]></content>
    <author><name>hyle</name></author>
    <updated>2008-05-29T11:58:11Z</updated>
  </entry>

  <entry>
    <id>http://hyle.appspot.com/entry/memcache</id>
    <title>memcache</title>
    <content type="html"><![CDATA[I've just updated <strong>lnt</strong> to use the brand new volatile storing functions. <s>By ignorance (**eheh)</s> Initially: <strong>set</strong> (w/ time=0) on the first GET, <strong>get</strong> (w/ certain hit || set again) on the subsequents, **<strong>flush_all</strong> on POST. Then using punctual <strong>delete</strong>s.]]></content>
    <author><name>hyle</name></author>
    <updated>2008-05-29T09:46:32Z</updated>
  </entry>

  <entry>
    <id>http://hyle.appspot.com/entry/zipimport</id>
    <title>zipimport</title>
    <content type="html"><![CDATA[<code>
# simple version<br>
<br>
from <strong>zipimport</strong> import zipimporter<br>
importer = zipimporter('test.zip')<br>
test = importer.load_module('test') # test.py<br>
self.response.out.write(test.hello())
</code>]]></content>
    <author><name>hyle</name></author>
    <updated>2008-04-18T12:37:41Z</updated>
  </entry>

  <entry>
    <id>http://hyle.appspot.com/entry/info-tecniche</id>
    <title>Alcune informazioni tecniche</title>
    <content type="html"><![CDATA[Le trovate <a href="http://www.webdomus.it/tao/?p=983">qui</a> (on my blog in Italian).]]></content>
    <author><name>hyle</name></author>
    <updated>2008-04-14T17:15:47Z</updated>
  </entry>

</feed>