2006-02-21T17:36:45  <xorAxAx> ThomasWaldmann: whats your plan on the virtual pages work you are doing? keeping it separate because the quality doesnt qualify for further distribution?
2006-02-21T17:37:12  <xorAxAx> i think the main point is that a complete redesign (like 2.0) would be better anyway
2006-02-21T18:53:02  <starshine> have we solved surge supression and lupy yet?
2006-02-21T18:53:10  <starshine> .o( less bugs at a time?
2006-02-21T18:53:31  <xorAxAx> starshine: surge suppresion was ok
2006-02-21T18:53:40  <xorAxAx> starshine: lupy is still buggy and therefore disabled
2006-02-21T18:54:10  <starshine> xorAxAx: what can we do to regression test how surge supression works or fails?
2006-02-21T18:54:27  <xorAxAx> starshine: run ab against a wiki
2006-02-21T18:54:34  <xorAxAx> or any other benchmark progrm
2006-02-21T18:55:14  <starshine> ok that tests the lockdown stuff, how about the user gets warned and backs off part?
2006-02-21T18:55:37  <starshine> .o( that guy with 12 pages open at once :)
2006-02-21T18:55:58  <xorAxAx> can be done using such a program as well
2006-02-21T18:56:25  <xorAxAx> because they normally can request with configurable patterns
2006-02-21T19:45:24  <ThomasWaldmann> xorAxAx: i used the code we have in the wiki as a patch. but i think it should be rewritten and maybe I do that.
2006-02-21T19:46:31  <ThomasWaldmann> (I had to extend it and that showed some limitations and that it should be better done differently)
2006-02-21T19:46:57  * ThomasWaldmann plays with a dualcore opteron a 2.5 TB storage :)
2006-02-21T19:47:17  <xorAxAx> wrong channel :)
2006-02-21T19:47:25  <xorAxAx> bragging goes to #moin :)
2006-02-21T19:47:36  <ThomasWaldmann> hehe
2006-02-21T19:47:44  <ThomasWaldmann> (not mine for long)
2006-02-21T22:11:04  <ThomasWaldmann> dreimark:   11     This code has not been tested exhaustively. Use at your own risk.
2006-02-21T22:11:22  <ThomasWaldmann> a) test it (not exhaustively, but enough)
2006-02-21T22:11:26  <ThomasWaldmann> b) remove that line
2006-02-21T22:12:35  <xorAxAx> what are you testing dreimark?
2006-02-21T22:12:59  <ThomasWaldmann> dreimark: http://moin.sourceforge.net/moinmoin.gif is no more valid (since some years)
2006-02-21T22:13:13  <ThomasWaldmann> (taken from examples)
2006-02-21T22:13:49  <ThomasWaldmann>   60 import string
2006-02-21T22:14:07  <ThomasWaldmann> please use string object methods
2006-02-21T22:14:44  <ThomasWaldmann> string.find(aString, '://')>0
2006-02-21T22:14:54  <dreimark> ok
2006-02-21T22:15:08  <ThomasWaldmann> as we require py 2.3 now, you can do if "://" in aString:
2006-02-21T22:16:12  <ThomasWaldmann> and use spacing like in pep8 or much of moin's code
2006-02-21T22:16:42  <dreimark> ThomasWaldmann:old problem sometimes I have used only 3 spaces for if
2006-02-21T22:17:14  <ThomasWaldmann> and use the formatter
2006-02-21T22:17:35  <dreimark> to much +
2006-02-21T22:17:35  <ThomasWaldmann> do you use vim?
2006-02-21T22:17:46  <dreimark> sometimes
2006-02-21T22:18:02  <ThomasWaldmann> LinuxWiki:Python has vim settings for .vimrc
2006-02-21T22:20:57  <dreimark> ThomasWaldmann:color coding in vim :)
2006-02-21T22:23:33  <ThomasWaldmann> and dont mix in tabs
2006-02-21T22:23:47  <ThomasWaldmann> # -*- coding: UTF-8
2006-02-21T22:23:53  <ThomasWaldmann> incorrect
2006-02-21T22:24:09  <ThomasWaldmann> # -*- coding: iso-8859-1 -*-
2006-02-21T22:25:41  <ThomasWaldmann> variable names like "a" or "aString" can be often improved
2006-02-21T22:30:07  <ThomasWaldmann> dreimark: do you think someone still needs the old/original ImageLink macro I was looking at first?
2006-02-21T22:30:17  <ThomasWaldmann> if not, maybe delete it from the wiki
2006-02-21T22:30:42  <dreimark> ThomasWaldmann:or should I put it to obsolete
2006-02-21T22:31:42  <ThomasWaldmann> if it is replaced by your stuff, simply delete it
2006-02-21T22:31:48  <dreimark> ok

MoinMoin: MoinMoinChat/Logs/moin-dev/2006-02-21 (last edited 2007-10-29 19:13:10 by localhost)