<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for i0lanthe</title>
    <link>http://www.advogato.org/person/i0lanthe/</link>
    <description>Advogato blog for i0lanthe</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Thu, 23 May 2013 01:08:39 GMT</pubDate>
    <item>
      <pubDate>Mon, 8 Oct 2007 02:40:49 GMT</pubDate>
      <title>8 Oct 2007</title>
      <link>http://www.advogato.org/person/i0lanthe/diary.html?start=46</link>
      <guid>http://www.advogato.org/person/i0lanthe/diary.html?start=46</guid>
      <description>Wow, advogato is still around.&#xD;
&#xD;
&lt;p&gt; I updated EggsHam today.  Rah.</description>
    </item>
    <item>
      <pubDate>Sat, 31 Aug 2002 16:48:37 GMT</pubDate>
      <title>31 Aug 2002</title>
      <link>http://www.advogato.org/person/i0lanthe/diary.html?start=45</link>
      <guid>http://www.advogato.org/person/i0lanthe/diary.html?start=45</guid>
      <description>&lt;a href="http://www.advogato.org/person/bgeiger/" &gt;bgeiger&lt;/a&gt; and &lt;a href="http://www.advogato.org/person/badvogato/" &gt;badvogato&lt;/a&gt; are both wrong.  &lt;b&gt;88&lt;/b&gt; has meant &lt;a href="http://www.signalharbor.com/73.html" &gt;"love and kisses"&lt;/a&gt; for &lt;b&gt;decades&lt;/b&gt;.</description>
    </item>
    <item>
      <pubDate>Fri, 30 Aug 2002 18:49:15 GMT</pubDate>
      <title>30 Aug 2002</title>
      <link>http://www.advogato.org/person/i0lanthe/diary.html?start=44</link>
      <guid>http://www.advogato.org/person/i0lanthe/diary.html?start=44</guid>
      <description>Long time no diary.  I have updated my &lt;a href="http://www.advogato.org/person/i0lanthe/" &gt;publicly accessible page&lt;/a&gt; since it was several projects out of date.

&lt;p&gt; &lt;p&gt; Released &lt;a href="http://paleohack.berlios.de/" &gt;PaleoHack 0.02&lt;/a&gt; this week.  Lo, many bugs were fixed (though it still crashes now and then).  Unfortunately there are four or five other tasks that people would probably have preferred me to work on instead.

&lt;p&gt; &lt;p&gt; With the aid of the &lt;a href="http://groups.google.com/advanced_group_search" &gt;google kibozer&lt;/a&gt; I like to keep an eye on people who talk about roguelikes and PDAs (since often they are talking about me).  Today I was rather charmed by the optimism of someone who, after first inquiring to discover whether anyone had already done it, declared his intent to port Nethack to Java so that it could run on his Nokia cell phone.

&lt;p&gt; &lt;P&gt; It took umpteen tries to post this entry, so I remember now why I haven't updated the diary in a long time.</description>
    </item>
    <item>
      <pubDate>Sat, 20 Apr 2002 02:02:18 GMT</pubDate>
      <title>20 Apr 2002</title>
      <link>http://www.advogato.org/person/i0lanthe/diary.html?start=43</link>
      <guid>http://www.advogato.org/person/i0lanthe/diary.html?start=43</guid>
      <description>The recursion play remimded me of something which led to a
google search that unexpectedly turned up &lt;a
href="http://www.geocities.com/electricmonk.geo/brainspecialist.html"&gt;This&lt;/a&gt;.
 I think it is the most alarming page I have seen all week.
&lt;P&gt;
In other news, I am porting Hack.  It is going slowly,
considering that I started last year.</description>
    </item>
    <item>
      <pubDate>Fri, 11 Jan 2002 19:31:56 GMT</pubDate>
      <title>11 Jan 2002</title>
      <link>http://www.advogato.org/person/i0lanthe/diary.html?start=42</link>
      <guid>http://www.advogato.org/person/i0lanthe/diary.html?start=42</guid>
      <description>(My first post of the new year..)  Lately I've been adding
HandEra 330 support to kMoria.  The PalmOS Emulator only
supports HandEra emulation under Windows.  This is really
pretty irritating when you develop under Linux, but, I know
HandEra users will appreciate the result, so I guess it's
worth all the rebooting.
</description>
    </item>
    <item>
      <pubDate>Thu, 8 Nov 2001 00:19:09 GMT</pubDate>
      <title>8 Nov 2001</title>
      <link>http://www.advogato.org/person/i0lanthe/diary.html?start=41</link>
      <guid>http://www.advogato.org/person/i0lanthe/diary.html?start=41</guid>
      <description>I've been pretending to have a life and not hacking much in
