1 2010-05-01T04:44:24  *** diofeher has joined #moin-dev
   2 2010-05-01T04:46:43  *** DmitryAndreev_ has joined #moin-dev
   3 2010-05-01T04:47:15  <diofeher> good night, anyone here?
   4 2010-05-01T04:49:05  *** DmitryAndreev has quit IRC
   5 2010-05-01T05:05:01  <diofeher> TheSheep: are you there?
   6 2010-05-01T05:11:51  *** kursor has joined #moin-dev
   7 2010-05-01T05:23:01  *** diofeher has quit IRC
   8 2010-05-01T06:19:58  *** kursor has quit IRC
   9 2010-05-01T07:45:38  *** kursor has joined #moin-dev
  10 2010-05-01T07:49:05  *** kursor has quit IRC
  11 2010-05-01T08:22:33  *** mivert_ has joined #moin-dev
  12 2010-05-01T08:25:47  *** mivert has quit IRC
  13 2010-05-01T11:18:56  *** kursor has joined #moin-dev
  14 2010-05-01T12:02:32  <ThomasWaldmann> moin
  15 2010-05-01T12:14:48  *** mivert__ has joined #moin-dev
  16 2010-05-01T12:17:56  *** mivert_ has quit IRC
  17 2010-05-01T12:24:42  <TheSheep> moin
  18 2010-05-01T12:25:15  <TheSheep> I see I will have to start waking up at 5am %)
  19 2010-05-01T12:29:12  <ThomasWaldmann> hehe
  20 2010-05-01T12:29:28  <ThomasWaldmann> or still be awake :P
  21 2010-05-01T12:30:57  <ThomasWaldmann> but we must train some irc rules to our students
  22 2010-05-01T12:31:08  <ThomasWaldmann> like just asking what they want to ask :)
  23 2010-05-01T12:32:05  <ThomasWaldmann> btw, i am working on another iteration of my sqla metadata indexing eval code
  24 2010-05-01T12:32:43  <ThomasWaldmann> which uses 1 value table (not 1 value column) per datatype
  25 2010-05-01T13:04:02  <TheSheep> so each new type is a new table?
  26 2010-05-01T13:04:49  <TheSheep> like image data table, pdf data table, wiki page data table?
  27 2010-05-01T13:13:56  <ThomasWaldmann> no, python types
  28 2010-05-01T13:14:07  <ThomasWaldmann> int, str, unicode, datetime
  29 2010-05-01T13:14:19  <ThomasWaldmann> and everything else goes to pickle table
  30 2010-05-01T13:16:14  * ThomasWaldmann will put up a new pastebin with current code in a minute
  31 2010-05-01T13:16:44  <ThomasWaldmann> one question still is how to integrate md indexing best
  32 2010-05-01T13:16:57  <ThomasWaldmann> one idea is to create a storage api middleware,
  33 2010-05-01T13:17:30  <ThomasWaldmann> that intercepts and indexes metadata when calls pass that middleware
  34 2010-05-01T13:18:42  <ThomasWaldmann> (it could even intercept and index data, btw, so we have something generic and faster than current slow search)
  35 2010-05-01T13:20:00  <ThomasWaldmann> http://paste.pocoo.org/show/208381/
  36 2010-05-01T13:24:45  <TheSheep> safe->save on line 68 :P
  37 2010-05-01T13:26:33  <ThomasWaldmann> right :)
  38 2010-05-01T13:26:53  <TheSheep> looking at the examples, do you want to have an 'include page history' checkbox in search? :)
  39 2010-05-01T13:34:40  <ThomasWaldmann> we have that already in advancedsearch
  40 2010-05-01T13:34:47  <ThomasWaldmann> but only for xapian currently
  41 2010-05-01T13:39:41  <ThomasWaldmann> btw, i think the kvstore could be a separate and non-moin-specific module
  42 2010-05-01T13:44:12  <TheSheep> yeah, sounds handy
  43 2010-05-01T13:44:31  <TheSheep> I think many parts of moin could be separated that way
  44 2010-05-01T13:44:39  <TheSheep> not sure which ones at the moment
  45 2010-05-01T13:45:25  <ThomasWaldmann> hmm, how about moving item uuid to metas
  46 2010-05-01T13:45:53  <ThomasWaldmann> and "cache" it same way as name
  47 2010-05-01T13:46:18  <TheSheep> it's basically a name, just unique
  48 2010-05-01T13:48:20  <ThomasWaldmann> and never-changing
  49 2010-05-01T15:53:00  <ThomasWaldmann> http://paste.pocoo.org/show/208429/ kvstore stuff separated
  50 2010-05-01T16:07:24  <ThomasWaldmann> hmm, looking at UserDict.DictMixin
  51 2010-05-01T16:22:11  *** diofeher has joined #moin-dev
  52 2010-05-01T16:24:37  <diofeher> moin moin
  53 2010-05-01T16:26:03  <diofeher> TheSheep: hey man, your name will appear in my institute website :)
  54 2010-05-01T16:33:07  <ThomasWaldmann> hi diofeher
  55 2010-05-01T16:33:56  <diofeher> ThomasWaldmann: hi thomas
  56 2010-05-01T16:34:25  <diofeher> hey, i saw your modifications in wiki page, i'm installing windows (argh) here now
  57 2010-05-01T16:48:27  *** ei-grad has quit IRC
  58 2010-05-01T16:49:01  *** ei-grad has joined #moin-dev
  59 2010-05-01T16:57:27  <ThomasWaldmann> diofeher: into a VM?
  60 2010-05-01T16:58:49  <diofeher> ThomasWaldmann: ye
  61 2010-05-01T16:59:11  <diofeher> finally i can dedicate myself into project :)
  62 2010-05-01T17:02:56  <ThomasWaldmann> great :)
  63 2010-05-01T17:03:20  <ThomasWaldmann> theming people will love you :)
  64 2010-05-01T17:03:44  <diofeher> hahaha
  65 2010-05-01T17:05:55  <diofeher> ThomasWaldmann: added you in liinkedin
  66 2010-05-01T17:06:41  <ThomasWaldmann> btw, see that bug of today
  67 2010-05-01T17:06:53  <ThomasWaldmann> we should get rid of such problems systematically :)
  68 2010-05-01T17:10:29  <diofeher> what bug?
  69 2010-05-01T17:17:36  <ThomasWaldmann> see you project page
  70 2010-05-01T17:17:51  <ThomasWaldmann> the css id confusion
  71 2010-05-01T17:18:59  <diofeher> oh ok
  72 2010-05-01T17:31:38  <ThomasWaldmann> btw, did you also look at glashammer's theming stuff?
  73 2010-05-01T17:31:56  <ThomasWaldmann> or rather "templating" and "static files" stuff
  74 2010-05-01T17:35:13  <diofeher> not looked yet
  75 2010-05-01T17:36:06  <diofeher> I was reading a implentation of jinja in django
  76 2010-05-01T17:44:19  <ThomasWaldmann> ok, that's great for knowing how others do it
  77 2010-05-01T19:27:20  * ThomasWaldmann creates a kvstore module with tests
  78 2010-05-01T19:43:16  <diofeher> bbl
  79 2010-05-01T19:43:33  *** diofeher has quit IRC
  80 2010-05-01T19:48:50  *** kursor has quit IRC
  81 2010-05-01T20:10:41  <ThomasWaldmann> http://paste.pocoo.org/show/208545/ < current kvstore
  82 2010-05-01T20:52:07  *** grzywacz has joined #moin-dev
  83 2010-05-01T22:59:00  *** grzywacz has quit IRC
  84 

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-05-01 (last edited 2010-05-01 02:45:02 by IrcLogImporter)