<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for Simon</title>
    <link>http://www.advogato.org/person/Simon/</link>
    <description>Advogato blog for Simon</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Sun, 12 Oct 2008 23:17:37 GMT</pubDate>
    <item>
      <pubDate>Wed, 27 Sep 2000 23:38:48 GMT</pubDate>
      <title>27 Sep 2000</title>
      <link>http://www.advogato.org/person/Simon/diary.html?start=5</link>
      <guid>http://www.advogato.org/person/Simon/diary.html?start=5</guid>
      <description>Well, today was more or less a complete write-off. Did a
little bit of work on the cookbook project, and a couple of
Perl6 RFCs. Other than that, sat around being depressed.</description>
    </item>
    <item>
      <pubDate>Wed, 27 Sep 2000 11:00:13 GMT</pubDate>
      <title>27 Sep 2000</title>
      <link>http://www.advogato.org/person/Simon/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/Simon/diary.html?start=4</guid>
      <description>Yesterday's diary got b0rken, so here it is again:

&lt;p&gt; &lt;BLOCKQUOTE&gt;
Well, it's been a &lt;B&gt;very&lt;/b&gt; busy week. Saw Grandad, who's
now at least
slightly better. Then straight to &lt;A
href="http://yapc.org/Europe/"&gt;YAPC::Europe&lt;/a&gt; which was a
lot of fun,
and it was great to meet at least some of the people I've
been working
with for the past however many months. And it was good to
know that a
fair number of the Perl 6 people have their heads screwed on
the right
way, which encouraged me to spend the past couple of days
churning out
Perl 6 RFCs. I still have quite about fourteen to write.
&lt;P&gt;
Today, however, was spent working on an article for &lt;A
HREF="http://www.perlarchive.com/"&gt;PerlArchive&lt;/a&gt;; I'm
supposed to be
doing an operator-a-month series for them, but last month
was cancelled
due to moving house.
&lt;P&gt;
O'Reilly are going to be putting up my GNOME Perl tutorial
series over
at &lt;A HREF="http://www.perl.com/"&gt;www.perl.com&lt;/a&gt;, and I'll
be taking
over the Perl 5 Porters weekly summary there as well.
&lt;P&gt;
I'm starting to feel I'm overcommitting myself.
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <pubDate>Tue, 19 Sep 2000 15:20:03 GMT</pubDate>
      <title>19 Sep 2000</title>
      <link>http://www.advogato.org/person/Simon/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/Simon/diary.html?start=3</guid>
      <description>Worked a bit on the talk this morning, but it looks like I'm not going to be able to present it. Just about to dash up to Wigan to see Granddad, who's been taken into hospital</description>
    </item>
    <item>
      <pubDate>Mon, 18 Sep 2000 23:05:01 GMT</pubDate>
      <title>18 Sep 2000</title>
      <link>http://www.advogato.org/person/Simon/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/Simon/diary.html?start=2</guid>
      <description>Uhm, what did I do today? Not so much. Finished off that
GNOME
programming article and started touting it around. Then
worked a little
bit on the cookery thing. &lt;P&gt;

&lt;p&gt; Of course, that turned into another sidetrack; I wanted a
columned list 
for the main recipe list, and it turned out that Gtk::CList
was a little
clunky. You have to store the data yourself, for instance,
since it's
tricky to get it back out of the object; it's more or less a
display-only thing. So, I wrote a little module I called
Gtk::HandyCList
which holds the table as part of its private data. I then
added some
bits so that when you click on column names, you get the
data sorted.
And then reverse sorted if you click on it again. And then
came a method
for specifying the size of the columns as a percentage, and
it just
carried on from there. Released it to CPAN about
lunchtime.&lt;P&gt;

&lt;p&gt; Another "is this a bug" day with Unicode stuff. People
didn't seem to
understand what &lt;TT&gt;use bytes&lt;/tt&gt; does, which is
understandable; I
provided a bit more documentation. There was also a problem
that
&lt;TT&gt;print&lt;/tt&gt; leaked UTF8; now I've "fixed" it so that if
we're not in
&lt;TT&gt;bytes&lt;/tt&gt;, UTF8 is downgraded. I say "fixed" because
now saying
&lt;TT&gt;use bytes&lt;/tt&gt; will make Perl print out the data in
UTF8, and saying
&lt;TT&gt;use utf8&lt;/tt&gt; will make it print it out as bytes.
That's, uh, confusing.
</description>
    </item>
    <item>
      <pubDate>Sun, 17 Sep 2000 22:10:08 GMT</pubDate>
      <title>17 Sep 2000</title>
      <link>http://www.advogato.org/person/Simon/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/Simon/diary.html?start=1</guid>
      <description>It's time to start this thing up again.
&lt;BR&gt;
Today was reasonably productive, although not much. I wrote
some of the "Compleat Perl Internals" poem for the
conference on Saturday, and thought a little bit more about
my main talk. &lt;BR&gt;
Also did a bit of research on the Forking article, which is
coming along nicely now. Spent most of the morning looking
at a UTF8 bug unearthed by Gisle Aas, or rather, deciding
whether or not it was a bug. In fact, it turned up a
different bug, and when I looked into the source, I found
that it would work perfectly fine if it wasn't for a
&lt;tt&gt;&amp;amp;&amp;amp; 0&lt;/tt&gt; on the end of one of the
&lt;tt&gt;if&lt;/tt&gt; statements. Do you get moments like that?
When you think, "why the hell did I put that there?
&lt;B&gt;Did&lt;/b&gt; I put that there?".
&lt;BR&gt;
The afternoon was spent looking for hotels in London for
the weekend. God bless the Web.
&lt;BR&gt;
This evening, I started writing a Perl/GNOME tutorial.
Well, no, I didn't. I &lt;B&gt;started&lt;/b&gt; off by wanting to
write a nice application to collect all my recipes, format
them out as TeX, and also give me the ability to say what
ingredients I had in and get back recipes I could
make. Then, for some bizarre reason, I decided it had to
have a GUI. No, I don't know why. So, I started looking at
Perl GNOME. Which didn't take long, as it has no
documentation at all. Which meant I had to write
some, naturally! I spent a while poring over the examples
and a few applications already out there, and started
piecing an article together. Don't hold your breath for it,
though. And don't hold your breath for the recipe
application, either. These sidetracks just roll on and
on...</description>
    </item>
    <item>
      <pubDate>Sat, 18 Mar 2000 12:00:26 GMT</pubDate>
      <title>18 Mar 2000</title>
      <link>http://www.advogato.org/person/Simon/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/Simon/diary.html?start=0</guid>
      <description>Weekends are strange; I seem to have the ability to go
straight from Japanese time onto GMT. I woke up at about
5pm, which scuppered all chances of getting some writing
done. Caught up on news and email, and hacked a couple of
trivial Perl patches. Later on, I'll phone my friend Nik and
arrange lunch tomorrow. I'll also be writing until the small
(or probably relatively large) hours, unless I can find some
more nice distractions.</description>
    </item>
  </channel>
</rss>
