For Christmas, my sister gave my father and I Japanese cookery courses for the next ten weeks. It's called Simple Japanese and it's at Kensington and Chelsea College. I've previously done really stressful cookery courses at Leith's. Simply Japanese is much, well, simpler. The teacher knows a lot and the other students are housewives, so it's all quite fun. She demonstrates and then we get to play in the kitchen. The dishes are simple (we made Kimpira Carrots, for example), but it's the techniques that we'll pick up which will be really useful (although ceramic knives look good too). Of course, I do have to get up early on Saturdays...
Last night I went to Aubergine a wonderful (if slightly expensive) restaurant on Park Walk. The dishes were great, the wine wonderful, and the company super. Of course, I really think Gordon Ramsay is the best restaurant in London. This somehow lead to a small discussion on #london.pm on what exactly British food consists of. Puddings? Suet dishes? Curries?
So, has anyone thought of coding a WWW::UsePerl::Journal so that I can grab my journal entries and put them on my website? Which reminds me: I've finally updated my website (it now runs under OpenFrame) and it has recent holiday photos and 100,478 recipes.
Took me a long time to type them all in...
that reminds me (Score:1)
Re:that reminds me (Score:1)
Re:that reminds me (Score:1)
Re:that reminds me (Score:1)
sorta (Score:1)
Re:sorta (Score:2)
How about GET
HTTP fucking rocks, I wish people would stop using SOAP and XMLRPC when it's just plain not needed (not implying that's your intention, pudge, just most people see web services == SOAP). Of course I have a talk about that
Re:sorta (Score:1)
SOAP and XML-RPC *are* HTTP. :p
I agree with your sentiment (when people started talking about this "new" thing called web services, I had similarly virulent reactions), but the key here is interoperability. More people can play this way. Further, this isn't just for use Perl, it is for Slash. I likely will use SOAP or XML-RPC or both, because I see no reason at all not too, and because it gives me the
Re:sorta (Score:2)
1. If you can do SOAP over HTTP you can do plain HTTP. It's not that hard, in fact I submit it's easier for the majority of languages (perhaps Perl excepted [soaplite.com]).
2. SOAP provides you with zero logging unless you do it yourself. Whereas with straight HTTP the server logs for you. If you use SOAP at http://use.perl.org/soap, then you might log 2000 calls to that URI a day, but you have no idea how they break down. That's bad, m'kay?
3. No
Re:sorta (Score:1)
2. Slash already handles its own lo
Re:sorta (Score:1)