the past few weeks.  I got a total upgrade to the home
development computer ("here's a nickel...") and compiling
stuff is Blindingly Fast now.  POSE is no longer
almost-painfully slow.  Rah.  While reading papers for a
class I found out about &lt;a
href="http://www-cse.ucsd.edu/users/wgg/Software/StarTool/"&gt;StarTool&lt;/a&gt;
which looks like it would be nifty.  I am trying to get
cstar (StarTool for C programs) to accept a
slightly-disemboweled copy of the crufty kMoria
source.  This requires 1. get rid of the c++-style comments
(for a first pass I stripped them out with some random
dude's perl script, which was ok except for a couple of
printf's that contained the string "http://www..." that
suddenly became unterminated); 2. get rid of the include's
of PalmOS API header files because it just can't cope with
heinous header file madness (does not help that
&lt;em&gt;they&lt;/em&gt; like c++-style comments too... heh!), and
replace them with Folger's Crystals: a header file that just
has a bunch of fake typedefs (all pointer types are void *,
all struct types contain only the members I ever referred
to, all named constants are 1, hey, it doesn't have to run);
3. some other thing that I forgot - oh, yeah, get rid of the
sections.h include that tells the compiler toolchain how to
deal with the multisegmentness.  Did all these things and
cstar consented to grok my code and allow me to create star
diagrams.  Now I just have to figure out "what it's good for".</description>
    </item>
    <item>
      <pubDate>Thu, 20 Sep 2001 01:38:08 GMT</pubDate>
      <title>20 Sep 2001</title>
      <link>http://www.advogato.org/person/i0lanthe/diary.html?start=40</link>
      <guid>http://www.advogato.org/person/i0lanthe/diary.html?start=40</guid>
      <description>I have nothing to say today.  The semester is underway.  I
am actually taking a course (needed one more elective). 
Between this, thesis research, reading papers, and what
passes for social life, don't have much free time just now.
&lt;P&gt; I got a couple of new fish for my aquarium.  (J. Random
cichlids; they're cute in a way, and don't bother the
bottom-feeders, which are all the other fish I have.  They
have not yet quite forgiven me for the trip from the pet store.)</description>
    </item>
    <item>
      <pubDate>Sat, 25 Aug 2001 04:05:57 GMT</pubDate>
      <title>25 Aug 2001</title>
      <link>http://www.advogato.org/person/i0lanthe/diary.html?start=39</link>
      <guid>http://www.advogato.org/person/i0lanthe/diary.html?start=39</guid>
      <description>Because I'm such a rebel I'm not going to say "it's been a
while since my last diary entry".  It hasn't.  The 5th of
August was, I assert, yesterday, and I really don't know
where the
intervening mumble days went (maybe they're in the pocket of
my other pants?  or out protesting a calendar reform?) &lt;P&gt; I
have almost finished re-re-writing the
slides for the talk I am giving next week (on Monday I am
leaving "on a jet plane / don't know when I'll log in
again").  Also I bought a guidebook for Amsterdam which is
where the workshop is.  I &lt;i&gt;have&lt;/i&gt; given a talk before,
and I &lt;i&gt;have&lt;/i&gt; been across the Atlantic before, so I
can't decide which one I should be more nervous about at the
moment, so I think I'll just fret about whether I will
forget to pack something useful and/or important.
Do they have internet cafes there?  Forget drugs, I'm
addicted to email.</description>
    </item>
    <item>
      <pubDate>Mon, 6 Aug 2001 03:42:58 GMT</pubDate>
      <title>6 Aug 2001</title>
      <link>http://www.advogato.org/person/i0lanthe/diary.html?start=38</link>
      <guid>http://www.advogato.org/person/i0lanthe/diary.html?start=38</guid>
      <description>second try.  Observation #1: that emacs has trained me to
type alt-q in untidy paragraphs.. does not work
well when said paragraphs are in netscape.

&lt;p&gt; &lt;P&gt; Biked on part of the Eliza Furnace trail today and it
was very furnacy and dehydratory.  Maybe autumn is a better
time (it's a nice flat paved trail but.. could be more
shaded..)

&lt;p&gt; &lt;P&gt; I should be making iLarn able to beam itself, or
answering email, or perhaps I should make iLarn able to
answer my mail for me (that would be pretty funny), but
instead, I have been pestering people
to discover the licensing situation of various old old code
that I might want to port.  (and, so far, I have learned
that if you ask whether the license of something can be
changed, the answer will always be that it isn't possible,
but, so far, I ask anyway because I am curious about how
many
different ways there are to reach this state, and also
because I am shameless.)
&lt;P&gt; So if I did port any too-restricted-to-be-"Open"
freeware, where would I put the actual, "download my tarball
here"
page?  Geocities maybe... I was there for a little while
peddling GPL foo
before someone pointed me at SourceForge.
Or is there some more-hip site?  (anyone up-to-date on these
things?)</description>
    </item>
    <item>
      <pubDate>Fri, 3 Aug 2001 06:34:29 GMT</pubDate>
      <title>3 Aug 2001</title>
      <link>http://www.advogato.org/person/i0lanthe/diary.html?start=37</link>
      <guid>http://www.advogato.org/person/i0lanthe/diary.html?start=37</guid>
      <description>What have I been up to this week?  I stuffed more gratuitous
features into kMoria.. you can beam your high score to
another player, or you can beam an object from your
inventory.  Also added support for multiple users (PalmOS
device as time-shared machine: discuss) so you can lend the
game to a friend without fearing for your own character.  
Someone started a thread on r.g.r.moria so I posted in it
(kibozagoogle!).  I should release again soon but it
would be nice to actually fix some bugs first too.
</description>
    </item>
  </channel>
</rss>
