<?xml version="1.0"?>
<rss version="2.0.">
  <channel>
    <title>Advogato blog for fzort</title>
    <link>http://www.advogato.org/person/fzort/</link>
    <description>Advogato blog for fzort</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Wed, 14 May 2008 06:22:39 GMT</pubDate>
    <item>
      <pubDate>Fri, 2 May 2008 21:10:48 GMT</pubDate>
      <title>2 May 2008</title>
      <link>http://www.advogato.org/person/fzort/diary.html?start=115</link>
      <guid>http://www.advogato.org/person/fzort/diary.html?start=115</guid>
      <description>Today is my last day here. Lured by the prospect of working &#xD;
without a tie, with Linux on my workstation, at an actual &#xD;
tech company, and arguably against common sense, I'm&#xD;
starting at &lt;a href="http://yahoo.com" &gt;Yahoo!&lt;/a&gt; next Monday.&#xD;
&#xD;
&lt;p&gt; &lt;p&gt; &lt;p&gt;I'm pretty excited. Needless to say, I've been following &#xD;
the tech news with utmost interest.</description>
    </item>
    <item>
      <pubDate>Tue, 29 Apr 2008 11:51:28 GMT</pubDate>
      <title>29 Apr 2008</title>
      <link>http://www.advogato.org/person/fzort/diary.html?start=114</link>
      <guid>http://www.advogato.org/person/fzort/diary.html?start=114</guid>
      <description>&lt;a href="http://www.advogato.org/person/shlomif/diary/347.html" &gt;shlomif&lt;/a&gt;: did you actually &lt;i&gt;read&lt;/i&gt; the &#xD;
Nichomachean Ethics? The thing is repulsive. If it really &#xD;
is, as some say, one of the central works of western &#xD;
civilization, it's no wonder we're in such bad shape. &#xD;
Bertrand Russell said it better:&#xD;
&#xD;
&lt;p&gt; &lt;blockquote&gt;&#xD;
There is in Aristotle an almost complete absence of what &#xD;
may be called benevolence or philanthropy. The sufferings &#xD;
of mankind, in so far as he is aware of them, do not move &#xD;
him emotionally; he holds them intellectually to be an &#xD;
evil, but there is no evidence that they cause him &#xD;
unhappiness except when the sufferers happen to be his &#xD;
friends.&#xD;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <pubDate>Tue, 22 Apr 2008 02:50:51 GMT</pubDate>
      <title>22 Apr 2008</title>
      <link>http://www.advogato.org/person/fzort/diary.html?start=113</link>
      <guid>http://www.advogato.org/person/fzort/diary.html?start=113</guid>
      <description>&lt;b&gt;Implementation of logical operations on a domino&#xD;
substrate&lt;/b&gt;&#xD;
&#xD;
&lt;p&gt; &lt;p&gt; &lt;blockquote&gt;&lt;b&gt;Abstract.&lt;/b&gt; This paper presents some &#xD;
simple&#xD;
ideas about domino gates. Domino gates are implementations&#xD;
of logical operations using toppling dominos to represent&#xD;
the movement of information (bits). (...) The domino model&#xD;
can be used as a representation of single-shot wave gates in&#xD;
unconstrained media, such as sub-excitable&#xD;
Belousov-Zhabotinsky reactors. On a practical note, they are&#xD;
slightly easier to set up and use than collision models&#xD;
using 'billiard balls'.&#xD;
&lt;/blockquote&gt;&#xD;
&#xD;
&lt;p&gt; &lt;p&gt; More at the &lt;a href="http://uncomp.uwe.ac.uk/" &gt;International Center of&#xD;
Unconventional Computing&lt;/a&gt;.</description>
    </item>
    <item>
      <pubDate>Fri, 18 Apr 2008 22:40:21 GMT</pubDate>
      <title>18 Apr 2008</title>
      <link>http://www.advogato.org/person/fzort/diary.html?start=112</link>
      <guid>http://www.advogato.org/person/fzort/diary.html?start=112</guid>
      <description>It's been a hectic day in production support land. My head &#xD;
