today | current | recent | random ... categories | search ... who ... syndication

Saturday, May 04 2002

Someone, give this woman a prize!

refers to

meta

Me : Net::Google.pm 0.5

Props to Marc Hedlund for a patch to implement a proper response method for the search widget.

refers to

meta

Me : XML::Filter::XML_Directory_Pruner.pm 1.0

is a SAX2 filter for restricting the output of the XML::Directory::SAX handler.

refers to

meta

Me : Net::Blogger.pm 0.7

Adds support for the metaWeblog and mt APIs to the MovableType engine. Which means you can do stuff like:



sub main {



  my $mt = Net::Blogger->new(engine=>"movabletype");







  $mt->Proxy("http://yaddayadda.com/mt-xmlrpc.cgi");



  $mt->Username("asc");



  $mt->Password("*****");



  $mt->BlogId(123);







  $mt->newPost(postbody=>\&fortune(),publish=>1)



    || croak $mt->LastError();







  my $id = $mt->metaWeblog()->newPost(title=>"test:".time,



				     description=>&fortune(),



				      publish=>1)



    || croak $mt->LastError();







  my $categories = $mt->mt()->getCategoryList()



    || croak $mt->LastError();







  my $cid = $categories->[0]->{categoryId};



  



  $mt->mt()->setPostCategories(postid=>$id,



                            categories=>[{categoryId=>$cid}])



    || croak $mt->LastError();







  print &Dumper($mt->mt()->getPostCategories(postid=>$id));



  return 1;



}







sub fortune {



  local $/;



  undef $/;







  system ("fortune > /home/asc/tmp/fortune");







  open F, "</home/asc/tmp/fortune";



  my $fortune = <F>;



  close F;







  return $fortune;



}



We will get a common API, one of these days, by hook or by crook...

refers to

meta

Réjean Tremblay : "On dit ne pas aimer Patrice Brisebois

pour deux grands groupes de raisons. Un premier groupe qui concerne surtout les erreurs qu'il peut commettre pendant un match et la perception qu'on semble avoir de ses efforts sur la patinoire. Et il y a un deuxième groupe où c'est franchement viscéral. On ne sait pas trop pourquoi, mais on «sent» des traits de la personnalité de Brisebois. On avoue ne pas le connaître, mais on est certain qu'il est arrogant, qu'il est «frappé», vous voyez le genre." It was like the ghost of the Breezer was on the ice last night. Or maybe it's just that Habs have gotten so used to playing around his mistakes that they didn't know what to do without him. Maybe it was playing on ice in a place where it was thirty degrees Celcius outside. Maybe we just sucked. Just please stop telling me that Kevin Weekes played a great game. We had something truly discouraging like 3 or 4 shots on net in 13 powerplay minutes. Weekes may be a perfectly good goalie but it's not like he actually had to do anything, last night. Meanwhile, I had no idea that Doug Gilmour once nailed the Shameless Huckster's shoes to the floor. In case you needed another reason to like him.

refers to

meta

Jon Udell : "The culture of blogspace is evolving in near-realtime."

As oppossed to the plain vanilla variety of culture which evolves in actual realtime, I guess.

refers to

meta

The random pseudodictionary.com word of the day is : insomnism

The belief that when world leaders give up sleeping, the world will become a peaceful place--because people will spend their time talking and solving problems rather than wasting their time sleeping.
ex. I am a follower of insomnism.

refers to

meta

The dictified dictionary.com word of the day is : plenary

Plenary \Ple"na*ry\, n. (Law) Decisive procedure. [Obs.] web1913
plenary adj : full in all respects; "a plenary session of the legislature"; "a diplomat with plenary powers" wn

refers to

meta

 
 
Friday, May 03 2002 ←  → Sunday, May 05 2002