27 Mar 2002 whytheluckystiff   » (Master)

glad of the cmiller script for XML-RPC.  i always foresee
a day when all the software on my machine will be interpreted code.  
i could do it now, but suffer the loss of a decent web browser, video
player, wait i couldn't do it right now.  but i can post this entry!

i'm terribly amazed with ruby.  i use php for practical reasons on 
my sites, and have enjoyed it as an escape from asp, jsp.  this week,
i built a debugging tool for php.  the tool is written in ruby and
speaks xml over udp.  it's a gui tool using fox toolkit widgets. 
here's a current screenshot.  the code
for php looks like this:

<?
  site_debug( "Session", "Reading session data." );
  site_debug( "SQL,MySQL", "SELECT ... " );
?>

You can also set watches and use trigger_error() to send debug info.  
The latest version of FXRuby came out just in time too.  The table 
was looking pretty weak under the old version, but a new version came 
out and now it's rather stylish.  I'd really like to get some icons 
in there for severity. 

i'm also quite in love with mail reader sylpheed, which
is the only mail client i've found that does imap how i desire.  unless
you know of a way that mutt can show my imap mailbox list with the number of
new and unread messages.  thanks in advance.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!