<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for zoot</title>
    <link>http://www.advogato.org/person/zoot/</link>
    <description>Advogato blog for zoot</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Wed, 22 May 2013 19:02:55 GMT</pubDate>
    <item>
      <pubDate>Thu, 24 Jan 2002 04:40:13 GMT</pubDate>
      <title>24 Jan 2002</title>
      <link>http://www.advogato.org/person/zoot/diary.html?start=7</link>
      <guid>http://www.advogato.org/person/zoot/diary.html?start=7</guid>
      <description>I had almost completely forgotten about this diary (you see
my  brain does work, honestly it does) 

&lt;p&gt; PhDing in bath, as well as working once a week at the work
thing, which keeps the wolves from the door. 
Since the last post i have developed minions, very scary. 

&lt;p&gt; living in Bath (most americans seem to of already visisted
it and are welcome to, if the could just not do it on my
lunchbreak)) with Emma. 

&lt;p&gt; Despite my lame excuses for not coding as much as i want to
, i have managed to get tied up with another project, which
is all very pre-alpha at  the moment. 




</description>
    </item>
    <item>
      <pubDate>Tue, 26 Sep 2000 09:51:18 GMT</pubDate>
      <title>26 Sep 2000</title>
      <link>http://www.advogato.org/person/zoot/diary.html?start=6</link>
      <guid>http://www.advogato.org/person/zoot/diary.html?start=6</guid>
      <description>Despite a series of legal wrangles involving software
rights, work is mostly ok. Saw a real IP lawyer for the
first time last week... scary. 
</description>
    </item>
    <item>
      <pubDate>Fri, 4 Aug 2000 13:57:08 GMT</pubDate>
      <title>4 Aug 2000</title>
      <link>http://www.advogato.org/person/zoot/diary.html?start=5</link>
      <guid>http://www.advogato.org/person/zoot/diary.html?start=5</guid>
      <description>ahhhhhhhhhhhhh. 
oh yeah, don't use the generic exception handler in g++.....
</description>
    </item>
    <item>
      <pubDate>Fri, 4 Aug 2000 13:36:37 GMT</pubDate>
      <title>4 Aug 2000</title>
      <link>http://www.advogato.org/person/zoot/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/zoot/diary.html?start=4</guid>
      <description>They say public journals are often used as a cry for help:

&lt;p&gt; &lt;p&gt; AAAAAAAAAAARGH. 

&lt;p&gt; &lt;p&gt; SIGSEVs in malloc????

&lt;p&gt; &lt;p&gt; lots of memory, try efence....
efence: no complains. (segfault)

&lt;p&gt; &lt;p&gt; &lt;pre&gt;
string is a const char *  to a str literal...
trying to strdup a string....
(gdp) print string
$1 = "yey"
(gdp) print strlen(string)
&amp;lt;!!boom!!&amp;gt;
&lt;/pre&gt;
this is like beating your head against glibC untill it bleeds bits....

&lt;p&gt; &lt;p&gt; i wonder what happens on solaris...

&lt;p&gt; &lt;p&gt; &lt;pre&gt;
Program received signal SIGSEGV, Segmentation fault.
0x400cec62 in chunk_alloc (ar_ptr=0x40163040, nb=16) at malloc.c:2811
2811	malloc.c: No such file or directory.
(gdb) bt
#0  0x400cec62 in chunk_alloc (ar_ptr=0x40163040, nb=16) at malloc.c:2811
#1  0x400ce40a in __libc_malloc (bytes=8) at malloc.c:2643
#2  0x40048006 in __builtin_new (sz=8) from /usr/lib/libstdc++-libc6.1-1.so.2
#3  0x400481dc in __builtin_vec_new (sz=8) from /usr/lib/libstdc++-libc6.1-1.so.2
#4  0x804d408 in Duplicate_str (str=0xbffffa08 "nisowen") at duplicate_str.cpp:41
#5  0x804ef5b in Bulk_Mail::Bulk_mail_entry::Bulk_mail_entry (this=0x8056ed0, 
&lt;/pre&gt;
how on earth are you supposed to debug that?????
same happens with strdup...</description>
    </item>
    <item>
      <pubDate>Sun, 18 Jun 2000 11:24:08 GMT</pubDate>
      <title>18 Jun 2000</title>
      <link>http://www.advogato.org/person/zoot/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/zoot/diary.html?start=3</guid>
      <description>got a 1st in my degree, which is good i think. 
going to spend some time in southampton/bath, will help 
getting gote nice (promise).

&lt;p&gt; going to write up my project for publication in IEEE s/w 
engineering. 

</description>
    </item>
    <item>
      <pubDate>Wed, 10 May 2000 17:21:21 GMT</pubDate>
      <title>10 May 2000</title>
      <link>http://www.advogato.org/person/zoot/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/zoot/diary.html?start=2</guid>
      <description>y/Professional Software Engineer/Evil Time-wasting Pedant/
</description>
    </item>
    <item>
      <pubDate>Wed, 26 Apr 2000 00:07:20 GMT</pubDate>
      <title>26 Apr 2000</title>
      <link>http://www.advogato.org/person/zoot/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/zoot/diary.html?start=1</guid>
      <description>Hmm bulk of core translation cludge is finished, (mostly 
buggy but i'll sort that tommorow) 

&lt;p&gt; Working on stuff to let you implicitly translate java 
runtime classes into promela using an XML..

&lt;p&gt; it is really difficult to embed java/c language in xml 
without lots of entity translation.. ug..
currently i am on:
&amp;lt;JAVABODY&amp;gt;[CDATA[
java.foo.bar
]]&amp;lt;/JAVABODY&amp;gt;
Seems the best way to have unmodified code (except for 
arrays inside arrays) preserving xml structural integrity. 

&lt;p&gt; should finish xml parser (weak,independant sax parser) in a 
few hours, then the generater for that, then onto embedded 
annotations (YACC hacking- easier than xml (surprisingly 
enough)(yay)) then i need to handle non-deterministic 
expressions (eek)  and then the backend (easy (i hope)) 

&lt;p&gt; all this by tommorow. 


</description>
    </item>
    <item>
      <pubDate>Tue, 11 Apr 2000 15:27:18 GMT</pubDate>
      <title>11 Apr 2000</title>
      <link>http://www.advogato.org/person/zoot/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/zoot/diary.html?start=0</guid>
      <description>Arrrgh, 
Variables dissapear reapear its like wall paper, or perl 
programming or something. 
Maybe i should have written the whole project in ML, then i 
shouldn't be ashamed about the fact that i cant read my own 
code :) 

&lt;p&gt; Nose, Grindstone... Grinding nose sound. 

</description>
    </item>
  </channel>
</rss>
