fluid-work IRC Logs-2010-01-04

[04:03:08 EST(-0500)] * sveto (n=sveto@95.111.16.213) has joined #fluid-work
[07:12:01 EST(-0500)] * boyan (n=boyan@95.111.16.213) has joined #fluid-work
[08:21:50 EST(-0500)] * Justin_o (n=Justin@142.150.154.171) has joined #fluid-work
[08:24:04 EST(-0500)] * laurel (n=Laurel@142.150.154.178) has joined #fluid-work
[08:37:00 EST(-0500)] * jessm (n=Jess@c-71-232-3-151.hsd1.ma.comcast.net) has joined #fluid-work
[08:57:48 EST(-0500)] * athena (n=athena@adsl-76-250-193-123.dsl.wlfrct.sbcglobal.net) has joined #fluid-work
[09:27:23 EST(-0500)] * anastasiac (n=team@142.150.154.189) has joined #fluid-work
[09:28:02 EST(-0500)] * andreauoc (n=carlos@120.Red-213-96-26.staticIP.rima-tde.net) has joined #fluid-work
[09:33:29 EST(-0500)] * jameswy (n=jameswy@142.150.154.196) has joined #fluid-work
[09:38:30 EST(-0500)] * clown (n=clown@142.150.154.101) has joined #fluid-work
[09:59:07 EST(-0500)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined #fluid-work
[10:26:08 EST(-0500)] * sveto (n=sveto@95.111.16.213) has left #fluid-work
[10:30:38 EST(-0500)] * colinclark (n=colin@142.150.154.101) has joined #fluid-work
[10:32:06 EST(-0500)] * michelled (n=michelle@142.150.154.101) has joined #fluid-work
[10:43:07 EST(-0500)] <boyan> Happy new year, everyone!
[10:43:07 EST(-0500)] <boyan> michelled, colinclark: can we schedule a code tour/review of Decapod Capture this week?
[10:43:30 EST(-0500)] <michelled> Happy new year boyan!
[10:43:34 EST(-0500)] <michelled> and everyone else (smile)
[10:43:47 EST(-0500)] <michelled> a code tour this week would be great
[10:43:55 EST(-0500)] <colinclark> sure
[10:44:12 EST(-0500)] <michelled> how does the dev meeting on Thursday sound?
[10:51:04 EST(-0500)] <boyan> sounds good, michelled, another option is UI dev check-in on Thursday
[10:51:04 EST(-0500)] <boyan> I'm considering making slight code improvements and extending the unit tests by then
[10:51:04 EST(-0500)] <boyan> if I finish with this early, what should I start next?
[10:51:04 EST(-0500)] <boyan> should I continue with some of the other screens (fix/compare/export) or improve the styles or do something else
[10:51:04 EST(-0500)] <boyan> I am not sure what the best option is
[10:52:11 EST(-0500)] <michelled> that's a good question and I think we should check in with Jonathan with what he'd like next.
[10:53:01 EST(-0500)] <michelled> I think the UI dev check in would be a good opportunity to demo the end to end working system
[10:53:20 EST(-0500)] <michelled> but as far as a code tour goes it might be better done at the dev meeting
[10:53:38 EST(-0500)] <michelled> boyan: would you be able to demo the system on Thursday?
[10:53:55 EST(-0500)] <michelled> do we need to get something set up on the nightly server perhaps?
[10:54:07 EST(-0500)] <michelled> hopefully jamon can help out with that if we need it
[10:57:14 EST(-0500)] <boyan> michelled: yes, I think I can
[10:57:15 EST(-0500)] <boyan> I believe the easiest way is to run a VNC server on my machine to which you can connect to
[10:57:15 EST(-0500)] <boyan> otherwise you'll have to get the CherryPy server running on the nightly server
[10:57:53 EST(-0500)] <michelled> jamon: thoughts on this? do you have cycles this week?
[10:58:40 EST(-0500)] <michelled> boyan: let's assume you'll demo from your machine for now
[10:59:35 EST(-0500)] <boyan> michelled: ok, I'll be prepared for that
[10:59:45 EST(-0500)] <michelled> great
[11:02:35 EST(-0500)] <jamon> michelled: reading backlog, one sec
[11:03:49 EST(-0500)] <laurel> Justin_o: http://issues.fluidproject.org/browse/FLUID-3436 - patch up.
[11:05:25 EST(-0500)] <jamon> michelled, boyan, cherrypy wouldn't be an issue to run if it's wsgi compliant (which i'm sure it is)
[11:05:36 EST(-0500)] <jamon> it would take work to make it run though continuum though
[11:08:59 EST(-0500)] <boyan> jamon, michelled, yes, it is wsgi compliant
[11:08:59 EST(-0500)] <boyan> it might need some config to make it connect to camera hardware though
[11:08:59 EST(-0500)] <boyan> although, it can be demonstrated without a camera connected
[11:10:43 EST(-0500)] <jamon> ah with a usb connection, running locally will be easier boyan, else we'd be demoing from a camera connected in the server room (smile)
[11:12:21 EST(-0500)] <boyan> jamon, yes, that's why I think it would be better to do the demo on my machine
[11:14:01 EST(-0500)] <jamon> sounds good then boyan, gphoto does allow remote control, so we can make it work on a server in the future
[11:18:36 EST(-0500)] <michelled> makes sense - I'm looking forward to seeing the demo and the code tour
[11:20:28 EST(-0500)] <colinclark> boyan, jamon: It'd be great to get the no-camera version of Decapod deployed daily if we can. Seems like it should be a pretty straightforward thing, since there's no real "building" we need to do for it.
[11:20:32 EST(-0500)] <colinclark> Seem reasonable?
[11:20:48 EST(-0500)] <jamon> colinclark: if it's an svn checkout, then yes
[11:21:16 EST(-0500)] <colinclark> jamon: I think it would be an SVN checkout and then a deploy. That's probably it. Does that seem right, boyan?
[11:24:03 EST(-0500)] <boyan> colinclark, jamon: yes, that should be right - you might deploy it without the CherryPy server running at all by simply checking out from SVN
[11:24:46 EST(-0500)] <colinclark> How does the "stub" dserver work, boyan? Does it recognize when a camera is not connected and simply return canned images?
[11:24:53 EST(-0500)] <colinclark> Or have you implemented this differently?
[11:26:36 EST(-0500)] <boyan> colinclark, it's different - I pass a serverOn and cameraOn booleans in the options for the component
[11:27:29 EST(-0500)]

<colinclark> Ah, okay. And if your options include

Unknown macro: {serverOn}

, the component calls a different URL to get mock images?


[11:33:41 EST(-0500)] <boyan> the url is the same, it is responsibility of the server to decide whether to return mock images by looking at the cameraOn option, passed in the URL
[11:47:42 EST(-0500)] * yura (n=yura@142.150.154.101) has joined #fluid-work
[12:00:20 EST(-0500)] * andreauoc (n=carlos@120.Red-213-96-26.staticIP.rima-tde.net) has left #fluid-work
[12:07:03 EST(-0500)] * boyan (n=boyan@95.111.16.213) has left #fluid-work
[12:50:14 EST(-0500)] * jessm (n=Jess@c-71-232-3-151.hsd1.ma.comcast.net) has joined #fluid-work
[14:24:34 EST(-0500)] * Justin_o (n=Justin@142.150.154.171) has joined #fluid-work
[14:58:51 EST(-0500)] <laurel> Justin_o: more patch: http://issues.fluidproject.org/browse/FLUID-3436 - happy to run over this with you again if you have time today or tomorrow.
[15:00:35 EST(-0500)] <Justin_o> laurel: sounds good... just poke me when i look free
[15:37:10 EST(-0500)] * yura (n=yura@142.150.154.101) has joined #fluid-work
[16:11:25 EST(-0500)] * colinclark (n=colin@142.150.154.101) has joined #fluid-work
[16:12:05 EST(-0500)] <colinclark> jessm sent this along to me earlier. It's fairly cool--a gadget to export Google Spreadsheets to JSON, among other things. http://otherfancystuff.blogspot.com/2009/05/how-to-convert-google-spreadsheet-into.html
[16:27:21 EST(-0500)] <laurel> colinclark: for your review: http://issues.fluidproject.org/browse/FLUID-3436 and http://issues.fluidproject.org/browse/FLUID-3437 - Justin has looked at both. I can go over them with you tomorrow am if you prefer.
[16:30:04 EST(-0500)] * laurel (n=Laurel@142.150.154.178) has left #fluid-work
[17:49:05 EST(-0500)] * clown (n=clown@142.150.154.101) has left #fluid-work
[17:52:00 EST(-0500)] * anastasiac (n=team@142.150.154.189) has left #fluid-work
[20:17:01 EST(-0500)] * jamon (i=jamon@mantis.openject.com) has joined #fluid-work
[20:41:31 EST(-0500)] * michelled (n=michelle@CPE001310472ade-CM0011aefd3ca8.cpe.net.cable.rogers.com) has joined #fluid-work
[21:37:02 EST(-0500)] * michelled (n=michelle@CPE001310472ade-CM0011aefd3ca8.cpe.net.cable.rogers.com) has left #fluid-work