<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for stevecassidy</title>
    <link>http://www.advogato.org/person/stevecassidy/</link>
    <description>Advogato blog for stevecassidy</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Sun, 19 May 2013 01:38:14 GMT</pubDate>
    <item>
      <pubDate>Wed, 5 Sep 2001 04:09:35 GMT</pubDate>
      <title>5 Sep 2001</title>
      <link>http://www.advogato.org/person/stevecassidy/diary.html?start=5</link>
      <guid>http://www.advogato.org/person/stevecassidy/diary.html?start=5</guid>
      <description>&lt;p&gt;A busy month, various things happening with Tcl and Emu.

&lt;p&gt; &lt;p&gt; &lt;p&gt;The Tcl installer stuff has given birth to &lt;a
href="http://mini.net/tcl/978.html"&gt;TIP#55&lt;/a&gt; which
suggests a package format for Tcl
extensions. The scope of this seems to be growing somewhat
to specifying the structure of an online archive of
packages. I've put up &lt;a
href="http://www.shlrc.mq.edu.au/~steve/cgi-bin/cantcl.cgi"&gt;a
 prototype repository&lt;/a&gt; as part of sorting out the
requirements. I hope this comes to be accepted since Tcl
really needs a good extension repository to make all the
code out there in the world more useful.

&lt;p&gt; &lt;p&gt; &lt;p&gt;I've begun making much more use of extensions writing Tcl
lately, there's always been some resistance to doing this
mainly because they're seen as hard to find and install.
Tcllib is a great resource. I'm considering writing a book
to try to spread the word; I wonder whether I'll find the
time...

&lt;p&gt; &lt;p&gt; &lt;p&gt;Made a new Emu release with various features for
transcription of dialogue. Dan has now got an almost working
Mac port with just a few GUI glitches to sort out before we
can release.  I hope I can put version 1.x behind me now and
get stuck in to the new and interesting stuff in 2.0.  </description>
    </item>
    <item>
      <pubDate>Thu, 2 Aug 2001 03:44:05 GMT</pubDate>
      <title>2 Aug 2001</title>
      <link>http://www.advogato.org/person/stevecassidy/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/stevecassidy/diary.html?start=4</guid>
      <description>&lt;p&gt;Now over the marking trauma and on with a new semester.
Teaching units on speech recognition and dialogue systems
which are fun and not so stressful.

&lt;p&gt; I seem to have a Tcl obsession at the moment spending
lots of time thinking about installation of extensions etc.
and &lt;a href="http://mini.net/tcl/1896.html" &gt;trying to
encourage&lt;/a&gt; some discussion to standardise this within the
Tcl world.  &lt;a
href="http://tcl.activestate.com"&gt;ActiveState&lt;/a&gt; are now in
on this act too so it seems likely that Tcl will soon have a
package repository akin to CPAN etc. Something that it
sorely needs.

</description>
    </item>
    <item>
      <pubDate>Tue, 3 Jul 2001 10:52:15 GMT</pubDate>
      <title>3 Jul 2001</title>
      <link>http://www.advogato.org/person/stevecassidy/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/stevecassidy/diary.html?start=3</guid>
      <description>&lt;p&gt;God I &lt;strong&gt;hate&lt;/strong&gt; marking. Mind 
numbing tedium.

&lt;p&gt; &lt;p&gt;Posted a message on comp.lang.tcl attempting to bring
together some tcl projects building installation tools. 
be a tcl based installer capable of installing tcl itself
as well as any other software package out there in te world.
Forever hopeful...
  

&lt;p&gt; &lt;p&gt;Spending time trying to get Emu working nicely with
Transcriber so that some folks can do dialogue annotation. 
The main problem at the moment is getting the two packages
to install together without two separate copies of tcl (each
one installs it's own because at the moment that's the 
simplest option). I'm also playing with building
windows executables on linux using the mingw cross compiler;
works very well in most cases with only a few config
changes.

</description>
    </item>
    <item>
      <pubDate>Sat, 23 Jun 2001 13:35:00 GMT</pubDate>
      <title>23 Jun 2001</title>
      <link>http://www.advogato.org/person/stevecassidy/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/stevecassidy/diary.html?start=2</guid>
      <description>&lt;p&gt;So I'm now involved on the periphery of &lt;a
href="http://tclish.sourceforge.net"&gt;tclish&lt;/a&gt; which is an
installer shell written in tcl/tk. It's something I've
needed for some time since the current Emu installer is
clunky and hard to configure. Tclish can do web based
installs which will be a nice addition for the users to get
excited about and should make it easier to give people the
latest version.  My first act was to remove the dependancy
on BLT and chop the code up into more manageable chunks;
there are some interesting things that could be done with
this.

&lt;p&gt; &lt;p&gt;Got some coding done yesterday, all part of &lt;em&gt;marking
avoidance&lt;/em&gt;. Now I've got 200+ exam scripts sitting on my
desk there will be plenty of opportunities for that...</description>
    </item>
    <item>
      <pubDate>Sun, 17 Jun 2001 12:31:12 GMT</pubDate>
      <title>17 Jun 2001</title>
      <link>http://www.advogato.org/person/stevecassidy/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/stevecassidy/diary.html?start=1</guid>
      <description>&lt;p&gt;Finished teaching finally, just 250 perl assignments to 
mark now...

&lt;p&gt; &lt;p&gt;Some nice results with www.assta.org this week using 
Zope. Zope looks very nice but getting it going on the rpm 
based server was traumatic, installing python modules for 
postgresql access wasn't straightforward. Somehow through 
the process the ownerships of the entire zope installation 
became wrong causing zope to refuse to let me manage 
anything. Changing everything to be owned by zope fixed it 
but lord knows what happened.  Some interesting discussion 
on comp.lang.tcl about using tcl via zope. Zope provides 
excellent infrastructure but I really don't want to learn 
python to be able to extend it.

&lt;p&gt; &lt;p&gt;Tcl/Tk proved it's worth this week; wrote a simple text 
editor for Emu in a couple of hours and ~30 lines of code. 
I've got an urge to code up an answerphone script in tcl 
even though there's an existing package for perl on offer. 
I've really started to actively dislike perl after 
teaching it this semester.
</description>
    </item>
    <item>
      <pubDate>Sun, 10 Jun 2001 13:08:16 GMT</pubDate>
      <title>10 Jun 2001</title>
      <link>http://www.advogato.org/person/stevecassidy/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/stevecassidy/diary.html?start=0</guid>
      <description>&lt;p&gt;Hmm.. I've been wondering about keeping a diary for a 
while. Not being an organised person I don't know if I'll 
be able to manage regular entries but who knows...

&lt;p&gt; &lt;p&gt;Teaching is just coming to a close and so I'm hoping to 
be able to get on with some coding (that is coding things 
other than perl CGI scripts for student's assignments) in 
the midyear break.  Many things have piled up but now 
we've got some money to pay a couple of people to help out 
we might be able to make some useful progress.

&lt;p&gt; &lt;p&gt;Met with Jonathan last week to discuss the future of 
Emu. It was good to externalise some of the plans that 
have been floating about in my head for a while. I really 
need to write a planning document since there will now be 
others involved directly in the project but I always want 
to code rather than write stuff like that...
</description>
    </item>
  </channel>
</rss>