hurts. And I still have stuff to do - will probably leave &#xD;
at around 21:30 PM, making this a 14 hours day.&#xD;
&#xD;
&lt;p&gt; Anyway, I skipped lunch and instead worked a bit on &#xD;
&lt;a href="http://spoj.pl/problems/DSUBSEQ/" &gt;this&lt;/a&gt; &#xD;
problem. After much head scratching, came up with a O&#xD;
(N^2*M) dynamic programming solution (with N the length of &#xD;
the sequence and M the size of the alphabet). Was really &#xD;
proud of myself for about 3 minutes, until I noticed that N &#xD;
can be as large as 100000. Boom. Anyway, my worthless non-&#xD;
solution is &lt;a href="http://fzort.org/mpr/junk/DistinctSubSequences.java.tx&#xD;
t" &gt;here&lt;/a&gt; (sorry, in Java - as I said, I did it at work). &#xD;
Space can be reduced to just O(N*M), but that doesn't help &#xD;
with time.&#xD;
&#xD;
&lt;p&gt; &lt;a href="http://www.advogato.org/person/laburu/" &gt;laburu&lt;/a&gt;: I'll get around &#xD;
to answering your e-mail eventually, I swear.</description>
    </item>
    <item>
      <pubDate>Thu, 17 Apr 2008 16:25:34 GMT</pubDate>
      <title>17 Apr 2008</title>
      <link>http://www.advogato.org/person/fzort/diary.html?start=111</link>
      <guid>http://www.advogato.org/person/fzort/diary.html?start=111</guid>
      <description>Dang. I can't get any hacking time during the week.&#xD;
&#xD;
&lt;p&gt; Ah well. Lunch break, and I've just solved &lt;a href="http://spoj.pl/problems/KPSORT" &gt;this&lt;/a&gt; problem. It &#xD;
requires more insight than code, so I could work on it &#xD;
for the past couple of days while in the train, in the &#xD;
bathroom, etc. The resulting program is small and &#xD;
simple, but I had to deploy some hardcore permutation group &#xD;
theory to arrive at the solution. I wonder if there's a &#xD;
simple "Aha!" insight that I'm missing. If you think there &#xD;
is, I'd really love to hear.</description>
    </item>
    <item>
      <pubDate>Wed, 16 Apr 2008 01:18:52 GMT</pubDate>
      <title>16 Apr 2008</title>
      <link>http://www.advogato.org/person/fzort/diary.html?start=110</link>
      <guid>http://www.advogato.org/person/fzort/diary.html?start=110</guid>
      <description>&lt;a href="http://fzort.org/mpr/junk/game-screenshot-2.png" &gt;Here's&lt;/a&gt;&#xD;
another screenshot. But better make that &lt;i&gt;next&lt;/i&gt; week...</description>
    </item>
    <item>
      <pubDate>Mon, 14 Apr 2008 01:41:10 GMT</pubDate>
      <title>14 Apr 2008</title>
      <link>http://www.advogato.org/person/fzort/diary.html?start=109</link>
      <guid>http://www.advogato.org/person/fzort/diary.html?start=109</guid>
      <description>I'm coding a game. &lt;a href="http://fzort.org/mpr/junk/game-screenshot.png" &gt;Here&lt;/a&gt;'s&#xD;
a screenshot. Think Missile Command meets Typespeed. Should&#xD;
hit freshmeat sometime this week.</description>
    </item>
    <item>
      <pubDate>Thu, 20 Mar 2008 11:06:14 GMT</pubDate>
      <title>20 Mar 2008</title>
      <link>http://www.advogato.org/person/fzort/diary.html?start=108</link>
      <guid>http://www.advogato.org/person/fzort/diary.html?start=108</guid>
      <description>R.I.P., Arthur Clarke.</description>
    </item>
    <item>
      <pubDate>Mon, 17 Mar 2008 00:30:32 GMT</pubDate>
      <title>17 Mar 2008</title>
      <link>http://www.advogato.org/person/fzort/diary.html?start=107</link>
      <guid>http://www.advogato.org/person/fzort/diary.html?start=107</guid>
      <description>Coding is moving at a glacial pace. SLOC count: 990.</description>
    </item>
    <item>
      <pubDate>Thu, 13 Mar 2008 21:02:04 GMT</pubDate>
      <title>13 Mar 2008</title>
      <link>http://www.advogato.org/person/fzort/diary.html?start=106</link>
      <guid>http://www.advogato.org/person/fzort/diary.html?start=106</guid>
      <description>Started a complete rewrite of the chess playing engine in &#xD;
&lt;a href="http://fzort.org/mpr/projects/vulcan" &gt;vulcan&lt;/a&gt;. &#xD;
Hopefully the new design is much better.&#xD;
&#xD;
&lt;p&gt; Current SLOC count: 550.</description>
    </item>
  </channel>
</rss>
