IRC log of #zope3-dev for Sunday, 2006-08-27

*** projekt01 has joined #zope3-dev00:33
projekt01benji, ayt?00:33
projekt01benji, is it possible to implement a method in testbrowser which opens a browser with contents from a test00:35
projekt01e.g. showOutputInBrowser(browser.contents)00:36
philiKONprojekt01, sure00:36
philiKONpseudo code:00:36
projekt01Hi philiKON00:36
philiKONtempfile().write(brwoser.contents)00:36
philiKONimport webbrowser00:37
philiKONwebbrowser.open(tmpfile.filename)00:37
philiKONprobably don't use the tempfile module because those temporary files disappear again00:37
projekt01does import webbrowser exist?00:37
philiKONsure00:37
philiKONstandard python library00:37
philiKONhttp://docs.python.org/lib/module-webbrowser.html00:38
projekt01Ah, didn't know about that00:38
philiKONRTFM :)00:38
projekt01Many thanks, will take a look at that00:38
philiKONnp00:38
*** batlogg has quit IRC01:05
*** harobed has quit IRC01:27
*** alecm has joined #zope3-dev01:28
*** jinty has quit IRC01:37
*** yota has quit IRC01:55
*** rocky is now known as rocky|Zzz02:05
*** MJ has quit IRC02:07
*** oferw has joined #zope3-dev03:03
*** oferw has quit IRC03:34
*** _torkel has quit IRC04:04
*** alecm has quit IRC04:39
*** philiKON has quit IRC04:51
*** philiKON has joined #zope3-dev04:51
*** vlado has quit IRC05:07
*** Londo_ has quit IRC05:12
*** alecm has joined #zope3-dev05:15
*** alecm has quit IRC05:19
*** philiKON has quit IRC05:33
*** optilude has quit IRC06:06
*** projekt01 has left #zope3-dev06:07
*** whit has quit IRC07:13
*** whit has joined #zope3-dev07:14
*** whit has quit IRC07:33
*** alecm has joined #zope3-dev08:31
*** whit has joined #zope3-dev09:33
*** dunny has quit IRC09:42
*** dunny has joined #zope3-dev09:43
*** alecm has quit IRC09:59
*** yota has joined #zope3-dev10:07
*** MJ has joined #zope3-dev10:31
*** brett_pitt2007 has joined #zope3-dev11:32
*** whit has quit IRC12:13
*** harobed has joined #zope3-dev12:20
*** batlogg has joined #zope3-dev12:27
*** philiKON has joined #zope3-dev12:30
*** dunny has quit IRC12:40
*** vlado has joined #zope3-dev12:53
*** philiKON has quit IRC13:32
*** philiKON has joined #zope3-dev13:32
*** vlado has quit IRC13:36
*** projekt01 has joined #zope3-dev13:49
*** vlado has joined #zope3-dev14:10
*** jinty has joined #zope3-dev14:16
*** jinty has quit IRC14:46
*** gintas has joined #zope3-dev15:22
flox|awayphiliKON, ur site is out-of-order ?15:44
*** flox|away is now known as flox15:44
flox"Connection timed out to worldcookery.com:80"15:44
philiKONflox, maintenance15:45
philiKONwill be back up in 10 min15:45
floxgood15:45
*** J1m has joined #zope3-dev16:03
philiKONhi J1m16:03
philiKONJ1m, got 2 mins?16:03
d2mJ1m: put me in the row16:10
philiKONd2m, get in line there :)16:11
* d2m gets in line16:11
philiKONdon't forget to draw a number :)16:12
* d2m draws a lucky '23' ;)16:13
philiKONtouch luck, i have a '12'.16:14
philiKONs/touch/tough/16:14
*** Londo_ has joined #zope3-dev16:18
*** J1m has quit IRC17:04
*** J1m has joined #zope3-dev17:05
*** batlogg has quit IRC17:05
J1mphiliKON: what's up?17:05
* J1m needs to find a decent irc client for the mac17:06
philiKONi'm trying to understand some design decisions w/ the catalog, intids, keyreferences17:06
philiKON(i'm using xchataqua.sf.net, most people prefer colloquy i guess)17:06
philiKON(note that growl notifications help with the attention)17:06
J1mcolloquy sucks17:06
philiKONso, here's my question17:06
philiKONit's really only about reassurance17:07
philiKONindices cannot hold on to the actual objects for obvious reasons17:07
philiKON(direct references, etc.)17:07
philiKONthat's why they hold on to something else17:07
philiKONan abstraction17:08
philiKONsomething that's uniquely identified with the object17:08
philiKONi guess integers were chosen here because managing integer IDs in an index is both straight forward and most performant?17:08
philiKONi mean, why do we take the detour thru the intid utility17:09
philiKONindices could directly store keyreferences17:09
*** nouri has quit IRC17:09
philiKONbut, i guess, they shouldn't be bothered with it17:09
philiKONand it's more efficient to deal with integers17:09
philiKONright?17:09
J1mIntegers are used soley for performance.17:09
philiKONok. that's what i thought (not the "solely", though)17:09
philiKONso, the intid utility detour is there so that indices only have to deal with integers, because that's fast (IOBTree, etc.)17:10
J1mWell, that's a very very good reason.17:10
J1myes17:10
*** nouri has joined #zope3-dev17:10
philiKONyes, it's a good reason17:10
*** dobee has joined #zope3-dev17:10
philiKONi guess it also makes implementing indices easier17:10
philiKONyou don't have to worry as much17:10
philiKONyou only deal with integers17:10
philiKONall the hard part about weak referencing objects, etc. is in the intid utility17:11
philiKONi just wanted to get this story straight since i'm in the process of documenting it :)17:11
J1mwell, it would have been easy enough to use key references, but much less efficient.17:11
philiKONok17:11
philiKONthanks17:13
philiKONd2m, you're next :)17:13
tiredbonesAfter a long hiatus from zope Im getting back into learning to code for it again. Is there a way to get the sign-on and passwrd for the instance of WorldCookery instance? I misplace my notes and can't seem to recall it.17:13
*** batlogg has joined #zope3-dev17:14
philiKONtiredbones, take a look at $INSTANCE/etc/principals.zcml17:14
philiKONtiredbones, if the pw is stored in plaintext, you can see it17:14
philiKONotherwise, you can reset it there17:15
tiredbonesthanks, philiKON17:15
philiKONnp17:15
*** projekt01 has quit IRC17:18
*** J1m has quit IRC17:19
d2mJ1m: webmaster@zope.org (http://mail.zope.org/mailman/listinfo/zopeorg-webmaster) is not working since August 15 -- could you look into this ?17:20
d2mno thats thiming17:20
philiKONd2m, write an email to sa@zope.com17:21
d2mheh, thanks17:21
philiKON(system administration)17:21
*** dobee has quit IRC17:21
philiKONlast time i reported a mail problem there, a mark w. alexander fixed it17:21
philiKONseems to be their systems guy17:21
*** rocky|Zzz is now known as rocky17:44
*** dobee has joined #zope3-dev17:59
*** dunny has joined #zope3-dev18:03
*** alecm has joined #zope3-dev18:08
*** J1m has joined #zope3-dev18:13
*** J1m has quit IRC18:13
*** J1m has joined #zope3-dev18:14
*** J1m_ has joined #zope3-dev18:17
*** dobee has quit IRC18:34
*** projekt01 has joined #zope3-dev18:37
*** flox has quit IRC18:40
*** flox_ has joined #zope3-dev18:40
*** flox_ is now known as flox18:41
rockywhat's a good design pattern for registering adapters based on mime type of something?  basically i want to do:  runner = ITaskRunner(some_mime_type); runner.run()18:50
philiKONwhat's some_mime_type?18:57
*** projekt01 has left #zope3-dev19:06
*** flox_ has joined #zope3-dev19:13
*** rocky has quit IRC19:16
*** dobee has joined #zope3-dev19:17
*** flox has quit IRC19:19
*** dobee has quit IRC19:45
*** projekt01 has joined #zope3-dev19:45
*** torkel_ has joined #zope3-dev19:51
*** harobed has quit IRC20:04
*** dunny has quit IRC20:05
*** rocky has joined #zope3-dev20:17
*** rocky has quit IRC20:19
*** rocky has joined #zope3-dev20:20
*** batlogg has quit IRC20:50
*** batlogg has joined #zope3-dev20:58
*** vlado has quit IRC21:11
*** zagy has joined #zope3-dev21:19
*** torkel_ has quit IRC21:33
*** torkel_ has joined #zope3-dev21:39
*** jinty has joined #zope3-dev22:09
*** alecm has quit IRC22:19
*** alga has joined #zope3-dev22:26
*** flox_ is now known as flox22:42
*** harobed has joined #zope3-dev22:50
*** alecm has joined #zope3-dev22:56
*** romanofski has quit IRC23:12
*** _torkel has joined #zope3-dev23:23
*** zagy has quit IRC23:25
*** whitux has quit IRC23:34
*** torkel_ has quit IRC23:34
*** vlado has joined #zope3-dev23:37
*** Bernulf has joined #zope3-dev23:38
*** batlogg_ has joined #zope3-dev23:44
*** batlogg has quit IRC23:44
*** Bernulf has quit IRC23:45
*** Bernulf has joined #zope3-dev23:46
*** flox has quit IRC23:47
*** Bernulf has quit IRC23:47

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!