So much for fun

gnat on 2002-11-14T20:43:43

I'll be at ApacheCon next week. So of course the Web Services in Perl QC2 and the Graphics QC1 are both scheduled for that week. Because I can get SO MUCH DONE when I'm at a bloody conference. Ugh.

Speaking of web services, I'm automating some of the data collection for the feasibilities we have to do before we can sign a book. I'm installing Frontier::RPC to talk to the web service of our Amazon mining system, so I can automatically fetch sales rankings, publication date, author, etc. for competitive titles through keyword searches. All formatted correctly for feasibilities.

New find: cheapotravel. It seems like a frontend for Expedia, but its Vegas hotel booking system is much nicer than Expedia's.

I was exposed to the strange small world phenomenon on Tuesday. We drove to Boulder so I could give a talk at SoftPro books. Slipped in to the Olive Garden for dinner and who should we run into but Tom. Very strange. He was clutching the new Lord of the Rings DVD set and planned to watch it all that night.

Installed and played with Mac::Carbon briefly. Now I'm trying to think of things to do with it. If only iCal and iChat were scriptable to the point where I could specify a chat to be spoken, or have spoken alarms ("brace yourself, it's editorial meeting time").

--Nat


Net::ICal and cron!

pudge on 2002-11-14T20:51:38

You could have a cronjob read your iCal files with Net::ICal and then speak your meetings ...

Eh?

rjray on 2002-11-14T22:21:11

Why in the world would you be using Frontier::RPC for your client? Ken has handed the sourcebase over to someone who was going to have it out under a new name (RPC::XMLSimple) "real soon now", and the new version hasn't shown yet. Granted, I'm biased, but I would have thought you'd at least use XMLRPC::Lite...

Re:Eh?

gnat on 2002-11-18T17:28:57

The sample code (two years old, I think) that I was given used Frontier::RPC and I was trying to avoid introducing multiple simultaneous changes.

--Nat