--- Log opened Mon Jul 09 00:00:39 2012 02:13 < jesusabdullah> SubStack: Question(s) for you involving directed/bidirectional graph traversal stuffs 02:13 < jesusabdullah> SubStack: Basically, I have a bunch of states with known transformations between them, and I want to find a "path" of transformations to two given states if possible 02:17 < jesusabdullah> isaacs: actually you might know more about this sort of thing ^^ 03:21 < SubStack> jesusabdullah: pathfinding algorithms? 03:21 < SubStack> A* is pretty standard 03:21 < SubStack> there's already an astar package on npm too 05:55 < SubStack> woot! 15:10 < yhuang> Good morning guys, is Testling down? I tried using it for firefox and it doesn't work 16:31 < AvianFlu> LOUDBOT I MISS YOU 16:31 < LOUDBOT> I SUGGEST YOU LEARN PERL BY STARTING WITH PERL 1 AND MOVE YOUR WAY UP THROUGH 2 3 4 AND 5 16:32 < AvianFlu> LOUDBOT: twitlast 16:32 < LOUDBOT> AvianFlu: http://twitter.com/loudbot/status/222367530608623616 (simcop2387/#perlcafe) 16:32 < simcop2387> lol 16:32 < simcop2387> forgot about that one 17:01 < pkrumins> yhuang: i just restarted everything, try now! 17:08 < mikeal> this is a great shot 17:23 < yhuang> pkrumins:Thanks works for FF now 17:24 < yhuang> pkrumins: My boss would like to use your service monthly on a daemon that runs often. Would like to know which browsers are usable at the moment 17:24 < pkrumins> IE9 and FireFox 17:24 < yhuang> pkrumins: if we purchase a higher plan, we would like to know how often the browsers are up and how we can rely on them 17:25 < pkrumins> i dont know 17:26 < pkrumins> they're mostly up, unless they're down 17:27 < ik> nice 17:27 < ik> that's LIKE an SLA.. 17:30 < SubStack> yhuang: it's just the new createWindow() stuff that we're working on getting pushed out to more browsers 21:32 < maxogden> SubStack: turns out http://www.scribd.com/doc/73414427/17/The-Packed-R-tree is way more performant 21:54 < maxogden> SubStack: i need a module to compute the minimum bounding rectangle for any polygon! 21:54 < maxogden> npm install mbr 21:55 < SubStack> maxogden: oh the extents? 21:55 < SubStack> one sec, already wrote this 21:55 < maxogden> YES 21:55 < pkrumins> SubStack: how's the routing algorithm fix going? 21:56 < SubStack> pkrumins: I've got a pretty sweet base case figured out, been experimenting with that 21:56 < SubStack> hunting down a good place to insert this logic 21:56 < pkrumins> sweet 21:56 < SubStack> I can queue up multiple requests in separate tabs 21:56 < SubStack> and then bring up a new encoder 21:57 < pkrumins> hmm, you sure you're fixing the right bug? 21:57 < SubStack> and then the other tabs that are waiting in queue should start popping over once I get the re-scanning figured 21:57 < pkrumins> cause this happens when the encoders are up and running 21:57 < pkrumins> like there would be 2 free encoders, and 1 used 21:57 < SubStack> this should solve two bugs 21:57 < pkrumins> and a user would get routed to the 1 used one. 21:57 < pkrumins> oh cool 21:58 < SubStack> because if we have that bug this approach will mitigate the other part not working correctly 21:58 < pkrumins> got it 22:03 < tanepiper> am i using domains right? https://gist.github.com/1ff8a73e118d2b0d521d 22:05 < tanepiper> basically after i connect and authorise then the db.database is attached to the instance.punchbag so i can use it elsewhere in the app 22:05 < tanepiper> so really i just need to make sure it does connect, and if not I'll try handle reconnection or something (not really used mongodb much anyway, but mehh) 22:33 < SubStack> woo https://twitter.com/circular/status/222362588187594752 22:34 < SubStack> ok fixing this routing bug! --- Log closed Tue Jul 10 00:00:44 2012