<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for Wazm</title>
    <link>http://www.advogato.org/person/Wazm/</link>
    <description>Advogato blog for Wazm</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Thu, 23 May 2013 09:43:43 GMT</pubDate>
    <item>
      <pubDate>Tue, 18 Nov 2003 03:12:42 GMT</pubDate>
      <title>18 Nov 2003</title>
      <link>http://www.advogato.org/person/Wazm/diary.html?start=5</link>
      <guid>http://www.advogato.org/person/Wazm/diary.html?start=5</guid>
      <description>It's been two years since I've posted.

&lt;p&gt; I have a lovely job in South Florida doing crazy things with firewalls and security technology. It's not exactly computer visualization, or compiler development, but it is fun.</description>
    </item>
    <item>
      <pubDate>Sat, 17 Nov 2001 05:16:39 GMT</pubDate>
      <title>17 Nov 2001</title>
      <link>http://www.advogato.org/person/Wazm/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/Wazm/diary.html?start=4</guid>
      <description>Well, I'm a journeyer now. Not sure how that happened. Most
of my diary posts have gone over to livejournal.

&lt;p&gt; It's two semesters later, and now I am doing an independent
project with a professor involving distributed processing
with SOAP and XML-RPC. 

&lt;p&gt; Current projects: Othello with a strategic heuristic, and 
possibly a tcp-ip reimplementation of spellcast. </description>
    </item>
    <item>
      <pubDate>Sun, 21 Jan 2001 07:05:39 GMT</pubDate>
      <title>21 Jan 2001</title>
      <link>http://www.advogato.org/person/Wazm/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/Wazm/diary.html?start=3</guid>
      <description>My mistake, the imaginary computer is actually 24-bit with 8
registers. &lt;b&gt;ICK.&lt;/b&gt; I have the fortunate pleasure of
being spoiled by MIPS R3000 assembly. Everything else seems
a bit icky, especially an imaginary "academic" CISC
computer.

&lt;p&gt; I learned Java last week.  

&lt;p&gt; Currently reading &lt;i&gt;The Design and Implementation of the
4.4BSD Operating System&lt;/i&gt;.

&lt;p&gt; In the midsts of writing a client/server "whiteboard"
program that uses SDL. Have the client/server part working
so far. Still learning the SDL part.</description>
    </item>
    <item>
      <pubDate>Tue, 9 Jan 2001 13:43:26 GMT</pubDate>
      <title>9 Jan 2001</title>
      <link>http://www.advogato.org/person/Wazm/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/Wazm/diary.html?start=2</guid>
      <description>Started classes yesterday.
 
One class, Introduction to System Software, uses an 8-bit
imaginary computer. The emulator was written by Leland L.
Beck. Sadly, it's in Pascal. &lt;B&gt;Ick&lt;/b&gt;.

&lt;p&gt; The emulator for this imaginary computer is called SIC.
(Amusing pun..) Frankly, I don't like using the University
system when a project is due, and it's far too slow during
these instances. A search for SIC yielded a rewrite of it in
C, along with what appears to be a fairly nice X interface.

&lt;p&gt; So I attempt to build it, and it dies. Apparantly it's using
a good number of proprietary Sun libraries, produced by a
program called devGuide. Another search yields some dated
libraries that *might* work with Linux, and *could* work
with FreeBSD, but sadly I'll probably have to port it
myself. 

&lt;p&gt; There's something about computer scientists and icky code.
&lt;pre&gt;
system(strcat(remove, foo));
&lt;/pre&gt;

&lt;p&gt; remove is a global character array, the initial compile
failed because it conflicted with an external function in
stdio.h. Let's not talk about why strcat() and system() are
dumb to use either. (Further note, it's mildly humorous this
program is setuid'd root on the University system.)
</description>
    </item>
    <item>
      <pubDate>Sun, 31 Dec 2000 07:00:38 GMT</pubDate>
      <title>31 Dec 2000</title>
      <link>http://www.advogato.org/person/Wazm/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/Wazm/diary.html?start=1</guid>
      <description>I remember the message nets that BBSs once had. Dreamnet, 
WWIVnet, Fidonet. Through the years 1993-1995, I posted
thousands of messages to such networks. I miss them. I could
never really get into USENET however. 

&lt;p&gt; &lt;p&gt; &lt;p&gt; Recently, I've ran into interesting webboard sites. 
&lt;a href="http://www.sunhelp.org" &gt;MrBill's&lt;/a&gt; site is a
prime example. The
software
that it's operating it is free, and is powered by PHP. A
simple
premise--what if one could link webboards
together. Implementation wise, this could probably be
accomplished through a simple client/server architecture, or
even email. (Which is how the nets of yester-yore were
handled.)

&lt;p&gt; &lt;p&gt; I have always found mailing-lists cumbersome. Without a
good
procmail setup and an intelligent mail reader, it's very one
dimensional, and hard to keep up with. A webboard net offers
the same functionality in a two dimensional form. 

&lt;p&gt; &lt;p&gt; &lt;p&gt; I'm also starting to truely appreciate &lt;a
href="http://www.zsh.org"&gt;Zsh&lt;/a&gt;.

&lt;p&gt; &lt;p&gt; &lt;p&gt; &lt;a href="http://www.ruby-lang.org" &gt;Ruby&lt;/a&gt; is neat
language.

&lt;p&gt; &lt;p&gt; Grr, tap-to-click on this touchpad has to go...</description>
    </item>
    <item>
      <pubDate>Sun, 31 Dec 2000 02:16:23 GMT</pubDate>
      <title>31 Dec 2000</title>
      <link>http://www.advogato.org/person/Wazm/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/Wazm/diary.html?start=0</guid>
      <description>Eagerly anticipating this next semester--filled with actual
courses--computer communication, and system software. 

&lt;p&gt; Currently considering writing an IRC interface to a MySQL
database, as having a stable calc-like bot seems to be a
major problem for a channel that I currently frequent. I'm
also the proud owner of a brand new Sony VAIO, and there
appears to be a test driver in FreeBSD 5.0-current that
needs work.

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