[02:22] *** bcarlyon|laptop has joined #kamaelia
[02:28] *** bcarlyon|laptop has joined #kamaelia
[04:42] *** Lawouach has joined #kamaelia
[06:45] *** mhrd-afk has joined #kamaelia
[06:58] *** wyleu has joined #kamaelia
[07:21] *** Uraeus has joined #kamaelia
[07:31] *** Lawouach_ has joined #kamaelia
[07:36] *** wyleu has joined #kamaelia
[07:37] < wyleu> Anyone running Version 7.1 of Visual Studio?
[07:38] < mhrd-afk> sorry, I'm 8.0
[07:38] < wyleu> I'm trying to compile rtpymidi of windowsXP and guess what it's asking for :(
[07:39] < mhrd-afk> rings a bell - isn't it something to do with python being compiled with VS 2003 and therefore anything built for it has to be built using teh same?
[07:46] < wyleu> Yep python2.4 requires 7.1 I don't use it so it's a bit of a pain.
[08:21] *** bcarlyon|laptop has joined #kamaelia
[08:32] *** orphans has joined #kamaelia
[08:51] *** Davbo has joined #kamaelia
[09:21] < Davbo> Morning all
[09:21] < wyleu> hello Davbo
[09:22] < wyleu> You don't use Visual Studio .1 do you?
[09:22] < wyleu> 7.1
[09:22] < Davbo> Afraid not
[09:26] *** Chong- has joined #kamaelia
[09:28] < Lawouach> can't you build against mingw?
[09:39] < wyleu> Probably not without recompiling python, which is not something I've tried before. How much pain is involved?
[09:49] < Lawouach> I don't think you would have
[09:49] < wyleu> I'll go away and have a read
[09:55] < orphans> Davbo, ping?
[09:55] < Davbo> pong, but i'm just going afk for 2 minutes :-)
[09:56] < orphans> k, just the regular if you wouldn't mind, have a go at the latest svn when you have a moment
[09:56] < orphans> I'm pretty confident on this one, despite it being ugly as anything :)
[10:08] < Davbo> installed library and application again
[10:08] < Davbo> and it still seems to be doing it
[10:09] < orphans> really?
[10:09] < Davbo> running "jam --no-midi"
[10:09] < Davbo> SineSynth.py was the only thing which updated
[10:09] < orphans> yeah, that's right
[10:10] < orphans> strange though - I don't really see how that could be happening now?
[10:10] < orphans> I don't spose there's any way you could record a bit of it and post it somewhere could you?
[10:11] < Davbo> Maybe it's a problem on my end
[10:11] < Davbo> sure, what's good capture software?
[10:11] < orphans> err, not sure really - it's a bit hit and miss generally
[10:12] < orphans> maybe something like recordmydesktop - that way I can see it too?
[10:12] < orphans> basically in that last change I synthesise everything beforehand, so it shouldn't be dropouts where it can't play samples fast enough
[10:13] < orphans> actually, try it quickly with a bigger buffer size - something like jam --no-midi --buffer-size=8192
[10:15] < Davbo> same thing
[10:16] < orphans> mm, that's really strange
[10:18] *** orphans makes a small testcase
[10:19] < Davbo> audiocapture didn't work with recordmydesktop just playing with it now
[10:25] < orphans> Davbo: try that - http://orphans.pastebin.com/d72d5f75c
[10:27] < Lawouach_> burp
[10:27] *** Lawouach_ wants to run Jam on Windows too
[10:27] < Lawouach_> let's go crazy
[10:27] < orphans> :)
[10:28] < orphans> Lawouach_, afaik it should work without too much hassle
[10:29] < orphans> probably not bothering with midi is better atm - that'll be easier for me to do then yank it in with py2exe
[10:31] < Lawouach_> This evening I hope you'll clarify precisely what's working and what's not so much
[10:31] < Lawouach_> I'm lost tbh
[10:31] < orphans> uh huh, will do
[10:32] < orphans> short version=not much is working :(
[10:32] < orphans> longer version=everything works for me, and nothing works for anyone else
[10:32] < Lawouach_> right
[10:33] < Lawouach_> That's rather common :)
[10:33] < orphans> yeah :)
[10:36] < Davbo> Hahah Ubuntu Forums are hilarious
[10:36] < Davbo> Sorry, I got side-tracked orphans
[10:36] < Davbo> http://ubuntuforums.org/showpost.php?p=4976473&postcount=6
[10:37] < orphans> :)
[10:37] < Davbo> Every other post seems to be a troll
[10:39] < Davbo> orphans: That pastebin also sounds staticy/crackly
[10:40] < orphans> Davbo, try changing line 15 to sample *= 0.1
[10:41] < Davbo> still does it
[10:42] *** orphans is baffled
[10:45] < orphans> http://orphans.pastebin.com/d3b690732 - Davbo how about that one?
[10:45] < Davbo> same :(
[10:48] < Davbo> ooo interesting
[10:48] < Davbo> gimme a second orphans
[10:48] < Davbo> What Pygame version you using?
[10:49] < orphans> 1.7.1
[10:49] < Davbo> http://www.pyweek.org/d/1500/
[10:49] < Davbo> I'm on 1.8
[10:49] < orphans> ahh. I assumed you were on 1.7.1 cause you were on ubuntu
[10:50] < Davbo> I needed 1.8 for Paint
[10:50] < Davbo> I use some things which are new to Pygame :)
[10:53] < orphans> Davbo, bug in 1.8 which is fixed in 1.8.1 apparently
[10:54] < orphans> from http://code.google.com/p/pyglet/issues/detail?id=203 - "...However pygame 1.8.0 has a fairly serious bug where the mixer settings are always clobbered to values that
[10:54] < orphans> are likely to produce crackle and pop problems on systems that are suceptible to the problem, and no init
[10:54] < orphans> setting tweaking can fix that."
[10:55] *** Davbo sighs
[10:56] < orphans> my bad - shouldn't have just assumed you were on 1.7.1
[10:56] < orphans> also probably means I don't need to use such a huge hack as what I was doing, which is good :)
[10:57] *** Davbo has broke Pygame
[10:58] < Lawouach_> orphans: http://bugs.python.org/issue2234 < -- I'm running into this issue to build RtAudioMidi with Mingw32
[10:58] < Lawouach_> the joy of windows development
[10:59] < orphans> fun :)
[11:00] < orphans> I haven't tried building it on windows yet - was saving that for a rainy day :)
[11:01] < orphans> Lawouach_, it'll work without if you can't be bothered atm
[11:02] < Lawouach_> okay
[11:02] < orphans> you just have to launch it with the --no-midi switch
[11:03] < Davbo> lol
[11:03] < Davbo> I can't get anything working now
[11:03] < Davbo> package management is fun
[11:03] < orphans> Davbo, trying to install 1.8.1 or 1.7.1?
[11:04] < Davbo> installed 1.8.1 now mixer wont work
[11:04] < Davbo> NotImplementedError: mixer module not available
[11:04] < orphans> beautiful
[11:04] *** bcarlyon|laptop is now known as BCarlyon|Laptop
[11:07] < Lawouach_> it runs on windows... PureData doesn't exist for Windows does it?
[11:08] < orphans> Lawouach_, yeah, it does
[11:08] < Lawouach_> ok
[11:08] < Lawouach_> let me look then
[11:08] < orphans> Lawouach_, but try out the audio if you can
[11:08] < orphans> (without PD)
[11:08] < orphans> latest revision should hopefully give you sound by default
[11:08] < orphans> (although a pretty ugly version of sound)
[11:08] *** Lawouach_ reads the readme to understand how to do that
[11:09] < orphans> Lawouach_, readme=a bit out of data
[11:09] < orphans> on my TODO list
[11:09] < Lawouach_> right
[11:09] < Lawouach_> then would you mind letting me know how? :)
[11:10] < orphans> should just work (in theory)
[11:10] < Lawouach_> ok
[11:10] < orphans> what happens if you turn on a square in the step sequencer
[11:10] < Lawouach_> it crashes when the beat reachs it
[11:11] < Lawouach_> Fatal Python error: (pygame parachute) Segmentation Fault
[11:11] < orphans> :)
[11:11] < Lawouach_> nice :)
[11:11] *** orphans forgot to change something - I know why that is
[11:11] < Lawouach_> Also: pygame.error: Mixer not initialized
[11:12] < Lawouach_> when using the piano roll below
[11:12] < orphans> yeah - it's the pygame display turning off the mixer
[11:12] < Lawouach_> okay
[11:12] < orphans> I need to talk to MS- about what to do about it when he gets back, for now you can just comment out the lines in the pygame display
[11:13] < Lawouach_> I'll wait :)
[11:13] < Lawouach_> have fun fixing bugs
[11:13] < orphans> oh I will :)
[11:14] < orphans> Lawouach_, I can switch it over to a local version for now if you want to hear it working - won't take a second
[11:14] < Davbo> orphans: that sounds like it's time for you to be Branching
[11:15] < Davbo> and making those changes in your branch
[11:15] < orphans> Davbo, true true
[11:15] < Davbo> then Lawouach_ will be able to install from there
[11:15] < orphans> mhm, will do that post-lunch
[11:16] *** orphans grabs food. cheers for the help Lawouach_ and Davbo 
[11:17] *** Davbo tries to fix Pygame :)
[11:25] < Lawouach_> I'm not that eager to hear noise :)
[11:25] < Lawouach_> I can wait ;)
[11:26] *** orphans is very eager for someone who isn't me to hear noise
[11:26] < orphans> been far too long now
[11:26] < Lawouach_> I'd rather hear sound than nosie to be honest :)
[11:27] < orphans> :)
[11:27] *** orphans puts away his merzbow link
[11:27] < Lawouach_> ah:)
[11:51] *** lightyear has joined #kamaelia
[12:44] *** vmlemon_ has joined #kamaelia
[12:45] < vmlemon_> Hi
[13:48] *** Davbo regrets "rm -rf site-packages"
[13:48] < Davbo> Synaptic still thinks everything is installed
[13:55] *** robertofaga has joined #kamaelia
[14:02] < vmlemon_> Ouch
[14:02] < aa_> Davbo: apt-get --reinstall is your friend
[14:03] < aa_> I speak from this same experience
[14:07] < Davbo> thanks aa_, just been through reinstalling somethings
[14:08] < Davbo> I'm just forgetful of what I had installed :-)
[14:24] *** Davbo has joined #kamaelia
[14:29] *** j_baker has joined #kamaelia
[14:30] *** Davbo has joined #kamaelia
[14:31] < j_baker> Hey Davbo, are you going to be ready to start reviewing my stuff or do you still have things to do with your code?
[14:32] < Davbo> I've got time for both :)
[14:32] < Davbo> Mostly UI stuff todo on my end anyways j_baker
[14:33] < j_baker> Alright. I'm asking because I still need to do a little touching up on the documentation in some parts, but I have some stuff you can start looking at if you want.
[14:33] < j_baker> Or if you'd rather finish up with what you have and review mine in one chunk, you can do that too.'
[14:33] < Davbo> Sure where would you recommend I start?
[14:34] < j_baker> I'll post it to the list. I have to find the exact files that I've changed.
[14:34] < Davbo> alright cool
[14:34] < j_baker> Speaking of which, does anyone know of a way in subversion to view only the files that have changed from the trunk without doing a full diff?
[14:34] Reply: Hm?
[14:41] < orphans> j_baker, on the subject of code review :)
[14:42] *** Davbo has joined #kamaelia
[14:43] < orphans> I'm in the process of moving my code into a branch, and documenting what isn't done already, but the majority of stuff isn't likely to change too much now, so I'll ping you later today/tomorrow when there's a bit more docs up and it's all sorted in the branch if that's ok
[14:44] < j_baker> np... I've got stuff to work on with my branch as well.
[14:44] < orphans> uh huh. Last minute scramble to get stuff done is fun :)
[14:47] < j_baker> Yeah. It's almost beginning to remind me of school.
[14:47] < j_baker> I suppose deadlines are universal.
[14:49] < orphans> yeah
[15:03] *** Davbo has joined #kamaelia
[15:13] *** Davbo has joined #kamaelia
[15:22] *** Davbo has joined #kamaelia
[15:28] *** Davbo has joined #kamaelia
[15:48] *** vmlemon_ has joined #kamaelia
[16:05] < Davbo> orphans: ping?
[16:05] < orphans> pong
[16:06] < Davbo> Could you do me a favour please, "echo $PYTHONPATH" into a terminal
[16:07] < orphans> I don't have it set
[16:07] < mhrd-afk> I get nowt too
[16:07] < Davbo> Okay
[16:08] < orphans> what should I get?
[16:09] < Davbo> no idea, I don't get anything and I was wondering if that was correct
[16:09] < orphans> :)
[16:10] < Davbo> Trying to work out what's going on with my computer :P
[16:10] < Davbo> update-manager refuses to start, seems odd
[16:11] < orphans> you got any other package managers running?
[16:12] < Davbo> nope
[16:12] < Davbo> dave@KING-2:~$ update-manager
[16:12] < Davbo> Traceback (most recent call last):
[16:12] < Davbo> File "/usr/bin/update-manager", line 28, in < module>
[16:12] < Davbo> import gtk
[16:12] < Davbo> ImportError: No module named gtk
[16:12] < Davbo> all the gtk stuff seems to be installed fine
[16:13] < orphans> ew, that looks pretty nasty
[16:13] < Davbo> indeed!
[16:19] < j_baker> Davbo, just to get an idea of how much explanation I'll have to go into in my mailing list post, answer me one thing: do you know what WSGI is?
[16:20] < j_baker> BTW, $PYTHONPATH usually is empty by default on the linux distros I've used.
[16:21] < Davbo> I know *of* WSGI I don't know the details of the standard having never used it
[16:23] < j_baker> Ok. That you at least have a rough idea of what it is (or at least that you know that it exists) will make things easier. :)
[16:23] *** vmlemon_ has joined #kamaelia
[16:25] < Davbo> OOI I read this http://osdcpapers.cgpublisher.com/product/pub.84/prod.21/m.1 when you started your project
[16:25] < Davbo> "WSGI - Gateway or Glue?"
[16:28] < j_baker> I just skimmed over that quickly, but it looks like that would be a decent introduction to the concept of WSGI.
[16:28] < j_baker> I'll post a couple other links in case you need them, though.
[16:36] *** Davbo goes to cry in #ubuntu about his gtk problem
[16:50] < Davbo> I'm pretty sure it's going to be faster to reinstall, back later. :)
[16:58] *** bcarlyon|laptop has joined #kamaelia
[17:21] < Lawouach> orphans,ping
[17:23] < j_baker> Lawouach: I have a question when you get a moment. :)
[17:23] Reply: Hi, I'm a bot. I've been put here to answer faq's and log the channel.
[17:23] Reply: I've not really been configured yet, so I won't do much here yet :-)
[17:23] < Lawouach> j_baker,shoot mate
[17:23] < orphans> Lawouach, pong
[17:24] < orphans> argh, sorry, forgotted
[17:24] < Lawouach> orphans,no worries
[17:24] < Lawouach> do you want to postpone to later on this week?
[17:24] < Lawouach> probably best earlier than later though
[17:24] < orphans> I can do it now if you have time, but if you'd rather do it later then that's cool
[17:25] < j_baker> What's the best way to describe how data is formatted in JSON? If you can think of any good examples, it would be helpful.
[17:25] *** Davbo has joined #kamaelia
[17:25] < j_baker> (deal with orphans before you answer my question first though)
[17:25] < j_baker> (it's not something I need answered immediately)
[17:25] < orphans> deal with me :)
[17:26] < j_baker> Heh... That came off wrong. :P
[17:26] < Lawouach> orphans,I'm good now. Please go ahead.
[17:26] < Lawouach> j_baker, serialization?
[17:26] < orphans> Lawouach, ok, so probably good to start with where I'm at now
[17:27] < orphans> on my never ending quest to get sensible audio working I'm back at pygame, slightly ironically
[17:28] < Lawouach> how come?
[17:28] < orphans> and although it's not without issues I think it's about as good as it's going to get now (unless everyone tells me otherwise)
[17:28] < vmlemon_> AudioQuest!
[17:28] < j_baker> Yes. I'm serializing the data from the HTTP request that was generated by the HTTPParser and then serializing the data needed to form the response. I'm just looking for a way to document how that data is transmitted back and forth.
[17:29] < orphans> kind of a combination of things. Firstly the RtAudio bindings were hard to install - almost as hard as something like PD. I only realised that after a while, cause I'd been doing the steps gradually
[17:29] < Lawouach> j_baker, it's a web service then, isn't it?
[17:29] < j_baker> Yes.
[17:29] < Lawouach> orphans, I gathered :)
[17:30] < orphans> secondly kamaelia doesn't really have the really tight scheduling you need to get it working really nicely - it's one of those things which kinda would need engineering from scratch imo
[17:30] < orphans> I tried a load of different routes around it and just couldn't get the combination of latency and not over/underrunning
[17:31] < orphans> and thirdly I found a (slightly awkward) way of getting pygame to do what I want
[17:31] < Lawouach> ok
[17:31] < orphans> which I didn't think was possible a few weeks ago, and still looks a bit ropey now tbh, but seems to work
[17:32] < Lawouach> What I really really really (I mean really) wish from you then is to document all those roads you took and pitfalls you met
[17:32] < Lawouach> This is probably more useful than having the audio working fine :)
[17:32] < orphans> ok, yeah. I can follow it back through the logs nicely, cause I've been forever breaking everything and starting stuff again
[17:32] < Lawouach> and by documenting, I mean something quite thorough
[17:33] < orphans> uh huh
[17:33] < Lawouach> :)
[17:33] < Lawouach> This is beyond your project
[17:33] < Lawouach> so you don't have to oblige
[17:33] < Lawouach> But, this will be more valuable than the code in itself.
[17:34] < Lawouach> so please think aboutit
[17:34] < orphans> yeah sure. mean someone else won't have to do what I have
[17:34] < Lawouach> This goes beyond Kamaelia too
[17:34] < Lawouach> Don't hesitate to consider it as some kind of small essay for the community :
[17:34] < Lawouach> :)
[17:35] < orphans> I'll try my very bestest not to rant :)
[17:35] < Lawouach> j_baker, was my last reply the one you were after?
[17:35] < Lawouach> orphans, ranting is ok provided you supply good support of your rant :)
[17:35] < Lawouach> But not ranting is better ;)
[17:36] < orphans> yup
[17:36] < j_baker> Which one, Lawouach?
[17:38] < Lawouach> j_baker,could you rephrase the question you initially asked?
[17:38] < orphans> Lawouach, so this week I have a lot of documenting and fixing upping and packaging and reviewing to do
[17:39] < orphans> In a lovely last minute rush (as always :))
[17:39] < Lawouach> Remember that no code will be taken into account by Google for review after the 18th
[17:39] < Lawouach> You'll be able to commit code after that date
[17:39] < Lawouach> but it will not count
[17:39] < j_baker> I'll wait until you and orphans are done. I don't want to interrupt (since it may take a bit of an explanation).
[17:40] < Lawouach> so prioritize to what does make sense for the project success in regards of what Google may expect frm you
[17:40] < Lawouach> You'll be able to resume fun after that date
[17:40] < Lawouach> j_baker, thanks
[17:40] < orphans> ooi what is it that they'd expect - that bit hasn't been very clear for me?
[17:41] < Lawouach> Nothing in particular but I assume having a packaged, documented project is number one
[17:41] < vmlemon_> Wow, only 7 days left?
[17:41] < orphans> yeah, I was hoping to get a kinda pre-release tarball sorted by that date for my own satisfaction really
[17:42] < orphans> and the leftover docs I'm doing now - it's not too bad cause I've done a fair bit as I've gone
[17:42] < Lawouach> vmlemon, the project officially terminates at the end of the month
[17:42] *** bcarlyon|laptop is now known as BCarlyon|Laptop
[17:42] < Lawouach> orphans, if you don't have audio working as you wish, it's okay. Just document it
[17:42] < Lawouach> release the project as alpha
[17:42] < Davbo> Lawouach, quote from SoC mailing list by LH "as we do not begin collecting code samples until 3 September (instructions forthcoming). It's perfectly fine to include code written post-deadline in the code sample, but all evaluations are to be based on work done up until 18 August, not afterwards. "
[17:42] < Lawouach> documenting what's not working on time is more important than trying to fix it
[17:43] < Davbo> Just FYI
[17:43] < Davbo> see: http://groups.google.com/group/google-summer-of-code-announce/browse_thread/thread/df7278c6e027dee1
[17:43] < Lawouach> Davbo, that's what I said :)
[17:43] < orphans> yeah. It should be working to alpha quality I think, but if I have any more problems I'll do that
[17:43] < Davbo> ah
[17:43] < Lawouach> Davbo, code comitted after next week is allowed but not taken into account
[17:43] *** Davbo whistles, wanders off
[17:43] < Lawouach> hee hee
[17:43] < Davbo> :-)
[17:46] < Lawouach> orphans, okay cool. Lots of work this week hey :)
[17:46] < orphans> Lawouach, yeah, for sure
[17:47] < orphans> going to be a busy scribe for quite a bit of it methinks :)
[17:47] < Lawouach> it's all about your first initial release. There's no worry in my book that you've succeeded to your project but I do not know what Google will evaluate precisely
[17:47] < Lawouach> so, do document and package up
[17:47] < Lawouach> and try to make it available for Linux, Windows and Mac OSX
[17:48] < Lawouach> right
[17:48] < Lawouach> have you got any questions?
[17:48] < orphans> ok, I will do - might try and get packages together tomorrow so I know it's a matter of pressing a button
[17:48] < Lawouach> good and help each other as you guys have been doing
[17:48] < Lawouach> help as you'd like to be helped
[17:48] < orphans> do you want a meeting next week?
[17:49] < orphans> yeah, Davbo has been my testing lifesaver :)
[17:50] < Lawouach> yes for the next week meeting
[17:50] < Lawouach> we'll have one until the end :)
[17:50] < orphans> k, cool. In it to the bitter end :)
[17:50] < Lawouach> then you'll be free to do whatever you want mate :)
[17:50] < Lawouach> orphans, so to speak
[17:50] < orphans> heh
[17:50] < Lawouach> :)
[17:51] < orphans> ok, cool. cheers Lawouach
[17:51] < Lawouach> thanks and keep up the good work
[17:51] < orphans> :)
[17:51] *** orphans keeps up the good work and migrates to the pub
[17:52] < Lawouach> :)
[17:52] < Lawouach> I see :)
[17:52] < Lawouach> j_baker, that means I'm free ;)
[17:52] < orphans> pub quiz you see, otherwise I'd be working real hard... :D
[17:53] < Lawouach> :)
[17:53] *** Davbo is now known as Dav-afk
[17:53] < Lawouach> drink one for me
[17:53] < orphans> will do
[17:53] < Dav-afk> me too, we'll soon make him an alcoholic Lawouach
[17:53] < Dav-afk> back in a bit :P
[17:56] < j_baker> Ok, I suppose what I'm looking to do moreso than describe the JSON is to describe the protocol I'm using to transmit data back and forth between the Gateway and the Serving Peer (the person that's serving the webpage)
[17:56] < j_baker> (I'm calling the protocol CrossTalk for now just because I'm getting tired of saying "HTTP over XMPP" :) )
[18:00] < j_baker> Here's what I have so far (which is grossly out of date and in need of updating): http://edit.kamaelia.org/Developers/Projects/KamaeliaPublish/CrossTalk
[18:06] < Lawouach> hang on
[18:06] < Lawouach> give me 5 more mns
[18:07] < j_baker> np :)
[18:14] < Lawouach> back
[18:17] < Lawouach> I'm reading your crosstalk page
[18:17] < j_baker> Alright.
[18:23] < Lawouach> why json?
[18:24] < j_baker> I chose it because it's terse, human readable, and simpler than XML (in my opinion).
[18:24] < Lawouach> right
[18:25] < Lawouach> that's fair and probably make more sense considering your HTTP request is more straightforwadly viewed as a dict than a XML document
[18:26] < j_baker> Yup. :)
[18:26] < j_baker> I also considered pickle and protocol buffers, but decided against them for a variety of reasons.
[18:27] < Lawouach> CrossTalk doesn't mean much to me but it might that I'm lost in translation. I do understand both words but the concept escaps me. The page you wrote clarified that however.
[18:28] < j_baker> No, the name really doesn't make sense in the context of what it actually does, so you're not missing anything. :)
[18:28] *** vmlemon_ has joined #kamaelia
[18:28] < j_baker> It was just created for want of a better name and a desire not to use an acronym for a name.
[18:29] < Lawouach> that's okay
[18:30] < Lawouach> right
[18:30] < vmlemon_> YAKBPA!
[18:30] < j_baker> So then is what I have thus far a good start? Or is there a better way to do it? (I do know that it could use more examples)
[18:32] < Lawouach> what are you talking about specifically? the CrossTalk page?
[18:33] < j_baker> Yes.
[18:34] < vmlemon_> Hah, [Sun Aug 10 2008] [23:06:22] < Mathis> why is it called United Kingdom? dont they have a queen? shouldnt it be called United Queendom then?
[18:34] < Lawouach> I think that's highlevel and that's probably good
[18:35] < Lawouach> if some day you wanted to make something more "specification" like: http://www.xmpp.org/extensions/xep-0072.html
[18:35] < Lawouach> something like that
[18:35] < Lawouach> :)
[18:36] < j_baker> Yeah. I looked at that and ultimately decided I'm not quite ready to go into THAT much detail (considering it's still a work in progress).
[18:37] < Lawouach> yeah
[18:37] < Lawouach> that's understable
[18:37] < Lawouach> that's why your page is okay for now
[18:37] < j_baker> But I did want to be able to document it in the source code and be able to describe it to someone that's at least vaguely interested in the protocol, so I suppose what I have thus far is what I'll build on.
[18:37] < Lawouach> probably one single stanza
[18:37] < Lawouach> with a request and one with a response
[18:37] < Lawouach> just for illustration purpose
[18:39] < j_baker> Ok, that will work. BTW, did you review those diffs that I submitted? Does headstock 0.2.0 implement any of that (or at least similar functionality)?
[18:40] < j_baker> I'm asking because that's what I've been basing Kamaelia Publish off of and wanted to make sure I could make it easy for Davbo to review.
[18:41] < Lawouach> damn
[18:41] < Lawouach> trac doesn't send the emails on ticket as I want
[18:41] < Lawouach> let me look
[18:48] *** robertofaga has parted #kamaelia
[19:09] < Lawouach> I'll fix them tomorrow
[19:10] < j_baker> Ok. Do all of those look sensible?
[19:11] < Lawouach> yes
[19:11] < j_baker> Awesome. That will make setting everything up for Davbo much easier. :)
[19:13] < Lawouach> which ones need to be fixed first?
[19:15] < j_baker> I'd say they're both of equal importance.
[19:15] < j_baker> So "whichever one you get around to first" :)
[19:16] < j_baker> Although there is one thing that may need to be changed in my patches that just struck me in the last few days.
[19:17] < j_baker> I set it so that presence messages get sent in on separate inboxes.
[19:17] < j_baker> Or rather will get sent out on separate outboxes.
[19:17] < j_baker> Perhaps it would be a better idea to send them out on the same outbox.
[19:18] < j_baker> The reason being: what happens if a user logs out and then logs back in before the presence handler can process the message that it logged out?
[19:18] < Lawouach> please comment the ticket to that effect :)
[19:18] < j_baker> Alright, will do. :)
[19:18] < Lawouach> ta
[19:19] < j_baker> Dumb question time: How do I comment a ticket? :/
[19:22] < Lawouach> login and just add a message :)
[19:22] < Lawouach> gues/defuze
[19:22] < Lawouach> guest
[19:23] < j_baker> I logged in and I don't see a comment button or link or anything (unless I'm missing it)
[19:24] < Lawouach> no you're not crazy
[19:24] < Lawouach> I'll have to update the permissions
[19:24] < Lawouach> well just send me an email for now :)
[19:25] < j_baker> Will do.
[19:26] < Lawouach> ta
[19:42] < aa_> toodle pip
[19:42] < aa_> anyone hacking on anything fun?
[19:43] < vmlemon_> Hi aa_
[19:47] < j_baker> Code cleanup and documentation. :/
[19:47] < j_baker> Not always the most fun thing to do, but very necessary.
[19:50] *** vmlemon_ has joined #kamaelia
[20:38] *** vmlemon_ has joined #kamaelia
[20:52] *** vmlemon_ has joined #kamaelia
[22:25] *** MS- has joined #kamaelia
[22:25] < MS-> evening
[22:25] < MS-> just logging on, admittedly rather late, to say that this is probably the last message here until next week
[22:26] < MS-> If there is something very urgent the best way to get to me will be to send me a direct message via twitter. Bear in mind I won't be able to /do/ anything other than reply with a 140 char reply (at most) though!
[23:08] *** vmlemon_ has joined #kamaelia
[23:24] *** robertofaga has joined #kamaelia